| Interface | Description |
|---|---|
| CookieSinkSource |
Unifies the
CookieSink and CookieSource interfaces
to create an interface for the combined (test) service. |
| ObjectAccessor |
Gets an object (from somewhere).
|
| ObjectsForComponentsStore |
Stores objects that are will be
preferentially injected into pages/components during a test.
|
| PerTestDataStore |
Stores objects that are needed for the duration of a test.
|
| Class | Description |
|---|---|
| AccessObjectFromField | |
| ForComponentsInjectionProvider | |
| NullInjectionProvider |
An
InjectionProvider2 that doesn't provide any injections. |
| PerTestServiceCreator |
Creates services with a
TestifyConstants.PERTEST scope. |
| PerTestServiceLifecycle |
Allows a service to exist "per test" (on the assumption that a test runs in only one thread).
|
| SimpleObjectsForComponentsStore |
Simple implementation of
ObjectsForComponentsStore. |
| TestifyCommonResourcesInjectionProvider | |
| TestifyCookieSinkSource |
Adapts Tapestry's
TestableCookieSinkSource so it implements a
service interface, so it can be proxied and so we can create a
TestifyConstants.PERTEST scoped version of it. |
| TestifyDefaultInjectionProvider |
An
InjectionProvider2 that replaces the usual default provider. |
| TestifyModule |
Services to support enhanced page/component testing.
|
| ThreadLocalPerTestDataStore |
Copyright © 2009-2012. All Rights Reserved.