RetryAttribute
Specifies that a test method should be rerun on failure up to the specified
maximum number of times.
The test command for the RetryAttribute
An array of exception types, that trigger a retry when thrown.
These are in addition to the normal behavior of retrying only on an assertion failure.
Construct a RetryAttribute
Wrap a command and return the result.