Represent a strategy how to run test.
During test execution notifies test mechanism about significant events via given TestExecutionContext
.
Custom implementation can be specify via testExecutor()
annotation. It should accept two parameters:
no type hierarchy
no supertypes hierarchy
Attributes | |
description | Source Codeshared formal TestDescription description The description of the test to be run. |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
execute | Source Codeshared formal void execute(TestExecutionContext context) Run the test. Parameters:
|
Inherited Methods |
Methods inherited from: Object |