Package Camelot :: Package camelot :: Package test :: Class ApplicationViewsTest
[frames] | no frames]

Class ApplicationViewsTest

source code


Test various application level views, like the main window, the sidepanel
Nested Classes

Inherited from unittest.TestCase: failureException

Instance Methods
 
get_application_admin(self)
Overwrite this method to make use of a custom application admin
source code
 
test_navigation_pane(self) source code
 
test_main_window(self) source code
 
test_tool_bar(self) source code

Inherited from ModelThreadTestCase: grab_widget, process, setUp, tearDown

Inherited from unittest.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __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

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

Class Variables

Inherited from ModelThreadTestCase: images_path

Properties

Inherited from object: __class__