|
| def | __init__ (self, write_json, split_threshold) |
| |
| def | write (self, suite, variable) |
| |
Definition at line 85 of file jswriter.py.
◆ __init__()
| def robot.reporting.jswriter.SuiteWriter.__init__ |
( |
|
self, |
|
|
|
write_json, |
|
|
|
split_threshold |
|
) |
| |
◆ _write_part()
| def robot.reporting.jswriter.SuiteWriter._write_part |
( |
|
self, |
|
|
|
data, |
|
|
|
mapping |
|
) |
| |
|
private |
◆ _write_parts_over_threshold()
| def robot.reporting.jswriter.SuiteWriter._write_parts_over_threshold |
( |
|
self, |
|
|
|
data, |
|
|
|
mapping |
|
) |
| |
|
private |
◆ write()
| def robot.reporting.jswriter.SuiteWriter.write |
( |
|
self, |
|
|
|
suite, |
|
|
|
variable |
|
) |
| |
◆ _split_threshold
| robot.reporting.jswriter.SuiteWriter._split_threshold |
|
private |
◆ _write_json
| robot.reporting.jswriter.SuiteWriter._write_json |
|
private |
The documentation for this class was generated from the following file: