Package SpecClient :: Module SpecCommand :: Class SpecCommand
[hide private]
[frames] | no frames]

Class SpecCommand

source code

BaseSpecCommand --+
                  |
                 SpecCommand

SpecCommand objects execute macros and wait for results to get back

Instance Methods [hide private]
 
__init__(self, command, connection, timeout=None) source code
 
connectToSpec(self, specVersion) source code
 
executeCommand(self, command) source code

Inherited from BaseSpecCommand: __call__, __repr__, isSpecConnected, isSpecReady, setCommand

Method Details [hide private]

__init__(self, command, connection, timeout=None)
(Constructor)

source code 
Overrides: BaseSpecCommand.__init__

connectToSpec(self, specVersion)

source code 
Overrides: BaseSpecCommand.connectToSpec

executeCommand(self, command)

source code 
Overrides: BaseSpecCommand.executeCommand