|
UniSet 2.45.1
|
Открытые члены | |
| test_program_structure (self) | |
| test_case_generates_switch (self) | |
| test_for_generates_for_loop (self) | |
| test_while_generates_while_loop (self) | |
| test_repeat_generates_do_while (self) | |
| test_local_variable_declarations (self) | |
| test_all_control_flow_types_present (self) | |
Защищенные члены | |
| str | _run_control_flow_pipeline (self) |
E2E tests for control flow constructs (CASE, FOR, WHILE, REPEAT).
|
protected |
Run the pipeline on control_flow.st (no mapping needed for locals-only program).
| tests.test_e2e.TestControlFlowE2E.test_all_control_flow_types_present | ( | self | ) |
Verify all 4 control flow types appear in the generated output.