| org.apache.tapestry.ioc.internal.IOCInternalTestCase org.apache.tapestry.ioc.internal.services.RegistryShutdownHubImplTest
Method Summary | |
public void | add_and_notify() | public void | notification_error() Shows that multiple listener will be notified, and that an error in one doesn't prevent
others from being notified. |
add_and_notify | public void add_and_notify()(Code) | | |
notification_error | public void notification_error()(Code) | | Shows that multiple listener will be notified, and that an error in one doesn't prevent
others from being notified.
|
Methods inherited from org.apache.tapestry.ioc.internal.IOCInternalTestCase | final public T autobuild(Class<T> clazz)(Code)(Java Doc) final public void cleanupThread()(Code)(Java Doc) final public void eagerLoadServices()(Code)(Java Doc) final public ClassFactory getClassFactory()(Code)(Java Doc) final public T getObject(Class<T> objectType, AnnotationProvider annotationProvider)(Code)(Java Doc) final public T getService(Class<T> serviceInterface)(Code)(Java Doc) final public T getService(String serviceId, Class<T> serviceInterface)(Code)(Java Doc) final protected InternalRegistry mockInternalRegistry()(Code)(Java Doc) final protected Module mockModule()(Code)(Java Doc) final protected ObjectCreatorSource mockObjectCreatorSource()(Code)(Java Doc) final public void setup_registry()(Code)(Java Doc) final public void shutdown()(Code)(Java Doc) final public void shutdown_registry()(Code)(Java Doc) final protected void train_findDecoratorsForService(InternalRegistry registry)(Code)(Java Doc) final protected void train_findDecoratorsForService(Module module, String serviceId, List<ServiceDecorator> decorators)(Code)(Java Doc) final protected void train_getDescription(ObjectCreatorSource source, String description)(Code)(Java Doc) final protected void train_getLifecycle(InternalRegistry registry, String scope, ServiceLifecycle lifecycle)(Code)(Java Doc) final protected void train_getService(InternalRegistry registry, String serviceId, Class<T> serviceInterface, T service)(Code)(Java Doc)
|
|
|