ExpectedLookupTemplate()
Construct a new JndiTemplate that will always return given objects for given names. To be populated through addObject calls.
See Also
#addObject(String, Object)
ExpectedLookupTemplate(name: String, object: Any)
Construct a new JndiTemplate that will always return the given object, but honour only requests for the given name.