Tests for ct macros
Classes
Test of ct macro. It verifies that macro ct can be executed. It inherits from RunStopMacroTestCase and from unittest.TestCase. It tests two executions of the ct macro with two different input parameters. Then it does another execution and it tests if the execution can be aborted.
Testing ct with macro_runs(macro_params=[‘.3’], wait_timeout=0.5)
Testing ct with macro_runs(macro_params=[‘.1’], wait_timeout=0.5)
Testing ct with macro_stops(macro_params=[‘1’], stop_delay=0.1, wait_timeout=2)