Uses of Interface
org.apache.maven.surefire.testng.utils.Stoppable
-
Packages that use Stoppable Package Description org.apache.maven.surefire.testng org.apache.maven.surefire.testng.utils -
-
Uses of Stoppable in org.apache.maven.surefire.testng
Methods in org.apache.maven.surefire.testng that return Stoppable Modifier and Type Method Description private static StoppableTestNGExecutor. createStoppable(RunListener reportManager, int skipAfterFailureCount) -
Uses of Stoppable in org.apache.maven.surefire.testng.utils
Fields in org.apache.maven.surefire.testng.utils declared as Stoppable Modifier and Type Field Description private StoppableFailFastListener. stoppableConstructors in org.apache.maven.surefire.testng.utils with parameters of type Stoppable Constructor Description FailFastListener(Stoppable stoppable)
-