Home | Trees | Index | Help |
---|
Package dtest :: Module dtester :: Class DTester |
|
object
--+ |_Verbose
--+ |Thread
--+ | DTester
Represents an elementary DTest stakeholder.
DTest falls into (eventually) communicating and concurrent processes, the DTesters, which will be runned concurrently by a DTestMaster. A DTester contains sequential steps (either initialize or run steps) specified through addInitializeStep and/or addRunStep DTester method. FIXME: describe DTESTMASTERMethod Summary | |
---|---|
__init__(self,
name,
session,
timeout)
| |
addInitializeStep(self,
stepmethod,
*args,
**kwargs)
| |
addRunStep(self,
stepmethod,
*args,
**kwargs)
| |
barrier(self,
barrierId,
timeout)
| |
createExpectTimer(self,
timeout,
msg)
| |
expectFromCommand(self,
pattern,
timeout)
| |
expectTimedOut(self,
msg)
| |
initialize(self)
| |
isbound(cls,
function)
(Class method) | |
isfunction_or_unboundmethod(cls,
function)
(Class method) | |
ok(self,
*args,
**kwargs)
| |
registerForBarrier(self,
barrierId)
| |
run(self)
| |
runCommand(self,
command,
environ)
| |
sendToCommand(self,
string)
| |
terminateCommand(self)
| |
waitCommandTermination(self,
timeout)
| |
Inherited from Thread | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from _Verbose | |
| |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Class Variable Summary | |
---|---|
Formatter |
fmt = <logging.Formatter instance at 0xb7c4e28c>
|
classobj |
InvalidStepFunction = dtest.dtester.InvalidStepFunction |
Logger |
logger = <logging.Logger instance at 0xb7c4e32c>
|
classobj |
NoRunningCommand = dtest.dtester.NoRunningCommand |
classobj |
SessionUnableToRunCommand = dtest.dtester.SessionUnableToRunCommand |
StreamHandler |
sh = <logging.StreamHandler instance at 0xb7c4e2ec>
|
classobj |
StepFailed = dtest.dtester.StepFailed |
classobj |
StepFirstArgNotDTesterNorSelf = dtest.dtester.StepFirstArgNotDTesterNorSelf |
classobj |
StepNotCallable = dtest.dtester.StepNotCallable |
Inherited from Thread | |
bool |
_Thread__initialized = False
|
Class Variable Details |
---|
fmt
|
logger
|
sh
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Mon Jun 11 13:18:47 2007 | http://epydoc.sf.net |