Home | Trees | Index | Help |
---|
Module test_socket :: Class TestServerSocket |
|
object
--+ |TestCase
--+ |TestBaseSocket
--+ | TestServerSocket
Method Summary | |
---|---|
Create an instance of the class that will use the named test method when executed. (inherited from TestCase )
| |
__call__(self,
result)
(inherited from TestCase )
| |
a new object with type S, a subtype of T |
|
__repr__(self)
(inherited from TestCase )
| |
__str__(self)
(inherited from TestCase )
| |
Fail the test unless the expression is true. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by the '==' operator. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by the '==' operator. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase )
| |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. (inherited from TestCase )
| |
countTestCases(self)
(inherited from TestCase )
| |
Run the test without collecting errors in a TestResult (inherited from TestCase )
| |
defaultTestResult(self)
(inherited from TestCase )
| |
Fail immediately, with the given message. (inherited from TestCase )
| |
Fail the test if the expression is true. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. (inherited from TestCase )
| |
Fail if the two objects are equal as determined by the '==' operator. (inherited from TestCase )
| |
Fail the test unless the expression is true. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by their difference rounded to the given number of decimal places (default 7) and comparing to zero. (inherited from TestCase )
| |
Fail if the two objects are unequal as determined by the '==' operator. (inherited from TestCase )
| |
Fail unless an exception of class excClass is thrown by callableObj when invoked with arguments args and keyword arguments kwargs. (inherited from TestCase )
| |
id(self)
(inherited from TestCase )
| |
run(self,
result)
(inherited from TestCase )
| |
Hook method for setting up the test fixture before exercising it. | |
Returns a one-line description of the test, or None if no description has been provided. (inherited from TestCase )
| |
Hook method for deconstructing the test fixture after testing it. | |
Client is accepted and wrapped | |
ServerSocket attributes are sane | |
Socket binds to given host and port | |
Truth testing on socket state (inherited from TestBaseSocket )
| |
Socket closes (inherited from TestBaseSocket )
| |
Socket starts listening | |
Weak-reference to server managed by 'property' (inherited from TestBaseSocket )
|
Method Details |
---|
__new__(S, ...)
|
setUp(self)Hook method for setting up the test fixture before exercising it.
|
tearDown(self)Hook method for deconstructing the test fixture after testing it.
|
testAcceptSocket(self)Client is accepted and wrapped |
testAttributes(self)ServerSocket attributes are sane |
testBindSocket(self)Socket binds to given host and port |
testListenSocket(self)Socket starts listening |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sun Dec 7 16:05:50 2003 | http://epydoc.sf.net |