UniSet 2.45.1
Класс tests.test_real_projects.TestIecCheckerControlStatements

Открытые члены

 test_parse_succeeds (self)
 test_contains_five_items (self)
 test_program_names (self)
 test_contains_function (self)
 test_square_root_has_if_statement (self)
 test_p0_has_for_while_repeat (self)

Статические открытые данные

str reason = "fixture codesys-small.xml not available",

Подробное описание

Tests for iec-checker control-statements.st (multiple PROGRAMs + FUNCTION).

Методы

◆ test_contains_five_items()

tests.test_real_projects.TestIecCheckerControlStatements.test_contains_five_items ( self)
File has 4 PROGRAMs and 1 FUNCTION.

◆ test_p0_has_for_while_repeat()

tests.test_real_projects.TestIecCheckerControlStatements.test_p0_has_for_while_repeat ( self)
Program p0 should contain FOR, WHILE, and REPEAT statements.