Package org.apache.tapestry5.test
Class ErrorReportingCommandProcessor
java.lang.Object
org.apache.tapestry5.test.ErrorReportingCommandProcessor
- All Implemented Interfaces:
com.thoughtworks.selenium.CommandProcessor
public class ErrorReportingCommandProcessor
extends Object
implements com.thoughtworks.selenium.CommandProcessor
A wrapper around a standard command processor that adds additional exception reporting when a
failure occurs.
-
Constructor Summary
ConstructorsConstructorDescriptionErrorReportingCommandProcessor
(com.thoughtworks.selenium.CommandProcessor delegate, ErrorReporter errorReporter) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(String string, String[] strings) boolean[]
getBooleanArray
(String string, String[] strings) Number[]
getNumberArray
(String string, String[] strings) String[]
getStringArray
(String string, String[] strings) void
setExtensionJs
(String extensionJs) void
start()
void
void
void
stop()
-
Constructor Details
-
ErrorReportingCommandProcessor
public ErrorReportingCommandProcessor(com.thoughtworks.selenium.CommandProcessor delegate, ErrorReporter errorReporter)
-
-
Method Details
-
doCommand
- Specified by:
doCommand
in interfacecom.thoughtworks.selenium.CommandProcessor
-
getBoolean
- Specified by:
getBoolean
in interfacecom.thoughtworks.selenium.CommandProcessor
-
getBooleanArray
- Specified by:
getBooleanArray
in interfacecom.thoughtworks.selenium.CommandProcessor
-
getNumber
- Specified by:
getNumber
in interfacecom.thoughtworks.selenium.CommandProcessor
-
getNumberArray
- Specified by:
getNumberArray
in interfacecom.thoughtworks.selenium.CommandProcessor
-
getString
- Specified by:
getString
in interfacecom.thoughtworks.selenium.CommandProcessor
-
getStringArray
- Specified by:
getStringArray
in interfacecom.thoughtworks.selenium.CommandProcessor
-
start
- Specified by:
start
in interfacecom.thoughtworks.selenium.CommandProcessor
-
stop
- Specified by:
stop
in interfacecom.thoughtworks.selenium.CommandProcessor
-
getRemoteControlServerLocation
- Specified by:
getRemoteControlServerLocation
in interfacecom.thoughtworks.selenium.CommandProcessor
- Since:
- 5.1.0.0
-
setExtensionJs
- Specified by:
setExtensionJs
in interfacecom.thoughtworks.selenium.CommandProcessor
- Since:
- 5.1.0.0
-
start
- Specified by:
start
in interfacecom.thoughtworks.selenium.CommandProcessor
- Since:
- 5.1.0.0
-
start
- Specified by:
start
in interfacecom.thoughtworks.selenium.CommandProcessor
- Since:
- 5.1.0.0
-