@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface FitNesseRunner.Partition
Partition
annotation specifies the full test run should be split in a number of parts.
Each part will be run separately, combining the results of all parts gives the full result.
This annotation dictates the number of partitions to create, and which of those should be run when the current
test is executed. The default is no partition: indicating the full test run should NOT be split but run as-is.Modifier and Type | Optional Element and Description |
---|---|
int |
count |
java.lang.String |
countSystemProperty |
int |
index |
java.lang.String |
indexSystemProperty |