Package ldaptor :: Package test :: Module test_webui :: Class TestAuthenticatedCSS
[show private | hide private]
[frames | no frames]

Class TestAuthenticatedCSS

SiteMixin --+    
            |    
 TestCase --+    
            |    
      TestCSS --+
                |
               TestAuthenticatedCSS


Method Summary
  checkPage(self, url, cookies)
    Inherited from TestCSS
  test_form_css(self)
  test_form_css_noCookies(self)
  _checkResults(self, data, cookies)
    Inherited from SiteMixin
  getPage(self, url, cookies, *a, **kw)
  setUp(self)
  tearDown(self)
    Inherited from TestCase
  assert_(self, condition, message)
  assertApproximates(self, first, second, tolerance, msg)
  assertEqual(self, first, second, msg)
  assertEquals(self, first, second, msg)
  assertIdentical(self, first, second, msg)
  assertIn(self, containee, container, msg)
  assertNotEqual(self, first, second, msg)
  assertNotEquals(self, first, second, msg)
  assertNotIdentical(self, first, second, msg)
  assertNotIn(self, containee, container, msg)
  assertRaises(self, exception, f, *args, **kwargs)
  fail(self, message)
  failIf(self, condition, message)
  failIfEqual(self, first, second, msg)
  failIfEquals(self, first, second, msg)
  failIfIdentical(self, first, second, msg)
  failIfIn(self, containee, container, msg)
  failUnless(self, condition, message)
  failUnlessEqual(self, first, second, msg)
  failUnlessIdentical(self, first, second, msg)
  failUnlessIn(self, containee, container, msg)
  failUnlessRaises(self, exception, f, *args, **kwargs)
  mktemp(self)
  runReactor(self, timesOrSeconds, seconds)
I'll iterate the reactor for a while.
  setUpClass(self)
  tearDownClass(self)
  _mktGetCounter(self, base)

Class Variable Summary
list urls = ['http://localhost/dc=example,dc=com/edit', 'http...
    Inherited from TestCase
NoneType expectedAssertions = None                                                                  
int _assertions = 0                                                                     

Class Variable Details

urls

Type:
list
Value:
['http://localhost/dc=example,dc=com/edit',
 'http://localhost/dc=example,dc=com/edit/',
 'http://localhost/dc=example,dc=com/edit/uid=foo,dc=example,dc=com',
 'http://localhost/dc=example,dc=com/add',
 'http://localhost/dc=example,dc=com/add/',
 'http://localhost/dc=example,dc=com/add/manual/dcObject',
 'http://localhost/dc=example,dc=com/change_password',
 'http://localhost/dc=example,dc=com/change_password/',
...                                                                    

Generated by Epydoc 2.1 on Fri Mar 11 00:37:45 2005 http://epydoc.sf.net