class documentation

A locator which overrides the responder to the 'simple' command.

Method greetingResponder Return a different cookieplus than TestLocator.greetingResponder.

Inherited from TestLocator:

Method __init__ Undocumented
Instance Variable greetings Undocumented

Inherited from CommandLocator (via TestLocator):

Method locateResponder Locate a callable to invoke when executing the named command.
Method lookupFunction Deprecated synonym for CommandLocator.locateResponder
Method _wrapWithSerialization Wrap aCallable with its command's argument de-serialization and result serialization logic.
def greetingResponder(self, greeting, cookie): (source)