Package cssutils :: Package tests :: Module test_cssvalue :: Class CSSPrimitiveValueTestCase
[hide private]
[frames] | no frames]

Class CSSPrimitiveValueTestCase

source code

       object --+        
                |        
unittest.TestCase --+    
                    |    
basetest.BaseTestCase --+
                        |
                       CSSPrimitiveValueTestCase

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_init(CSSPrimitiveValue) source code
 
test_CSS_UNKNOWN(self)
CSSPrimitiveValue.CSS_UNKNOWN
source code
 
test_CSS_NUMBER_AND_OTHER_DIMENSIONS(self)
CSSPrimitiveValue.CSS_NUMBER ..
source code
 
test_CSS_STRING_AND_OTHER(self)
CSSPrimitiveValue.CSS_STRING ..
source code
 
test_getFloat(CSSPrimitiveValue) source code
 
test_setFloat(CSSPrimitiveValue) source code
 
test_getString(CSSPrimitiveValue) source code
 
test_setString(CSSPrimitiveValue) source code
 
test_reprANDstr(self)
CSSPrimitiveValue.__repr__(), .__str__()
source code

Inherited from basetest.BaseTestCase: assertRaisesEx, assertRaisesMsg, do_equal_p, do_equal_r, do_raise_p, do_raise_r, init_urlopen_mock, setUp

Inherited from basetest.BaseTestCase (private): _urlopen

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, 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__

Method Details [hide private]

test_CSS_NUMBER_AND_OTHER_DIMENSIONS(self)

source code 

CSSPrimitiveValue.CSS_NUMBER .. CSS_DIMENSION

test_CSS_STRING_AND_OTHER(self)

source code 

CSSPrimitiveValue.CSS_STRING .. CSS_RGBCOLOR