Package unit :: Module test_gui_interface :: Class TestInterface
[hide private]
[frames] | no frames]

Class TestInterface

source code


Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
test_instantiation(self)
Test that we can proper initialize and do not fail on globals
source code
 
test_dispatch(self)
Test dispatcher forwarding network events to handler_* methods
source code
 
test_register_unregister_single_handler(self)
Register / Unregister a custom event handler
source code
 
test_dispatch_to_multiple_handlers(self)
Register and dispatch a single event to multiple handlers
source code
 
test_links_regexp_entire(self) source code

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

Method Details [hide private]

test_instantiation(self)

source code 
Test that we can proper initialize and do not fail on globals

test_dispatch(self)

source code 
Test dispatcher forwarding network events to handler_* methods

test_register_unregister_single_handler(self)

source code 
Register / Unregister a custom event handler

test_dispatch_to_multiple_handlers(self)

source code 
Register and dispatch a single event to multiple handlers

test_links_regexp_entire(self)

source code