Package omeroweb :: Package webclient :: Package tests :: Module seleniumtests :: Class WebClientTestBase
[hide private]
[frames] | no frames]

Class WebClientTestBase

source code


Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
login(self, u, p) source code
 
logout(self) source code
 
import_image(self, filename=None)
This code from OmeroPy/tests/integration/library.py TODO: Trying to find a way to do import from here, but no luck yet.
source code

Inherited from webgateway.tests.seleniumbase.SeleniumTestBase: setUp, tearDown, waitForElementPresence, waitForElementVisibility

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 unittest.TestCase (private): _exc_info

Class Variables [hide private]

Inherited from webgateway.tests.seleniumbase.SeleniumTestBase: SERVER