Uses of Class
org.apache.maven.surefire.api.event.AbstractTestControlEvent
-
Packages that use AbstractTestControlEvent Package Description org.apache.maven.surefire.api.event -
-
Uses of AbstractTestControlEvent in org.apache.maven.surefire.api.event
Subclasses of AbstractTestControlEvent in org.apache.maven.surefire.api.event Modifier and Type Class Description classTestAssumptionFailureEventThe event for the failed assumption.classTestErrorEventThe event for the erroneous test.classTestFailedEventThe event for the failed test.classTestsetCompletedEventThe event for completed testset.classTestsetStartingEventThe event for started testset.classTestSkippedEventThe event for the skipped test.classTestStartingEventThe event for started test.classTestSucceededEventThe event for succeeded test.
-