A JUnit4ClassRunner to help with Tapestry IOC integration tests. The test runner requires a registry configuration to be defined in a {@link Registry}annotation. A {@link RegistryShutdownType} can be specified to configure thelifecycle of the test registry and it's services
{@link org.apache.tapestry5.ioc.junit.ModuleDef}s can be added to the {@link org.apache.tapestry5.ioc.Registry} by annotating a factory method(s)with {@link ModuleDef}. These {@link ModuleDef} factory methods must be
Any services defined in the registry can be {@link Inject}ed into the test class to be used during testing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|