Package twisted :: Package test :: Module test_jelly :: Class JellyTestCase
[show private | hide private]
[frames | no frames]

Class JellyTestCase

TestCase --+
           |
          JellyTestCase


testcases for `jelly' module serialization.
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)
(inherited from TestCase)
  tearDown(self)
(inherited from TestCase)
  testClassSecurity(self)
test for class-level security of serialization
  testIdentity(self)
test to make sure that objects retain identity properly
  testLotsaTypes(self)
test for all types currently supported in jelly
  testMethodSelfIdentity(self)
  testPersistentStorage(self)
  testSetState(self)
  testSimple(self)
simplest test case
  testStressReferences(self)
  testTypeSecurity(self)
test for type-level security of serialization
  testUnicode(self)

Method Details

testClassSecurity(self)

test for class-level security of serialization

testIdentity(self)

test to make sure that objects retain identity properly

testLotsaTypes(self)

test for all types currently supported in jelly

testSimple(self)

simplest test case

testTypeSecurity(self)

test for type-level security of serialization

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