Package org.wamblee.test.jndi

This package provides utilities for JNDI testing.

See:
          Description

Class Summary
JndiProxyFactory<T> Proxy factory that can provide contextual references to objects retrieved from JNDI.
StubInitialContextFactory Test initial context factory used for testing software in a Java SE environnment that uses JNDI to retrieve objects.
 

Exception Summary
JndiProxyFactory.JndiWiringException Exception thrown in case an object cannot be retrieved from JNDI.
 

Package org.wamblee.test.jndi Description

This package provides utilities for JNDI testing. Using StubInitialContextFactory, JNDI can be mocked in junit tests. JndiProxyFactory provides a proxy that transparently delegates to an object in the JNDI tree.



Copyright © 2010. All Rights Reserved.