@Retention(value=RUNTIME) @Target(value=TYPE) public @interface TestConfig
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
groups
Define one or more group names that this test class belongs to.
|
String |
id
Can be used to set test IDs.
|
String[] |
notParallelWith
Define a set of test class names and/or "parallel" group names that this test cannot run
in parallel with.
|
boolean |
serial
When T this test class runs strictly standalone, with not a single other JUnit test in
parallel.
|
public abstract String[] groups
public abstract String[] notParallelWith
public abstract boolean serial
public abstract String id
Copyright © 2017 etc.to. All rights reserved.