Package org.apache.tapestry5.ioc.junit
Annotation Type Registry
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface Registry
Used by theTapestryIOCJUnit4ClassRunner
to configure a testRegistry
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description RegistryShutdownType
shutdown
Determines the registry lifecycle
-
-
-
-
shutdown
RegistryShutdownType shutdown
Determines the registry lifecycle- Returns:
- RegistryShutdownType
- Default:
- org.apache.tapestry5.ioc.junit.RegistryShutdownType.AFTER_CLASS
-
-