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