Package de.tum.in.test.api
Annotation Type ExtendedDeadline
@API(status=MAINTAINED)
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
public @interface ExtendedDeadline
Extends a
Deadline for a HiddenTest, is optional. This can be
applied both to the test class and the test method. If the method does not
specify a Deadline, both two ExtendedDeadlines may be
combined. A test annotated with ExtendedDeadline must be hidden.
The format has to be like (spaces in between required)
2d12h 30m1d 5h1d 5h 8m
- Since:
- 0.1.0
- Version:
- 1.0.1
- Author:
- Christian Femers
- See Also:
Deadline
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-
Element Details
-
value
java.lang.String value
-