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

Type LDAPDistinguishedName_contains

object --+    
         |    
  TestCase --+
             |
            LDAPDistinguishedName_contains


Method Summary
  test_nonContainment_nonParents(self)
  test_nonContainment_parents(self)
  test_realContainment(self)
  test_selfContainment(self)
    Inherited from TestCase
  assert_(self, a, msg)
  assertAlmostEqual(self, a, b, c, msg)
  assertAlmostEquals(self, a, b, c, msg)
  assertApproximates(self, a, b, c, msg)
  assertEqual(self, a, b, msg)
  assertEquals(self, a, b, msg)
  assertIdentical(self, a, b, msg)
  assertIn(self, a, b, msg)
  assertNotAlmostEqual(self, a, b, c, msg)
  assertNotAlmostEquals(self, a, b, c, msg)
  assertNotEqual(self, a, b, msg)
  assertNotEquals(self, a, b, msg)
  assertNotIdentical(self, a, b, msg)
  assertNotIn(self, a, b, msg)
  assertRaises(self, exc, f, *a, **kw)
  fail(self, msg)
  failIf(self, a, msg)
  failIfAlmostEqual(self, a, b, c, msg)
  failIfEqual(self, a, b, msg)
  failIfEquals(self, a, b, msg)
  failIfIdentical(self, a, b, msg)
  failIfIn(self, a, b, msg)
  failUnless(self, a, msg)
  failUnlessAlmostEqual(self, a, b, c, msg)
  failUnlessEqual(self, a, b, msg)
  failUnlessIdentical(self, a, b, msg)
  failUnlessIn(self, a, b, msg)
  failUnlessRaises(self, exc, f, *a, **kw)
  mktemp(self)
will return a unique name that may be used as either a temporary directory or filename
  runReactor(self, timesOrSeconds, seconds)
DEPRECATED: just return a deferred from your test method and trial with do the Right Thing.
  setUp(self)
  setUpClass(self)
  tearDown(self)
  tearDownClass(self)
  _mktGetCounter(self, base)
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

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
Implements __implemented__ = <implementedBy twisted.trial.unittest....
ClassProvides __provides__ = <zope.interface.declarations.ClassProvide...

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 Mon Jul 25 16:22:12 2005 http://epydoc.sf.net