public static enum Stage.Type extends Enum<Stage.Type>
| Modifier and Type | Method and Description |
|---|---|
Stage |
create(com.github.dakusui.jcunit.core.tuples.Tuple fixture) |
Stage |
create(com.github.dakusui.jcunit.core.tuples.Tuple fixture,
Object response) |
static Stage.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Stage.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Stage.Type GIVEN
public static final Stage.Type WHEN
public static final Stage.Type THEN
public static Stage.Type[] values()
for (Stage.Type c : Stage.Type.values()) System.out.println(c);
public static Stage.Type 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 Stage create(com.github.dakusui.jcunit.core.tuples.Tuple fixture)
Copyright © 2017. All rights reserved.