Package ldaptor :: Package test :: Module test_distinguishedname :: Class LDAPDistinguishedName_contains
[show private | hide private]
[frames | no frames]

Class LDAPDistinguishedName_contains

TestCase --+
           |
          LDAPDistinguishedName_contains


Method Summary
  test_nonContainment_nonParents(self)
  test_nonContainment_parents(self)
  test_realContainment(self)
  test_selfContainment(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)

Class Variable Summary
DistinguishedName c = DistinguishedName(listOfRDNs=(RelativeDistinguishedN...
DistinguishedName ec = DistinguishedName(listOfRDNs=(RelativeDistinguished...
DistinguishedName hsec = DistinguishedName(listOfRDNs=(RelativeDistinguish...
DistinguishedName oc = DistinguishedName(listOfRDNs=(RelativeDistinguished...
DistinguishedName other = DistinguishedName(listOfRDNs=(RelativeDistinguis...
DistinguishedName root = DistinguishedName(listOfRDNs=())
DistinguishedName sec = DistinguishedName(listOfRDNs=(RelativeDistinguishe...
DistinguishedName shsec = DistinguishedName(listOfRDNs=(RelativeDistinguis...
DistinguishedName soc = DistinguishedName(listOfRDNs=(RelativeDistinguishe...
    Inherited from TestCase
NoneType expectedAssertions = None                                                                  

Class Variable Details

c

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='dc', value='com'),\
)),))                                                                  

ec

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='dc', value='exampl\
e'),)), RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttribu\
teTypeAndValue(attributeType='dc', value='com'),))))                   

hsec

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='cn', value='host')\
,)), RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttributeT\
ypeAndValue(attributeType='dc', value='sub'),)), RelativeDistinguished\
Name(attributeTypesAndValues=(LDAPAttributeTypeAndValue(attributeType=\
'dc', value='example'),)), RelativeDistinguishedName(attributeTypesAnd\
Values=(LDAPAttributeTypeAndValue(attributeType='dc', value='com'),)))\
)                                                                      

oc

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='dc', value='other'\
),)), RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttribute\
TypeAndValue(attributeType='dc', value='com'),))))                     

other

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='o', value='foo'),)\
), RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttributeTyp\
eAndValue(attributeType='c', value='US'),))))                          

root

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=())                                       

sec

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='dc', value='sub'),\
)), RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttributeTy\
peAndValue(attributeType='dc', value='example'),)), RelativeDistinguis\
hedName(attributeTypesAndValues=(LDAPAttributeTypeAndValue(attributeTy\
pe='dc', value='com'),))))                                             

shsec

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='dc', value='sub2')\
,)), RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttributeT\
ypeAndValue(attributeType='cn', value='host'),)), RelativeDistinguishe\
dName(attributeTypesAndValues=(LDAPAttributeTypeAndValue(attributeType\
='dc', value='sub'),)), RelativeDistinguishedName(attributeTypesAndVal\
ues=(LDAPAttributeTypeAndValue(attributeType='dc', value='example'),))\
, RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttributeType\
...                                                                    

soc

Type:
DistinguishedName
Value:
DistinguishedName(listOfRDNs=(RelativeDistinguishedName(attributeTypes\
AndValues=(LDAPAttributeTypeAndValue(attributeType='dc', value='sub'),\
)), RelativeDistinguishedName(attributeTypesAndValues=(LDAPAttributeTy\
peAndValue(attributeType='dc', value='other'),)), RelativeDistinguishe\
dName(attributeTypesAndValues=(LDAPAttributeTypeAndValue(attributeType\
='dc', value='com'),))))                                               

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