| Package | Description |
|---|---|
| core.support.objects |
| Modifier and Type | Method and Description |
|---|---|
static TestObject.testState |
TestObject.getTestState(String testName)
get the state of the test object can be suite, testClass, testMethod
|
static TestObject.testState |
TestObject.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.
|
Copyright © 2020. All rights reserved.