Class ExceptionsReporter
- java.lang.Object
-
- org.junit.runner.notification.RunListener
-
- io.testproject.sdk.internal.reporting.extensions.junit4.ExceptionsReporter
-
public class ExceptionsReporter extends org.junit.runner.notification.RunListener
JUnit4 extension that takes care of reporting failed assertions.
-
-
Constructor Summary
Constructors Constructor Description ExceptionsReporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testFailure(org.junit.runner.notification.Failure failure)
Event listener for test failure.
-