Package qpid :: Package tests :: Module codec :: Class StringTestCase
[frames] | no frames]

Class StringTestCase

       object --+        
                |        
unittest.TestCase --+    
                    |    
        BaseDataTypes --+
                        |
                       StringTestCase

Handles short strings, long strings

Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_short_string_zero_length(self)
0 length short string
 
test_short_string_positive_length(self)
positive length short string
 
test_short_string_out_of_upper_range(self)
string length > 255
 
test_short_string_decode(self)
short string decode
 
test_long_string_zero_length(self)
0 length long string
 
test_long_string_positive_length(self)
positive length long string
 
test_long_string_decode(self)
long string decode

Inherited from BaseDataTypes: callFunc, readFunc, setUp, tearDown

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from object: __class__