Uses of Interface
org.testng.internal.invokers.IInvocationStatus
-
Packages that use IInvocationStatus Package Description org.testng.internal org.testng.junit -
-
Uses of IInvocationStatus in org.testng.internal
Classes in org.testng.internal that implement IInvocationStatus Modifier and Type Class Description class
BaseTestMethod
Superclass to represent both @Test and @Configuration methods.class
ConfigurationMethod
class
FactoryMethod
This class represents a method annotated with @Factoryclass
TestNGMethod
This class represents a test method. -
Uses of IInvocationStatus in org.testng.junit
Classes in org.testng.junit that implement IInvocationStatus Modifier and Type Class Description class
JUnit3TestMethod
class
JUnit4TestMethod
class
JUnitTestMethod
-