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 | shared formal TestDescription description The description of the test to be run. |
Inherited Attributes |
Attributes inherited from: Object hash , string |
Methods | |
execute | shared formal void execute(TestExecutionContext context) Run the test. Parameters:
|
Inherited Methods |
Methods inherited from: Object equals |