Package de.tum.in.test.api.jupiter
Annotation Type Hidden
@API(status=MAINTAINED)
@Documented
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE})
@JupiterArtemisTest(HIDDEN)
public @interface Hidden
Marks a HIDDEN test case, can declare
IOTester as parameter. This
annotation requires a Deadline annotation to be set either on the
test class or the test method. See Deadline for more information.
This annotation must be accompanied by some JUnit 5 test annotation, it will not cause test execution by itself! This makes it usable with different JUnit 5 runners.
- Since:
- 0.2.0
- Version:
- 1.0.0
- Author:
- Christian Femers
- See Also:
Deadline