class documentation

class TestHashMappingProtocol(TestMappingProtocol): (source)

View In Hierarchy

Undocumented

Method run Undocumented
Method test_fromkeys Undocumented
Method test_getitem Undocumented
Method test_le Undocumented
Method test_mutatingiteration Undocumented
Method test_pop Undocumented
Method test_repr Undocumented
Method test_setdefault Undocumented

Inherited from TestMappingProtocol:

Method test_bool Undocumented
Method test_clear Undocumented
Method test_constructor Undocumented
Method test_contains Undocumented
Method test_copy Undocumented
Method test_get Undocumented
Method test_has_key Undocumented
Method test_items Undocumented
Method test_keys Undocumented
Method test_len Undocumented
Method test_popitem Undocumented
Method test_update Undocumented
Method test_values Undocumented

Inherited from BasicTestMappingProtocol (via TestMappingProtocol):

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_le(self): (source)

Undocumented

def test_mutatingiteration(self): (source)

Undocumented

def test_repr(self): (source)

Undocumented