|
| def | __init__ (self, width=78, colors='AUTO', markers='AUTO', stdout=None, stderr=None) |
| |
| def | end_keyword (self, kw) |
| |
| def | end_suite (self, suite) |
| |
| def | end_test (self, test) |
| |
| def | message (self, msg) |
| |
| def | output_file (self, name, path) |
| |
| def | start_keyword (self, kw) |
| |
| def | start_suite (self, suite) |
| |
| def | start_test (self, test) |
| |
Definition at line 25 of file verbose.py.
◆ __init__()
| def robot.output.console.verbose.VerboseOutput.__init__ |
( |
|
self, |
|
|
|
width = 78, |
|
|
|
colors = 'AUTO', |
|
|
|
markers = 'AUTO', |
|
|
|
stdout = None, |
|
|
|
stderr = None |
|
) |
| |
◆ end_keyword()
| def robot.output.console.verbose.VerboseOutput.end_keyword |
( |
|
self, |
|
|
|
kw |
|
) |
| |
◆ end_suite()
| def robot.output.console.verbose.VerboseOutput.end_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ end_test()
| def robot.output.console.verbose.VerboseOutput.end_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ message()
| def robot.output.console.verbose.VerboseOutput.message |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ output_file()
| def robot.output.console.verbose.VerboseOutput.output_file |
( |
|
self, |
|
|
|
name, |
|
|
|
path |
|
) |
| |
◆ start_keyword()
| def robot.output.console.verbose.VerboseOutput.start_keyword |
( |
|
self, |
|
|
|
kw |
|
) |
| |
◆ start_suite()
| def robot.output.console.verbose.VerboseOutput.start_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ start_test()
| def robot.output.console.verbose.VerboseOutput.start_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ _running_test
| robot.output.console.verbose.VerboseOutput._running_test |
|
private |
◆ _started
| robot.output.console.verbose.VerboseOutput._started |
|
private |
◆ _started_keywords
| robot.output.console.verbose.VerboseOutput._started_keywords |
|
private |
◆ _writer
| robot.output.console.verbose.VerboseOutput._writer |
|
private |
The documentation for this class was generated from the following file: