|
| def | __init__ (self, settings) |
| |
| def | close (self, result) |
| |
| def | end_keyword (self, kw) |
| |
| def | end_suite (self, suite) |
| |
| def | end_test (self, test) |
| |
| def | message (self, msg) |
| |
| def | register_error_listener (self, listener) |
| |
| def | set_log_level (self, level) |
| |
| def | start_keyword (self, kw) |
| |
| def | start_suite (self, suite) |
| |
| def | start_test (self, test) |
| |
| def | debug (self, msg) |
| |
| def | error (self, msg) |
| |
| def | fail (self, msg) |
| |
| def | info (self, msg) |
| |
| def | set_level (self, level) |
| |
| def | skip (self, msg) |
| |
| def | trace (self, msg) |
| |
| def | warn (self, msg) |
| |
| def | write (self, message, level, html=False) |
| |
Definition at line 24 of file output.py.
◆ __init__()
| def robot.output.output.Output.__init__ |
( |
|
self, |
|
|
|
settings |
|
) |
| |
◆ _register_loggers()
| def robot.output.output.Output._register_loggers |
( |
|
self, |
|
|
|
debug_file |
|
) |
| |
|
private |
◆ close()
| def robot.output.output.Output.close |
( |
|
self, |
|
|
|
result |
|
) |
| |
◆ end_keyword()
| def robot.output.output.Output.end_keyword |
( |
|
self, |
|
|
|
kw |
|
) |
| |
◆ end_suite()
| def robot.output.output.Output.end_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ end_test()
| def robot.output.output.Output.end_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ message()
| def robot.output.output.Output.message |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ register_error_listener()
| def robot.output.output.Output.register_error_listener |
( |
|
self, |
|
|
|
listener |
|
) |
| |
◆ set_log_level()
| def robot.output.output.Output.set_log_level |
( |
|
self, |
|
|
|
level |
|
) |
| |
◆ start_keyword()
| def robot.output.output.Output.start_keyword |
( |
|
self, |
|
|
|
kw |
|
) |
| |
◆ start_suite()
| def robot.output.output.Output.start_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ start_test()
| def robot.output.output.Output.start_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ _settings
| robot.output.output.Output._settings |
|
private |
◆ _xmllogger
| robot.output.output.Output._xmllogger |
|
private |
◆ library_listeners
| robot.output.output.Output.library_listeners |
◆ listeners
| robot.output.output.Output.listeners |
The documentation for this class was generated from the following file: