public enum RegistryShutdownType extends java.lang.Enum<RegistryShutdownType>
TapestryIOCJUnit4ClassRunner to determine the registry lifecycle| Enum Constant and Description |
|---|
AFTER_CLASS
Test registry will be shut down once per test class
|
AFTER_METHOD
Test registry will be shut down after each test method
|
| Modifier and Type | Method and Description |
|---|---|
static RegistryShutdownType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegistryShutdownType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegistryShutdownType AFTER_CLASS
public static final RegistryShutdownType AFTER_METHOD
public static RegistryShutdownType[] values()
for (RegistryShutdownType c : RegistryShutdownType.values()) System.out.println(c);
public static RegistryShutdownType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null${project.version} - Copyright © 2003-2015 The Apache Software Foundation.