AbstractBehavior<T> |
Component adapter which decorates another adapter.
|
AbstractBehaviorFactory |
|
AdaptingBehavior |
|
AdaptingBehaviorTestCase |
|
AdaptingBehaviorTestCase.MyHashMap |
|
AdaptingBehaviorTestCase.MyHashMap2 |
|
Automated<T> |
|
Automating |
|
AutomatingTestCase |
|
AutomatingTestCase.Bar |
|
AutomatingTestCase.Foo |
|
Behavior |
static collection of factory methods for easier behavior creation
|
Behaviors |
Static collection of factory methods for different BehaviourFactory implementations.
|
Cached<T> |
|
Caching |
factory class creating cached behaviours
|
CachingTestCase |
|
CircularTestCase |
|
CircularTestCase.Fish |
|
CircularTestCase.Water |
|
Decorated<T> |
|
Decorating |
BehaviorFactory for Decorating.
|
DecoratingTestCase |
|
DecoratingTestCase.Turnip |
|
FieldDecorated |
|
FieldDecorating |
BehaviorFactory for Field Decorating.
|
Guarded<T> |
behaviour for allows components to be guarded by another component
|
Guarding |
factory class creating guard behaviour
|
GuardingTestCase |
|
GuardingTestCase.MyGuard |
|
HiddenImplementation<T> |
This component adapter makes it possible to hide the implementation
of a real subject (behind a proxy) provided the key is an interface.
|
HiddenImplementationTestCase |
|
ImplementationHiding |
|
ImplementationHidingTestCase |
|
ImplementationHidingTestCase.NeedsNeedsStringBuilder |
|
ImplementationHidingTestCase.NeedsStringBuilderImpl |
|
Intercepted<T> |
|
Intercepted.ControllerImpl |
|
Intercepted.InterceptorThreadLocal |
|
Intercepting |
|
InterceptingTestCase |
|
InterceptingTestCase.Englishman |
|
InterceptingTestCase.Person.nullobject |
|
Locked<T> |
|
LockedTestCase |
|
Locking |
This behavior factory provides java.util.concurrent locks.
|
LockingTestCase |
|
OptInCaching |
Behavior that turns off Caching behavior by default.
|
OptInCachingTestCase |
|
PropertyApplicator<T> |
Decorating component adapter that can be used to set additional properties
on a component in a bean style.
|
PropertyApplying |
|
PropertyApplyingBehaviorTestCase |
|
PropertyApplyingTestCase |
|
PropertyApplyingTestCase.A |
|
PropertyApplyingTestCase.B |
|
PropertyApplyingTestCase.Failing |
|
PropertyApplyingTestCase.Foo |
|
PropertyApplyingTestCase.Primitives |
Class that contains all types of Java primitives, to test if they are
set correctly.
|
Stored<T> |
|
Stored.Instance<T> |
|
Storing |
|
Storing.StoreThreadLocal |
|
Storing.StoreWrapper |
|
StoringTestCase |
|
StoringTestCase.Bar |
|
StoringTestCase.Foo |
|
Synchronized<T> |
Component Adapter that uses java synchronized around getComponentInstance().
|
SynchronizedTestCase |
|
SynchronizedTestCase.SlowCtor |
|
Synchronizing |
This behavior factory provides synchronized wrappers to control access to a particular component.
|
SynchronizingTestCase |
|
ThreadCached<T> |
This behavior supports caches values per thread.
|
ThreadCaching |
|
ThreadCachingTestCase |
|
ThreadCachingTestCase.Bar |
|
ThreadCachingTestCase.Baz |
|
ThreadCachingTestCase.Foo |
|
ThreadCachingTestCase.Qux |
|