Home | Trees | Index | Help |
---|
Package twisted :: Package test :: Module threading_latency :: Class LatencyTestCase |
|
TestCase
--+
|
LatencyTestCase
Method Summary | |
---|---|
Create an instance of the class that will use the named test method when executed. (inherited from TestCase )
| |
(inherited from TestCase )
| |
(inherited from TestCase )
| |
(inherited from TestCase )
| |
Fail the test unless the expression is true. (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 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 )
| |
(inherited from TestCase )
| |
Run the test without collecting errors in a TestResult (inherited from TestCase )
| |
(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 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 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 )
| |
(inherited from TestCase )
| |
printResult(self)
| |
(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 )
| |
tcmf_2(self,
start)
| |
tcmf_3(self,
start)
| |
Hook method for deconstructing the test fixture after testing it. | |
testCallFromThread(self)
| |
wait(self)
|
Class Variable Summary | |
---|---|
int |
numRounds
|
Method Details |
---|
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.
|
Class Variable Details |
---|
numRounds
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:26:22 2003 | http://epydoc.sf.net |