Package logilab :: Package common :: Package test :: Module unittest_xmlutils :: Class ProcessingInstructionDataParsingTest
[frames] | no frames]

Class ProcessingInstructionDataParsingTest

source code

       object --+        
                |        
unittest.TestCase --+    
                    |    
     testlib.TestCase --+
                        |
                       ProcessingInstructionDataParsingTest

Nested Classes

Inherited from testlib.TestCase: pdbclass

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_complex_pi_with_different_quotes(self)
Tests the parsing of the data of a complex processing instruction using simple quotes or double quotes for embedding the values.
source code
 
test_empty_pi(self)
Tests the parsing of the data of an empty processing instruction.
source code
 
test_pi_with_non_attribute_data(self)
Tests the parsing of the data of a complex processing instruction containing non-attribute data.
source code
 
test_simple_pi_with_double_quotes(self)
Tests the parsing of the data of a simple processing instruction using double quotes for embedding the value.
source code
 
test_simple_pi_with_simple_quotes(self)
Tests the parsing of the data of a simple processing instruction using simple quotes for embedding the value.
source code

Inherited from testlib.TestCase: __call__, __init__, assertDictEqual, assertDictEquals, assertDirEqual, assertDirEquals, assertFileEqual, assertFileEquals, assertFloatAlmostEquals, assertIn, assertIs, assertIsInstance, assertIsNot, assertLineEqual, assertLinesEquals, assertListEqual, assertListEquals, assertNone, assertNotIn, assertNotNone, assertRaises, assertSetEqual, assertSetEquals, assertStreamEqual, assertStreamEquals, assertTextEqual, assertTextEquals, assertUnordIterEqual, assertUnordIterEquals, assertUnorderedIterableEqual, assertUnorderedIterableEquals, assertXMLEqualsTuple, assertXMLStringWellFormed, assertXMLWellFormed, captured_output, datadir, defaultTestResult, failUnlessRaises, optval, printonly, quiet_run, set_description, shortDescription, skip, start_capture, stop_capture

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

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

Class Methods

Inherited from testlib.TestCase: datapath

Class Variables

Inherited from testlib.TestCase: capture

Properties

Inherited from object: __class__