| java.lang.Object org.ddsteps.fixture.ldap.LdapFixture
LdapFixture | public class LdapFixture implements Fixture(Code) | | Fixture for LDAP. Works against a LdapOperations instance (LdapTemplate).
Since we don't have any transactions here in the LDAP world the table order
is significant; an entry of a specific type to be created may depend on a
previously created one of another type. Tables are set up in the orderthey
are defined in the data sheet. Similarly, when tearing down the fixture it
might not be possible to remove an entry that has sub-entries also contained
in the fixture, so this needs to be done in the reverse order.
author: Mattias Arthursson |
Constructor Summary | |
public | LdapFixture(DataSet dataSet, LdapOperations ldapOperations) Construct a new LdapFixture. |
LdapFixture | public LdapFixture(DataSet dataSet, LdapOperations ldapOperations)(Code) | | Construct a new LdapFixture.
Parameters: dataSet - the DataSet to operate on Parameters: ldapOperations - the LdapOperations instance to work on. |
setTableNames | public void setTableNames(String[] tableNames)(Code) | | |
|
|