Class ControlStopOnNextTestEvent
java.lang.Object
org.apache.maven.surefire.api.event.Event
org.apache.maven.surefire.api.event.ControlStopOnNextTestEvent
The control event of stopping on next test.
- Since:
 - 3.0.0-M5
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanMethods inherited from class org.apache.maven.surefire.api.event.Event
getEventType 
- 
Constructor Details
- 
ControlStopOnNextTestEvent
public ControlStopOnNextTestEvent() 
 - 
 - 
Method Details
- 
isControlCategory
public boolean isControlCategory()- Specified by:
 isControlCategoryin classEvent
 - 
isConsoleCategory
public boolean isConsoleCategory()- Specified by:
 isConsoleCategoryin classEvent
 - 
isConsoleErrorCategory
public boolean isConsoleErrorCategory()- Specified by:
 isConsoleErrorCategoryin classEvent
 - 
isStandardStreamCategory
public boolean isStandardStreamCategory()- Specified by:
 isStandardStreamCategoryin classEvent
 - 
isSysPropCategory
public boolean isSysPropCategory()- Specified by:
 isSysPropCategoryin classEvent
 - 
isTestCategory
public boolean isTestCategory()- Specified by:
 isTestCategoryin classEvent
 - 
isJvmExitError
public boolean isJvmExitError()- Specified by:
 isJvmExitErrorin classEvent
 
 -