Package ldaptor :: Package test :: Module test_ldifprotocol :: Class RFC2849_Examples
[show private | hide private]
[frames | no frames]

Class RFC2849_Examples

TestCase --+
           |
          RFC2849_Examples


Method Summary
  testExamples(self)
    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)
  _mktGetCounter(self, base)

Class Variable Summary
list examples = [('Example 1: An simple LDAP file with two en...
    Inherited from TestCase
NoneType expectedAssertions = None                                                                  
int _assertions = 0                                                                     

Class Variable Details

examples

Type:
list
Value:
[('Example 1: An simple LDAP file with two entries',
  'version: 1\ndn: cn=Barbara Jensen, ou=Product Development, dc=airiu\
s, dc=com\nobjectclass: top\nobjectclass: person\nobjectclass: organiz\
ationalPerson\ncn: Barbara Jensen\ncn: Barbara J Jensen\ncn: Babs Jens\
en\nsn: Jensen\nuid: bjensen\ntelephonenumber: +1 408 555 1212\ndescri\
ption: A big sailing fan.\n\ndn: cn=Bjorn Jensen, ou=Accounting, dc=ai\
rius, dc=com\nobjectclass: top\nobjectclass: person\nobjectclass: orga\
nizationalPerson\ncn: Bjorn Jensen\nsn: Jensen\ntelephonenumber: +1 40\
...                                                                    

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