class documentation

class TestTraitslike(object): (source)

View In Hierarchy

Undocumented

Method setup Undocumented
Method test_add_several_traits Does adding multiple traits at a time work?
Method test_add_traits Does adding traits work?
Method test_initial_values_from_context Are the initial values propagated from the context to the traits correctly?
Method test_initial_values_from_traits Are the initial values propagated from the traits to the context correctly?
Method test_synch Does synching work?
Method test_synch_off Can synching be turned off?
Instance Variable d Undocumented
Instance Variable tcw Undocumented
def setup(self): (source)

Undocumented

def test_add_several_traits(self): (source)

Does adding multiple traits at a time work?

def test_add_traits(self): (source)

Does adding traits work?

def test_initial_values_from_context(self): (source)

Are the initial values propagated from the context to the traits correctly?

def test_initial_values_from_traits(self): (source)

Are the initial values propagated from the traits to the context correctly?

def test_synch(self): (source)

Does synching work?

def test_synch_off(self): (source)

Can synching be turned off?

Undocumented

Undocumented