Package mglutil :: Package gui :: Package BasicWidgets :: Package Tk :: Package Tests :: Module test_colorWidgets :: Class colorEditorTest
[hide private]
[frames] | no frames]

Class colorEditorTest

source code

       object --+    
                |    
unittest.TestCase --+
                    |
                   colorEditorTest

Nested Classes [hide private]

Inherited from unittest.TestCase: failureException


Instance Methods [hide private]
  test_colorEditor_set_HSV(self)
tests setting color when mode is HSV
  test_colorEditor_set_HEX(self)
tests setting color when mode is HEX
  test_colorEditor_set_RGB(self)
tests setting color when mode is RGB
  test_colorEditor_updateWidgetColor_HSV(self)
tests updateWidgetColor when mode is 'hsv'
  test_colorEditor_updateWidgetColor_RGB(self)
tests updateWidgetColor when mode is 'rgb'
  test_colorEditor_updateWidgetColor_HEX(self)
tests updateWidgetColor when mode is 'hex'
  test_colorEditor_rVal(self)
tests colorEditor values by setting rVal and invoking
  test_colorEditor_gVal(self)
tests colorEditor values by setting gVal and invoking
  test_colorEditor_bVal(self)
tests colorEditor values by setting bVal and invoking
  test_colorEditor_hVal(self)
tests colorEditor values by setting hVal and invoking
  test_colorEditor_sVal(self)
tests colorEditor values by setting sVal and invoking
  test_colorEditor_vVal(self)
tests colorEditor values by setting vVal and invoking
  test_colorEditor_hexVal(self)
tests colorEditor values by setting hexVal and invoking

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 object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__


Properties [hide private]

Inherited from object: __class__


Method Details [hide private]

test_colorEditor_set_HSV(self)

source code 
tests setting color when mode is HSV

test_colorEditor_set_HEX(self)

source code 
tests setting color when mode is HEX

test_colorEditor_set_RGB(self)

source code 
tests setting color when mode is RGB

test_colorEditor_updateWidgetColor_HSV(self)

source code 
tests updateWidgetColor when mode is 'hsv'

test_colorEditor_updateWidgetColor_RGB(self)

source code 
tests updateWidgetColor when mode is 'rgb'

test_colorEditor_updateWidgetColor_HEX(self)

source code 
tests updateWidgetColor when mode is 'hex'

test_colorEditor_rVal(self)

source code 
tests colorEditor values by setting rVal and invoking

test_colorEditor_gVal(self)

source code 
tests colorEditor values by setting gVal and invoking

test_colorEditor_bVal(self)

source code 
tests colorEditor values by setting bVal and invoking

test_colorEditor_hVal(self)

source code 
tests colorEditor values by setting hVal and invoking

test_colorEditor_sVal(self)

source code 
tests colorEditor values by setting sVal and invoking

test_colorEditor_vVal(self)

source code 
tests colorEditor values by setting vVal and invoking

test_colorEditor_hexVal(self)

source code 
tests colorEditor values by setting hexVal and invoking