class documentation

Undocumented

Method run Undocumented
Method test_bool Undocumented
Method test_clear Undocumented
Method test_constructor Undocumented
Method test_contains Undocumented
Method test_copy Undocumented
Method test_fromkeys Undocumented
Method test_get Undocumented
Method test_getitem Undocumented
Method test_has_key Undocumented
Method test_items Undocumented
Method test_keys Undocumented
Method test_len Undocumented
Method test_pop Undocumented
Method test_popitem Undocumented
Method test_setdefault Undocumented
Method test_update Undocumented
Method test_values Undocumented

Inherited from BasicTestMappingProtocol:

Method __init__ Undocumented
Method test_read Undocumented
Method test_write Undocumented
Class Variable type2test Undocumented
Instance Variable inmapping Undocumented
Instance Variable other Undocumented
Instance Variable reference Undocumented
Method _empty_mapping Return an empty mapping object
Method _full_mapping Return a mapping object with the value contained in data dictionary
Method _reference Return a dictionary of values which are invariant by storage in the object under test.
def test_clear(self): (source)

Undocumented

def test_contains(self): (source)

Undocumented

def test_copy(self): (source)

Undocumented

def test_has_key(self): (source)

Undocumented