Package elisa :: Package core :: Package tests :: Module test_bindable :: Class TestSequenceFunctions

Class TestSequenceFunctions

source code


Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_sub_binding(self)
test if the path binding on sub objects works with binding system
source code
 
test_bind_private(self)
try to bind to a private attribute
source code
 
test_bind_one_to_one(self)
test whether binding one attribute to one attribute works
source code
 
test_bind_one_to_many(self)
test whether binding one attribute to many objects works
source code
 
test_unbind(self)
test the unbinding
source code
 
test_delete(self)
test what happens on deleting
source code
 
test_multi_delete(self)
test if deleting of attributes on multiple bindings works as expected
source code
 
test_midleobject_missing(self)
test whether that all updates on the updates later in a chain are done even if one binding path is missing an object
source code
 
test_unbind_object(self)
test the various unbinding things that could happen
source code
 
test_multiple_unbind_object(self)
test whether the unbinding of objects when having complex bindings works fine
source code

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, tearDown