[frames | no frames] [show private | hide private]

TaskEngine.Context
Class ContextChainTests

TestCase --+
           |
          ContextChainTests


Method Summary
  __init__(self, methodName)
Create an instance of the class that will use the named test method when executed. (inherited from TestCase)
  __call__(self, result)
(inherited from TestCase)
  __repr__(self)
(inherited from TestCase)
  __str__(self)
(inherited from TestCase)
  assert_(self, expr, msg)
Fail the test unless the expression is true. (inherited from TestCase)
  assertEqual(self, first, second, msg)
Fail if the two objects are unequal as determined by the '!=' operator. (inherited from TestCase)
  assertEquals(self, first, second, msg)
Fail if the two objects are unequal as determined by the '!=' operator. (inherited from TestCase)
  assertNotEqual(self, first, second, msg)
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase)
  assertNotEquals(self, first, second, msg)
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase)
  assertRaises(self, excClass, callableObj, *args, **kwargs)
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. (inherited from TestCase)
  countTestCases(self)
(inherited from TestCase)
  debug(self)
Run the test without collecting errors in a TestResult (inherited from TestCase)
  defaultTestResult(self)
(inherited from TestCase)
  fail(self, msg)
Fail immediately, with the given message. (inherited from TestCase)
  failIf(self, expr, msg)
Fail the test if the expression is true. (inherited from TestCase)
  failIfEqual(self, first, second, msg)
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase)
  failUnless(self, expr, msg)
Fail the test unless the expression is true. (inherited from TestCase)
  failUnlessEqual(self, first, second, msg)
Fail if the two objects are unequal as determined by the '!=' operator. (inherited from TestCase)
  failUnlessRaises(self, excClass, callableObj, *args, **kwargs)
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. (inherited from TestCase)
  id(self)
(inherited from TestCase)
  run(self, result)
(inherited from TestCase)
  setUp(self)
Hook method for setting up the test fixture before exercising it.
  shortDescription(self)
Returns a one-line description of the test, or None if no description has been provided. (inherited from TestCase)
  tearDown(self)
Hook method for deconstructing the test fixture after testing it.
  testGetContext(self)
  testLookupOrder(self)
  testLookupOrderWithChainValue(self)
  testPopContext(self)
  testPopContext2(self)
  testPopContext3(self)
  testPushContext(self)

Method Details

setUp

setUp(self)

Hook method for setting up the test fixture before exercising it.
Overrides:
unittest.TestCase.setUp (inherited documentation)

tearDown

tearDown(self)

Hook method for deconstructing the test fixture after testing it.
Overrides:
unittest.TestCase.tearDown (inherited documentation)

testGetContext

testGetContext(self)

testLookupOrder

testLookupOrder(self)

testLookupOrderWithChainValue

testLookupOrderWithChainValue(self)

testPopContext

testPopContext(self)

testPopContext2

testPopContext2(self)

testPopContext3

testPopContext3(self)

testPushContext

testPushContext(self)


Generated by Epydoc 1.1 on Mon Oct 21 19:45:06 2002 http://epydoc.sf.net