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