Package twisted :: Package test :: Module test_cred :: Class PerspectiveTestCase
[show private | hide private]
[frames | no frames]

Class PerspectiveTestCase

TestCase --+
           |
          PerspectiveTestCase


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)
  Identity(self, n)
  setUp(self)
  tearDown(self)
(inherited from TestCase)
  test_identityWithNoPassword(self)
  test_identityWithNoPassword_plain(self)
  testConstruction(self)
  testConstruction_invalidIdentityName(self)
  testConstruction_invalidPerspectiveName(self)
  testConstruction_invalidService(self)
  testgetService(self)
  testmakeIdentity(self)
  testmakeIdentity_invalid(self)
  testsetIdentity(self)
  testsetIdentity_invalid(self)
  testsetIdentityName(self)
  testsetIdentityName_invalid(self)

Class Variable Summary
class Application
class Service

Class Variable Details

Application

Application = twisted.internet.app.Application

Service

Service = twisted.cred.service.Service

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