Package twisted :: Package test :: Module test_sister :: Class TwistedSisterTestCase
[show private | hide private]
[frames | no frames]

Class TwistedSisterTestCase

TestCase --+
           |
          TwistedSisterTestCase


TODO: need to put test cases for twisted.sister here. These tests require that the reactor can be started and stopped multiple times without interfering with itself.
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)
  testCallDistributed(self)
Test that managed objects in the sister network can communicate with each other via the mother server.
  testConnect(self)
Test that the sisters and mother server all connect to each other correctly with a shared secret.
  testLocking(self)
Test that a resource can be locked on a sister server.
  testLogin(self)
Test that a client can login to a sister server using distributed login.
  testLogout(self)
Test that a client can logout and then log back into the sister network.

Method Details

testCallDistributed(self)

Test that managed objects in the sister network can communicate with each other via the mother server.

testConnect(self)

Test that the sisters and mother server all connect to each other correctly with a shared secret.

testLocking(self)

Test that a resource can be locked on a sister server.

testLogin(self)

Test that a client can login to a sister server using distributed login. Test that a retrieved ticket can be used to login to a sister.

testLogout(self)

Test that a client can logout and then log back into the sister network.

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