Methods
-
Run
Async(IMessage Executes the test case, returning 0 or more result messages through the message sink.Sink, IMessage Bus, Object[], Exception Aggregator, Cancellation Token Source)
Properties
-
Initialization
Exception Gets the exception that happened during initialization. When this is set, then the test execution should fail with this exception. - Method Gets the method to be run. Differs from ITestCase.Method in that any generic argument types will have been closed based on the arguments.
- Timeout Gets the timeout of the test, in milliseconds; if zero or negative, means the test case has no timeout.