Package intelhex :: Module test :: Class TestIntelHexErrors
[hide private]
[frames] | no frames]

Class TestIntelHexErrors

source code

       object --+        
                |        
unittest.TestCase --+    
                    |    
     TestIntelHexBase --+
                        |
                       TestIntelHexErrors

Tests for custom errors classes
Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
assertEqualExc(self, message, exception) source code
 
test_IntelHexError(self) source code
 
test_IntelHexError_message(self) source code
 
test_HexReaderError(self) source code
 
test_HexRecordError(self) source code
 
test_RecordLengthError(self) source code
 
test_RecordTypeError(self) source code
 
test_RecordChecksumError(self) source code
 
test_EOFRecordError(self) source code
 
test_ExtendedSegmentAddressRecordError(self) source code
 
test_ExtendedLinearAddressRecordError(self) source code
 
test_StartSegmentAddressRecordError(self) source code
 
test_StartLinearAddressRecordError(self) source code
 
test_DuplicateStartAddressRecord(self) source code
 
test_InvalidStartAddressValue(self) source code
 
test_AddressOverlapError(self) source code
 
test_NotEnoughDataError(self) source code
 
test_BadAccess16bit(self) source code

Inherited from TestIntelHexBase: assertEqualWrittenData, assertRaisesMsg

Inherited from unittest.TestCase: __call__, __init__, __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, setUp, shortDescription, tearDown

Inherited from unittest.TestCase (private): _exc_info

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__