|
| def | __init__ (self, width=78, colors='AUTO', stdout=None, stderr=None) |
| |
| def | end_suite (self, suite) |
| |
| def | end_test (self, test) |
| |
| def | message (self, msg) |
| |
| def | output_file (self, name, path) |
| |
| def | start_suite (self, suite) |
| |
Definition at line 24 of file dotted.py.
◆ __init__()
| def robot.output.console.dotted.DottedOutput.__init__ |
( |
|
self, |
|
|
|
width = 78, |
|
|
|
colors = 'AUTO', |
|
|
|
stdout = None, |
|
|
|
stderr = None |
|
) |
| |
◆ end_suite()
| def robot.output.console.dotted.DottedOutput.end_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ end_test()
| def robot.output.console.dotted.DottedOutput.end_test |
( |
|
self, |
|
|
|
test |
|
) |
| |
◆ message()
| def robot.output.console.dotted.DottedOutput.message |
( |
|
self, |
|
|
|
msg |
|
) |
| |
◆ output_file()
| def robot.output.console.dotted.DottedOutput.output_file |
( |
|
self, |
|
|
|
name, |
|
|
|
path |
|
) |
| |
◆ start_suite()
| def robot.output.console.dotted.DottedOutput.start_suite |
( |
|
self, |
|
|
|
suite |
|
) |
| |
◆ _markers_on_row
| robot.output.console.dotted.DottedOutput._markers_on_row |
|
private |
◆ _stderr
| robot.output.console.dotted.DottedOutput._stderr |
|
private |
◆ _stdout
| robot.output.console.dotted.DottedOutput._stdout |
|
private |
◆ _width
| robot.output.console.dotted.DottedOutput._width |
|
private |
The documentation for this class was generated from the following file: