class documentation

class NameAdapterTestCase(unittest.TestCase): (source)

View In Hierarchy

Undocumented

Method setUp Undocumented
Method tearDown Undocumented
Method test_adapt_name Does adapter map values correctly?
Method test_adapt_name_existing_value Does adapter not map values that are in the context?
Method test_adapt_name_not_in_map Does adapter work for values not in the map?
Instance Variable adapter Undocumented
Instance Variable context Undocumented
Instance Variable raw_context Undocumented
def setUp(self): (source)

Undocumented

def tearDown(self): (source)

Undocumented

def test_adapt_name(self): (source)

Does adapter map values correctly?

def test_adapt_name_existing_value(self): (source)

Does adapter not map values that are in the context?

def test_adapt_name_not_in_map(self): (source)

Does adapter work for values not in the map?

adapter = (source)

Undocumented

context = (source)

Undocumented

raw_context = (source)

Undocumented