Class ControlNextTestEvent
- java.lang.Object
-
- org.apache.maven.surefire.api.event.Event
-
- org.apache.maven.surefire.api.event.ControlNextTestEvent
-
public final class ControlNextTestEvent extends Event
The control event of requesting a next test.- Since:
- 3.0.0-M5
-
-
Constructor Summary
Constructors Constructor Description ControlNextTestEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisConsoleCategory()booleanisConsoleErrorCategory()booleanisControlCategory()booleanisJvmExitError()booleanisStandardStreamCategory()booleanisSysPropCategory()booleanisTestCategory()-
Methods inherited from class org.apache.maven.surefire.api.event.Event
getEventType
-
-
-
-
Method Detail
-
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
-
-