Package ldaptor :: Package test :: Module test_inmemory :: Class TestInMemoryDatabase
[hide private]
[frames] | no frames]

Class TestInMemoryDatabase

source code

                         object --+                
                                  |                
             unittest.case.TestCase --+            
                                      |            
                             object --+            
                                      |            
    twisted.trial._synctest._Assertions --+        
                                          |        
twisted.trial._synctest.SynchronousTestCase --+    
                                              |    
              twisted.trial._asynctest.TestCase --+
                                                  |
                                                 TestInMemoryDatabase

Instance Methods [hide private]
 
setUp(self)
Hook method for setting up the test fixture before exercising it.
source code
 
test_children_empty(self) source code
 
test_children_oneChild(self) source code
 
test_children_repeat(self)
Test that .children() returns a copy of the data so that modifying it does not affect behaviour.
source code
 
test_children_twoChildren(self) source code
 
test_addChild(self) source code
 
test_addChild_Exists(self) source code
 
test_parent(self) source code
 
test_subtree_empty(self) source code
 
test_subtree_oneChild(self) source code
 
test_subtree_oneChild_cb(self) source code
 
test_subtree_many(self) source code
 
test_subtree_many_cb(self) source code
 
test_lookup_fail(self) source code
 
test_lookup_fail_outOfTree(self) source code
 
test_lookup_deep(self) source code
 
test_delete_root(self) source code
 
test_delete_nonLeaf(self) source code
 
test_delete(self) source code
 
test_deleteChild(self) source code
 
test_deleteChild_NonExisting(self) source code
 
test_setPassword(self) source code
 
test_setPassword_noSalt(self) source code
 
testSearch_withCallback(self) source code
 
testSearch_withoutCallback(self) source code
 
test_move_noChildren_sameSuperior(self) source code
 
test_move_children_sameSuperior(self) source code
 
test_move_noChildren_newSuperior(self) source code
 
test_move_children_newSuperior(self) source code
 
test_commit(self)
ReadOnlyInMemoryLDAPEntry.commit() succeeds immediately.
source code

Inherited from twisted.trial._asynctest.TestCase: __call__, __init__, __provides__, addCleanup, assertFailure, deferRunCleanups, deferSetUp, deferTearDown, deferTestMethod, failUnlessFailure, getSuppress, getTimeout

Inherited from twisted.trial._asynctest.TestCase (private): _cbDeferRunCleanups, _cbDeferTestMethod, _classCleanUp, _cleanUp, _deprecateReactor, _ebDeferSetUp, _ebDeferTearDown, _ebDeferTestMethod, _makeReactorMethod, _run, _runCleanups, _runFixturesAndTest, _undeprecateReactor, _wait

Inherited from twisted.trial._synctest.SynchronousTestCase: __eq__, __hash__, __ne__, callDeprecated, flushLoggedErrors, flushWarnings, getSkip, getTodo, mktemp, patch, run, runTest, shortDescription

Inherited from twisted.trial._synctest.SynchronousTestCase (private): _getSkipReason, _getSuppress, _installObserver, _removeObserver

Inherited from twisted.trial._synctest._Assertions: assertAlmostEqual, assertAlmostEquals, assertApproximates, assertEqual, assertEquals, assertFalse, assertIdentical, assertIn, assertIs, assertIsInstance, assertIsNot, assertNoResult, assertNot, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIdentical, assertNotIn, assertNotIsInstance, assertNotSubstring, assertRaises, assertRegex, assertSubstring, assertTrue, assertWarns, assert_, fail, failIf, failIfAlmostEqual, failIfAlmostEquals, failIfEqual, failIfEquals, failIfIdentical, failIfIn, failIfIsInstance, failIfSubstring, failUnless, failUnlessAlmostEqual, failUnlessAlmostEquals, failUnlessApproximates, failUnlessEqual, failUnlessEquals, failUnlessFalse, failUnlessIdentical, failUnlessIn, failUnlessIsInstance, failUnlessRaises, failUnlessSubstring, failUnlessTrue, failUnlessWarns, failureResultOf, successResultOf

Inherited from unittest.case.TestCase: __providedBy__, __repr__, __str__, addTypeEqualityFunc, assertDictContainsSubset, assertDictEqual, assertGreater, assertGreaterEqual, assertIsNone, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotRegexpMatches, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTupleEqual, countTestCases, debug, defaultTestResult, doCleanups, id, skipTest, tearDown

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Class Variables [hide private]

Inherited from twisted.trial._asynctest.TestCase: __implemented__

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed, _diffThreshold

Instance Variables [hide private]

Inherited from twisted.trial._asynctest.TestCase: timeout

Inherited from twisted.trial._synctest.SynchronousTestCase: failureException, skip, suppress, todo

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUp(self)

source code 

Hook method for setting up the test fixture before exercising it.

Overrides: unittest.case.TestCase.setUp
(inherited documentation)