class documentation

class TestMarshalling(TestCase):

View In Hierarchy

Undocumented

Method test_literal_rep Undocumented
Method test_literal_str Undocumented
Method test_literal_txt Undocumented
Method test_marshall_error Undocumented
Method test_marshall_int Undocumented
Method test_marshall_list Undocumented
Method test_marshall_list_mixed Undocumented
Method test_marshall_list_nested Undocumented
Method test_marshall_literal Undocumented
Method test_marshall_raises Undocumented
Method test_marshall_string Undocumented
Method test_marshall_string_space Undocumented
Method test_unmarshall_empty Undocumented
Method test_unmarshall_int Undocumented
Method test_unmarshall_list Undocumented
Method test_unmarshall_literal Undocumented
Method test_unmarshall_literal_negative Undocumented
Method test_unmarshall_nospace Undocumented
Method test_unmarshall_open_list Undocumented
Method test_unmarshall_string Undocumented
Method test_unmarshall_toolong Undocumented

Inherited from TestCase:

Method assertIs Undocumented
Method assertIsInstance Fail if obj is not an instance of kls
def test_literal_rep(self):

Undocumented

def test_literal_str(self):

Undocumented

def test_literal_txt(self):

Undocumented

def test_marshall_error(self):

Undocumented

def test_marshall_int(self):

Undocumented

def test_marshall_list(self):

Undocumented

def test_marshall_list_mixed(self):

Undocumented

def test_marshall_list_nested(self):

Undocumented

def test_marshall_literal(self):

Undocumented

def test_marshall_raises(self):

Undocumented

def test_marshall_string(self):

Undocumented

def test_marshall_string_space(self):

Undocumented

def test_unmarshall_empty(self):

Undocumented

def test_unmarshall_int(self):

Undocumented

def test_unmarshall_list(self):

Undocumented

def test_unmarshall_literal(self):

Undocumented

def test_unmarshall_literal_negative(self):

Undocumented

def test_unmarshall_nospace(self):

Undocumented

def test_unmarshall_open_list(self):

Undocumented

def test_unmarshall_string(self):

Undocumented

def test_unmarshall_toolong(self):

Undocumented