executioner.evaluate.TestCase class documentationexecutioner.evaluate
(View In Hierarchy)
Represent a testcase
| Method | __init__ | Create a new testcase using given input and output |
| Instance Variable | input | input for this testcase |
| Instance Variable | output | expected output for this testcase |
| Instance Variable | real_output | real output for this testcase after execution |
| Instance Variable | error | error received after execution |
| Instance Variable | time | time taken to execute |
| Instance Variable | scores | The score Dictionary Object |
| Method | to_json_object | Convert into JSON object |
| Static Method | from_json_object | Generate TestCase object from JSON object |
| Method | __eq__ | Undocumented |