public class PythonRobotTestSuite extends AbstractPythonAware implements RobotTestSuite, PythonWrapper
| Constructor and Description |
|---|
PythonRobotTestSuite(PythonAware pythonAware,
PyObject settings,
PyObject testSuite) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected RobotTestResult |
createRobotTestResult(PyObject errors) |
protected PyObject |
findTest(RobotTest robotTest) |
java.lang.String |
getName() |
PyObject |
getPyObject() |
RobotTest |
getRobotTest(java.lang.String testName) |
java.util.List<RobotTest> |
getRobotTests() |
protected void |
initializeGlobals() |
protected void |
initializeRobotTests() |
boolean |
isClosed() |
boolean |
isStarted() |
RobotTestResult |
run(RobotTest robotTest) |
protected static void |
setGlobalsInitialized() |
void |
start() |
getPythonInterpreterpublic PythonRobotTestSuite(PythonAware pythonAware, PyObject settings, PyObject testSuite)
public void close()
close in interface RobotTestSuiteprotected RobotTestResult createRobotTestResult(PyObject errors)
protected PyObject findTest(RobotTest robotTest)
public java.lang.String getName()
getName in interface RobotTestSuitepublic PyObject getPyObject()
getPyObject in interface PythonWrapperpublic RobotTest getRobotTest(java.lang.String testName)
getRobotTest in interface RobotTestSuitepublic java.util.List<RobotTest> getRobotTests()
getRobotTests in interface RobotTestSuiteprotected void initializeGlobals()
protected final void initializeRobotTests()
protected static void setGlobalsInitialized()
public boolean isClosed()
isClosed in interface RobotTestSuitepublic boolean isStarted()
isStarted in interface RobotTestSuitepublic RobotTestResult run(RobotTest robotTest)
run in interface RobotTestSuitepublic void start()
start in interface RobotTestSuiteCopyright © 2018 SAP SE. All Rights Reserved.