class documentation

Unit tests for `AddOp`.

Method testAddOp_DNExists It fails to perform the `add` operation for an existing entry.
Method testAddOpEqualitySameEntry Objects are equal when the have the same LDAP entry.
Method testAddOpHashDifferent Objects which are not equal have different hash.
Method testAddOpHashSimilar Objects which are equal have the same hash.
Method testAddOpInequalityDifferentEntry Objects are not equal when the have different LDAP entries.
Method testAddOpInequalityNoEntryObject Objects is not equal with random objects.
Method testAsLDIF It will return the LDIF representation of the operation.
Method testRepr Getting string representation

Inherited from OperationTestCase:

Method getRoot Returns a new LDAP root for dc=example,dc=com.
def testAddOp_DNExists(self): (source)

It fails to perform the `add` operation for an existing entry.

def testAddOpEqualitySameEntry(self): (source)

Objects are equal when the have the same LDAP entry.

def testAddOpHashDifferent(self): (source)

Objects which are not equal have different hash.

def testAddOpHashSimilar(self): (source)

Objects which are equal have the same hash.

def testAddOpInequalityDifferentEntry(self): (source)

Objects are not equal when the have different LDAP entries.

def testAddOpInequalityNoEntryObject(self): (source)

Objects is not equal with random objects.

def testAsLDIF(self): (source)

It will return the LDIF representation of the operation.

def testRepr(self): (source)

Getting string representation