Class Summary |
Block |
This is a collection of commands that are to be executed. |
ExpectFailure |
This command surrounds a block of commands to be executed that are expected
to throw an exception. |
FailHere |
This command is used to force a failure. |
IgnoreErrors |
This command surrounds a block of commands to be executed. |
Invoke |
This class allows functions to invoke blocks of code. |
Multipath |
Used to specify control paths that have the same end result. |
RandomGenerator |
This class is used to generate a random string, phone number, regex, US
state, or US state abbreviation. |
Repeat |
This command surrounds a block of commands to be repeatedly executed based on
the value of the iterations parameter. |
ReplaceContext |
This command overwrites the values in the current context. |
TryRecoverCleanup |
Allows for try-catch-finally type logic to be performed within a test script. |
VerifyException |
This command is used to verify that a block of commands throws a specific
exception. |