![JAR search and dependency download from the Maven repository](/logo.png)
com.carrotsearch.ant.tasks.junit4.events.TestIgnoredEvent Maven / Gradle / Ivy
The newest version!
package com.carrotsearch.ant.tasks.junit4.events;
import org.junit.runner.Description;
@SuppressWarnings("serial")
public class TestIgnoredEvent extends AbstractEventWithDescription {
public TestIgnoredEvent(Description description) {
super(EventType.TEST_IGNORED, description);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy