public static enum PlayJUnitRunner.StartPlay extends Enum<PlayJUnitRunner.StartPlay> implements org.junit.rules.MethodRule
Enum Constant and Description |
---|
INVOKE_THE_TEST_IN_PLAY_CONTEXT |
JUST_RUN_THE_TEST |
Modifier and Type | Method and Description |
---|---|
static PlayJUnitRunner.StartPlay |
rule() |
static PlayJUnitRunner.StartPlay |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayJUnitRunner.StartPlay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayJUnitRunner.StartPlay INVOKE_THE_TEST_IN_PLAY_CONTEXT
public static final PlayJUnitRunner.StartPlay JUST_RUN_THE_TEST
public static PlayJUnitRunner.StartPlay[] values()
for (PlayJUnitRunner.StartPlay c : PlayJUnitRunner.StartPlay.values()) System.out.println(c);
public static PlayJUnitRunner.StartPlay valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static PlayJUnitRunner.StartPlay rule()
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly