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

Type LDAPDistinguishedName_contains

    object --+        
             |        
object --+   |        
         |   |        
  TestCase --+        
             |        
   _Assertions --+    
                 |    
          TestCase --+
                     |
                    LDAPDistinguishedName_contains


Method Summary
  test_nonContainment_nonParents(self)
  test_nonContainment_parents(self)
  test_realContainment(self)
  test_selfContainment(self)
    Inherited from TestCase
  __init__(self, methodName)
Construct an asynchronous test case for methodName.
  __call__(self, *args, **kwargs)
  deferSetUp(self, ignored, result)
  deferSetUpClass(self, result)
  deferTearDown(self, ignored, result)
  deferTearDownClass(self, ignored, result)
  deferTestMethod(self, ignored, result)
  flushLoggedErrors(self, *errorTypes)
Remove stored errors received from the log.
  getSkip(self)
Return the skip reason set on this test, if any is set.
  getSuppress(self)
Returns any warning suppressions set for this test.
  getTimeout(self)
Returns the timeout value set on this test.
  getTodo(self)
Return a Todo object if the test is marked todo.
  mktemp(self)
Returns a unique name that may be used as either a temporary directory or filename.
  run(self, result)
Run the test case, storing the results in result.
  runTest(self)
If no methodName argument is passed to the constructor, run will treat this method as the thing with the actual test inside.
  shortDescription(self)
Returns a one-line description of the test, or None if no description has been provided.
  visit(self, visitor)
Visit this test case.
    Inherited from TestCase
  __repr__(self)
  __str__(self)
  countTestCases(self)
  debug(self)
Run the test without collecting errors in a TestResult
  defaultTestResult(self)
  id(self)
  setUp(self)
Hook method for setting up the test fixture before exercising it.
  tearDown(self)
Hook method for deconstructing the test fixture after testing it.
    Inherited from object
  __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
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value

Instance Variable Summary
    Inherited from TestCase
  forceGarbageCollection: If set to True, gc.collect() will be called before and after the test.
  skip: None or a string explaining why this test is to be skipped.
  suppress: None or a list of tuples of (args, kwargs) to be passed to warnings.filterwarnings.
  timeout: None or a real number of seconds.
  todo: None, a string or a tuple of (errors, reason) where errors is either an exception class or an iterable of exception classes, and reason is a string.

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...
    Inherited from TestCase
ClassProvides __providedBy__ = <zope.interface.declarations.ClassProvi...

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 Wed Jan 24 20:46:22 2007 http://epydoc.sf.net