Uses of Class
core.support.objects.TestObject.testState
-
Packages that use TestObject.testState Package Description core.support.objects -
-
Uses of TestObject.testState in core.support.objects
Methods in core.support.objects that return TestObject.testState Modifier and Type Method Description static TestObject.testStateTestObject. getTestState(String testName)get the state of the test object can be suite, testClass, testMethodstatic TestObject.testStateTestObject.testState. valueOf(String name)Returns the enum constant of this type with the specified name.static TestObject.testState[]TestObject.testState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-