Package ldaptor :: Package test :: Module test_pureldap :: Class KnownValues
[show private | hide private]
[frames | no frames]

Class KnownValues

TestCase --+
           |
          KnownValues


Method Summary
  testFromLDAP(self)
LDAPClass(encoded="...") should give known result with known input
  testPartial(self)
LDAPClass(encoded="...") with too short input should throw BERExceptionInsufficientData
  testPartialLDAPModifyRequestEncodings_old(self)
LDAPModifyRequest(encoded="...") with too short input should throw BERExceptionInsufficientData
  testToLDAP(self)
str(LDAPClass(...)) should give known result with known input
    Inherited from TestCase
  assert_(self, condition, message)
  assertApproximates(self, first, second, tolerance, msg)
  assertEqual(self, first, second, msg)
  assertEquals(self, first, second, msg)
  assertIdentical(self, first, second, msg)
  assertIn(self, containee, container, msg)
  assertNotEqual(self, first, second, msg)
  assertNotEquals(self, first, second, msg)
  assertNotIdentical(self, first, second, msg)
  assertNotIn(self, containee, container, msg)
  assertRaises(self, exception, f, *args, **kwargs)
  fail(self, message)
  failIf(self, condition, message)
  failIfEqual(self, first, second, msg)
  failIfEquals(self, first, second, msg)
  failIfIdentical(self, first, second, msg)
  failIfIn(self, containee, container, msg)
  failUnless(self, condition, message)
  failUnlessEqual(self, first, second, msg)
  failUnlessIdentical(self, first, second, msg)
  failUnlessIn(self, containee, container, msg)
  failUnlessRaises(self, exception, f, *args, **kwargs)
  mktemp(self)
  runReactor(self, timesOrSeconds, seconds)
I'll iterate the reactor for a while.
  setUp(self)
  setUpClass(self)
  tearDown(self)
  tearDownClass(self)

Class Variable Summary
tuple knownValues = ((<class ldaptor.protocols.pureldap.LDAPMo...
    Inherited from TestCase
NoneType expectedAssertions = None                                                                  

Method Details

testFromLDAP(self)

LDAPClass(encoded="...") should give known result with known input

testPartial(self)

LDAPClass(encoded="...") with too short input should throw BERExceptionInsufficientData

testPartialLDAPModifyRequestEncodings_old(self)

LDAPModifyRequest(encoded="...") with too short input should throw BERExceptionInsufficientData

testToLDAP(self)

str(LDAPClass(...)) should give known result with known input

Class Variable Details

knownValues

Type:
tuple
Value:
((<class ldaptor.protocols.pureldap.LDAPModification_delete at 0x40448\
d1c>,
  [],
  {'attributeType': 'bar'},
  None,
  [48, 12, 10, 1, 1, 48, 7, 4, 3, 98, 97, 114, 49, 0]),
 (<class ldaptor.protocols.pureldap.LDAPModifyRequest at 0x40448e9c>,
  [],
...                                                                    

Generated by Epydoc 2.1 on Tue Aug 17 17:08:21 2004 http://epydoc.sf.net