Package twisted :: Package test :: Module test_mvc :: Class MVCTestCase
[show private | hide private]
[frames | no frames]

Class MVCTestCase

TestCase --+
           |
          MVCTestCase


Test MVC.
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)
  getView(self)
  setUp(self)
  tearDown(self)
(inherited from TestCase)
  testControllerConstruction(self)
  testModelManipulation(self)
  testMoreModelManipulation(self)
  testMoreViewManipulation(self)
When the model updates the view should too
  testPersistence(self)
See if the automatically-persisting model (persisted by the controller) matches our live model
  testViewConstruction(self)
  testViewManipulation(self)
When the model updates the view should too

Method Details

testMoreViewManipulation(self)

When the model updates the view should too

testPersistence(self)

See if the automatically-persisting model (persisted by the controller) matches our live model

testViewManipulation(self)

When the model updates the view should too

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