public static final class JUnitTask.ForkMode
extends EnumeratedAttribute
| Modifier and Type | Field and Description |
|---|---|
static String |
ONCE
fork once only
|
static String |
PER_BATCH
fork once per batch of tests
|
static String |
PER_TEST
fork once per test class
|
public static final String ONCE
public static final String PER_TEST
public static final String PER_BATCH
public ForkMode()
public ForkMode(String value)
value - the value to use - once, perTest or perBatch.public String[] getValues()
Copyright © 2017 SAP SE. All Rights Reserved.