Package twisted :: Package test :: Module test_ftp :: Class FTPPassiveClientAndServerTests
[show private | hide private]
[frames | no frames]

Class FTPPassiveClientAndServerTests

       TestCase --+        
                  |        
     FTPServerTests --+    
                      |    
FTPClientAndServerTests --+
                          |
                         FTPPassiveClientAndServerTests


Identical to FTPClientTests, except with passive transfers.

That's right ladies and gentlemen! I double the number of tests with a trivial subclass! Hahaha!
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)
  callback(self, result)
(inherited from FTPClientAndServerTests)
  errback(self, failure)
(inherited from FTPClientAndServerTests)
  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)
Creates an FTP server (inherited from FTPServerTests)
  tearDown(self)
(inherited from FTPServerTests)
  testBadLogin(self)
(inherited from FTPClientAndServerTests)
  testLongFileListings(self)
(inherited from FTPClientAndServerTests)
  testRetr(self)
(inherited from FTPClientAndServerTests)
  testShortFileListings(self)
(inherited from FTPClientAndServerTests)

Class Variable Summary
int passive

Class Variable Details

passive

Type:
int
Value:
1                                                                      

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