|
| def | __init__ (self) |
| |
| def | clear (self) |
| |
| def | has_failed (self, test) |
| |
| def | has_passed (self, test) |
| |
| def | has_skipped (self, test) |
| |
| def | is_paused (self, test) |
| |
| def | is_running (self, test) |
| |
| def | set_failed (self, test) |
| |
| def | set_passed (self, test) |
| |
| def | set_paused (self, test) |
| |
| def | set_running (self, test) |
| |
| def | set_skipped (self, test) |
| |
| def | set_stopped (self, test) |
| |
| def | test_execution_started (self) |
| |
Definition at line 20 of file testexecutionresults.py.
◆ __init__()
| def robotide.controller.testexecutionresults.TestExecutionResults.__init__ |
( |
|
self | ) |
|
◆ clear()
| def robotide.controller.testexecutionresults.TestExecutionResults.clear |
( |
|
self | ) |
|
◆ has_failed()
| def robotide.controller.testexecutionresults.TestExecutionResults.has_failed |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ has_passed()
| def robotide.controller.testexecutionresults.TestExecutionResults.has_passed |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ has_skipped()
| def robotide.controller.testexecutionresults.TestExecutionResults.has_skipped |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ is_paused()
| def robotide.controller.testexecutionresults.TestExecutionResults.is_paused |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ is_running()
| def robotide.controller.testexecutionresults.TestExecutionResults.is_running |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ set_failed()
| def robotide.controller.testexecutionresults.TestExecutionResults.set_failed |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ set_passed()
| def robotide.controller.testexecutionresults.TestExecutionResults.set_passed |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ set_paused()
| def robotide.controller.testexecutionresults.TestExecutionResults.set_paused |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ set_running()
| def robotide.controller.testexecutionresults.TestExecutionResults.set_running |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ set_skipped()
| def robotide.controller.testexecutionresults.TestExecutionResults.set_skipped |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ set_stopped()
| def robotide.controller.testexecutionresults.TestExecutionResults.set_stopped |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ test_execution_started()
| def robotide.controller.testexecutionresults.TestExecutionResults.test_execution_started |
( |
|
self | ) |
|
◆ _results
| robotide.controller.testexecutionresults.TestExecutionResults._results |
|
private |
◆ FAILED
| string robotide.controller.testexecutionresults.TestExecutionResults.FAILED = 'Failed' |
|
static |
◆ PASSED
| string robotide.controller.testexecutionresults.TestExecutionResults.PASSED = 'Passed' |
|
static |
◆ PAUSED
| string robotide.controller.testexecutionresults.TestExecutionResults.PAUSED = 'Paused' |
|
static |
◆ RUNNING
| string robotide.controller.testexecutionresults.TestExecutionResults.RUNNING = 'Running' |
|
static |
◆ SKIPPED
| string robotide.controller.testexecutionresults.TestExecutionResults.SKIPPED = 'Skipped' |
|
static |
◆ STOPPED
| string robotide.controller.testexecutionresults.TestExecutionResults.STOPPED = 'Stopped' |
|
static |
The documentation for this class was generated from the following file: