A progress bar for the test runner plugin.
More...
A progress bar for the test runner plugin.
Definition at line 1156 of file testrunnerplugin.py.
◆ __init__()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.__init__ |
( |
|
self, |
|
|
|
parent, |
|
|
|
fail_color = '#FF8E8E', |
|
|
|
pass_color = "#9FCC9F", |
|
|
|
skip_color = 'yellow' |
|
) |
| |
◆ _fix_size()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar._fix_size |
( |
|
text, |
|
|
|
max_length |
|
) |
| |
|
staticprivate |
◆ _get_current_keyword_text()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar._get_current_keyword_text |
( |
|
self | ) |
|
|
private |
◆ _initialize_state()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar._initialize_state |
( |
|
self | ) |
|
|
private |
◆ _seconds_to_string()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar._seconds_to_string |
( |
|
t | ) |
|
|
staticprivate |
◆ _update_message()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar._update_message |
( |
|
self | ) |
|
|
private |
◆ add_fail()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.add_fail |
( |
|
self | ) |
|
◆ add_pass()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.add_pass |
( |
|
self | ) |
|
◆ add_skip()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.add_skip |
( |
|
self | ) |
|
◆ empty_current_keyword()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.empty_current_keyword |
( |
|
self | ) |
|
◆ get_visible_color()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.get_visible_color |
( |
|
self, |
|
|
|
color |
|
) |
| |
◆ OnTimer()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.OnTimer |
( |
|
self, |
|
|
|
event |
|
) |
| |
◆ set_current_keyword()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.set_current_keyword |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ Start()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.Start |
( |
|
self | ) |
|
◆ Stop()
| def robotide.contrib.testrunner.testrunnerplugin.ProgressBar.Stop |
( |
|
self | ) |
|
◆ _current_keywords
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._current_keywords |
|
private |
◆ _default_colour
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._default_colour |
|
private |
◆ _fail
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._fail |
|
private |
◆ _foreground_colour
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._foreground_colour |
|
private |
◆ _gauge
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._gauge |
|
private |
◆ _label
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._label |
|
private |
◆ _pass
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._pass |
|
private |
◆ _sizer
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._sizer |
|
private |
◆ _skip
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._skip |
|
private |
◆ _start_time
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._start_time |
|
private |
◆ _timer
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar._timer |
|
private |
◆ fail_color
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar.fail_color |
◆ pass_color
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar.pass_color |
◆ skip_color
| robotide.contrib.testrunner.testrunnerplugin.ProgressBar.skip_color |
The documentation for this class was generated from the following file: