@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TestClass
Modifier and Type | Optional Element and Description |
---|---|
int |
defaultTestTimeout
Change the default test timeout for each test method
|
java.lang.String |
exceptionPenalty
By default, this type of fail penalize as an assert fail in the test.
|
java.lang.String |
expectedPenalty
By default, this type of fail penalize as an assert fail in the test.
|
int |
globalTimeout
Change the global test timeout for the whole test
|
java.lang.String |
timeoutPenalty
By default, this type of fail penalize as an assert fail in the test.
|
public abstract int defaultTestTimeout
public abstract int globalTimeout
public abstract java.lang.String timeoutPenalty