![JAR search and dependency download from the Maven repository](/logo.png)
com.carrotsearch.ant.tasks.junit4.events.TestIgnoredAssumptionEvent Maven / Gradle / Ivy
The newest version!
package com.carrotsearch.ant.tasks.junit4.events;
import org.junit.runner.notification.Failure;
public class TestIgnoredAssumptionEvent extends FailureEvent {
protected TestIgnoredAssumptionEvent() {
super(EventType.TEST_IGNORED_ASSUMPTION);
}
public TestIgnoredAssumptionEvent(Failure failure) {
this();
setFailure(failure);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy