class documentation

class EncodingsTestCase(HelperTestCase): (source)

View In Hierarchy

Undocumented

Method test_illegal_utf8 Undocumented
Method test_illegal_utf8_recover Undocumented
Method test_utf16_fromstring Undocumented
Method test_utf16BE_fromstring Undocumented
Method test_utf16LE_fromstring Undocumented
Method test_utf32_fromstring Undocumented
Method test_utf32BE_fromstring Undocumented
Method test_utf32LE_fromstring Undocumented
Method test_utf8_fromstring Undocumented
Method test_utf8sig_fromstring Undocumented
Method _test_encoding Undocumented

Inherited from HelperTestCase:

Method parse Undocumented
Method tearDown Undocumented
Method _rootstring Undocumented
def test_illegal_utf8(self): (source)

Undocumented

def test_illegal_utf8_recover(self): (source)

Undocumented

def test_utf16_fromstring(self): (source)

Undocumented

def test_utf16BE_fromstring(self): (source)

Undocumented

def test_utf16LE_fromstring(self): (source)

Undocumented

def test_utf32_fromstring(self): (source)

Undocumented

def test_utf32BE_fromstring(self): (source)

Undocumented

def test_utf32LE_fromstring(self): (source)

Undocumented

def test_utf8_fromstring(self): (source)

Undocumented

def test_utf8sig_fromstring(self): (source)

Undocumented

def _test_encoding(self, encoding, xml_encoding_name=None): (source)

Undocumented