|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<OVAAssertAction>
com.newisys.ova.OVAAssertAction
public enum OVAAssertAction
Actions that can be performed on an OVAAssert via its
OVAAssert.doAction(com.newisys.ova.OVAAssertAction, long) method.
| Enum Constant Summary | |
|---|---|
DisableNewAttemptReporting
TODO: document DisableNewAttemptReporting |
|
DisableNewAttempts
Disables new attempts to match the assertion. |
|
EnableNewAttemptReporting
TODO: document EnableNewAttemptReporting |
|
EnableNewAttempts
Enables new attempts to match the assertion. |
|
EnableTraceOn
TODO: document EnableTraceOn |
|
KillAttempt
TODO: document KillAttmpt |
|
Reset
Resets temporal assertions, discarding the current state. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the integer value associated with this OVAAssertAction. |
static OVAAssertAction |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OVAAssertAction[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OVAAssertAction Reset
public static final OVAAssertAction DisableNewAttempts
public static final OVAAssertAction EnableNewAttempts
public static final OVAAssertAction KillAttempt
public static final OVAAssertAction EnableTraceOn
public static final OVAAssertAction DisableNewAttemptReporting
public static final OVAAssertAction EnableNewAttemptReporting
| Method Detail |
|---|
public static final OVAAssertAction[] values()
for(OVAAssertAction c : OVAAssertAction.values())
System.out.println(c);
public static OVAAssertAction valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||