Package twisted :: Package trial :: Module unittest :: Class TestCase
[show private | hide private]
[frames | no frames]

Class TestCase

Known Subclasses:
TestBrowseFunction, TestBrowser, ModeTestCase, QuotingTest, CTCPTest, ParamTest, WidgetTest, SiteTest, ConditionalTest, GuardTest, RountripDNSTestCase, POP3TestCase, AnotherPOP3TestCase, InterfacesTestCase, ComponentizedTestCase, AdapterTestCase, UtilsTestCase, DelayedTestCase, SUXTest, MicroDOMTest, TwistedSisterTestCase, HookTestCase, PortCleanerUpper, JournalTestCase, ManholeTest, BrokerTestCase, PagingTestCase, DisconnectionTestCase, SpreadUtilTestCase, WordsTestCase, SMTPTestCase, LoopbackSMTPTestCase, SMTPClientTestCase, AnotherSMTPTestCase, SSHKeysHandlingTestCase, SSHTransportTestCase, PosixProcessTestCase, ProcessTestCase, LineReceiverTestCase, WireTestCase, NetstringReceiverTestCase, FTPServerTests, FTPClientTests, FTPFileListingTests, PromiseTest, ResolverTest, SettableTest, LookupsTestCase, AccessorTest, PublisherTestCase, SubscriberTestCase, ThreadPoolTestCase, TendrilTest, PerspectiveTestCase, IdentityTestCase, ServiceTestCase, AuthorizerTestCase, FunctionsTestCase, TOCSavedValuesTestCase, TOCMultiPacketTestCase, TOCPrivacyTestCase, TOCGeneralTestCase, EphemeralTestCase, MarmaladeTestCase, AOTTestCase, VersionTestCase, PicklingTestCase, SpreadUtilTest, ThrottlingTestCase, JellyTestCase, NMEAReceiverTestCase, BounceTestCase, RebuildTestCase, UtilTestCase, ArgumentTestCase, TimeoutQueueTest, EnterpriseTestCase, DirDbmTestCase, MailsicleTest, PicklesicleTest, NNTPTestCase, ServerDNSTestCase, MVCTestCase, FailureTestCase, DOMHelpersTest, WovenTC, GuardTest, CoilTest, AtLeastImportTestCase, WrapTest, SplitTest, MathTestCase, BananaTestCase, PBFailureTest, HTTP1_0TestCase, PersistenceTestCase, HTTPLoopbackTestCase, ChunkingTestCase, ParsingTestCase, DateTimeTest, UDPTestCase, MulticastTestCase, HelpStringTest, ParseCorrectnessTest, RootsTest, ThreadsTestCase, LogFileTestCase, DeferredTestCase, DeferredTestCaseII, SystemEventTestCase, InterfaceTestCase, MultiServiceTestCase, ReactorCoreTestCase, ProtocolTestCase, callFromThreadTestCase, DelayedTestCase

Method Summary
  assert_(self, condition, message)
  assertApproximates(self, first, second, tolerance, msg)
  assertEqual(self, first, second, msg)
  assertEquals(self, first, second, msg)
  assertNotEqual(self, first, second, msg)
  assertNotEquals(self, first, second, msg)
  assertRaises(self, exception, f, *args, **kwargs)
  fail(self, message)
  failIf(self, condition, message)
  failIfEqual(self, first, second, msg)
  failUnless(self, condition, message)
  failUnlessEqual(self, first, second, msg)
  failUnlessRaises(self, exception, f, *args, **kwargs)
  setUp(self)
  tearDown(self)

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