Package twisted :: Package test :: Module test_explorer :: Class TestBrowseFunction
[show private | hide private]
[frames | no frames]

Class TestBrowseFunction

TestCase --+
           |
          TestBrowseFunction


Method Summary
  assert_(self, condition, message)
(inherited from TestCase)
  assertApproximates(self, first, second, tolerance, msg)
(inherited from TestCase)
  assertEqual(self, first, second, msg)
(inherited from TestCase)
  assertEquals(self, first, second, msg)
(inherited from TestCase)
  assertNotEqual(self, first, second, msg)
(inherited from TestCase)
  assertNotEquals(self, first, second, msg)
(inherited from TestCase)
  assertRaises(self, exception, f, *args, **kwargs)
(inherited from TestCase)
  fail(self, message)
(inherited from TestCase)
  failIf(self, condition, message)
(inherited from TestCase)
  failIfEqual(self, first, second, msg)
(inherited from TestCase)
  failUnless(self, condition, message)
(inherited from TestCase)
  failUnlessEqual(self, first, second, msg)
(inherited from TestCase)
  failUnlessRaises(self, exception, f, *args, **kwargs)
(inherited from TestCase)
  setUp(self)
  tearDown(self)
(inherited from TestCase)
  test_sanity(self)
Basic checks for browse_function.
  test_signature_crazy(self)
Testing function with crazy signature.
  test_signature_noArgs(self)
Testing zero-argument function signature.
  test_signature_simple(self)
Testing simple function signature.
  test_signature_variable(self)
Testing variable-argument function signature.

Method Details

test_sanity(self)

Basic checks for browse_function.

Was the proper type returned? Does it have the right name and ID?

test_signature_crazy(self)

Testing function with crazy signature.

test_signature_noArgs(self)

Testing zero-argument function signature.

test_signature_simple(self)

Testing simple function signature.

test_signature_variable(self)

Testing variable-argument function signature.

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:12 2003 http://epydoc.sf.net