| Interface | Description |
|---|---|
| RobotPythonRunner |
Interface used by
RobotRunner internally to
construct the Robot Framework Python class. |
| Class | Description |
|---|---|
| RobotFramework |
Entry point for using Robot Framework from Java programs.
|
| RobotRunner |
AutoCloseable Interface class that internally creates a Jython interpreter,
allows running Robot tests with it, and cleans up the interpreter afterwards
in close.
|