public enum TDAPI_RBT_TESTING_LEVELS extends Enum<TDAPI_RBT_TESTING_LEVELS> implements com4j.ComEnum
Risk-based Quality Management Testing levels.
Enum Constant and Description |
---|
RBT_TESTING_LEVEL_FULL
Full Testing level - perform all possible tests.
|
RBT_TESTING_LEVEL_NONE
None Testing level - do not perform any tests.
|
RBT_TESTING_LEVEL_PARTIAL
Partial Testing level - perform sub-set of tests.
|
RBT_TESTING_LEVEL_SANITY
Sanity Testing level - perform only sanity tests.
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TDAPI_RBT_TESTING_LEVELS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_RBT_TESTING_LEVELS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_RBT_TESTING_LEVELS RBT_TESTING_LEVEL_FULL
Full Testing level - perform all possible tests.
The value of this constant is 1
public static final TDAPI_RBT_TESTING_LEVELS RBT_TESTING_LEVEL_PARTIAL
Partial Testing level - perform sub-set of tests.
The value of this constant is 2
public static final TDAPI_RBT_TESTING_LEVELS RBT_TESTING_LEVEL_SANITY
Sanity Testing level - perform only sanity tests.
The value of this constant is 3
public static final TDAPI_RBT_TESTING_LEVELS RBT_TESTING_LEVEL_NONE
None Testing level - do not perform any tests.
The value of this constant is 4
public static TDAPI_RBT_TESTING_LEVELS[] values()
for (TDAPI_RBT_TESTING_LEVELS c : TDAPI_RBT_TESTING_LEVELS.values()) System.out.println(c);
public static TDAPI_RBT_TESTING_LEVELS valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int comEnumValue()
comEnumValue
in interface com4j.ComEnum
Copyright © 2020. All rights reserved.