Class DummyDirContext

java.lang.Object
org.springframework.ldap.test.DummyDirContext
All Implemented Interfaces:
Context, DirContext

public class DummyDirContext extends Object implements DirContext
A DirContext implementation whose methods all throw UnsupportedOperationException, for use as a base in tests that only need to override a handful of methods.