test.generic.test_routing module¶
Tests the Routing building blocks to prove validity w.r.t. these tests.
See also
-
class
test.generic.test_routing.TestRouting(methodName='runTest')[source]¶ Bases:
unittest.case.TestCase-
test_finish()[source]¶ Tests the
pypdevsbbl.generic.routing.Finishblock.
-
test_halt()[source]¶ Tests the
pypdevsbbl.generic.routing.Haltblock.
-
test_pick()[source]¶ Test the
pypdevsbbl.generic.routing.Pickblock.
-
test_choose_input()[source]¶ Tests the
pypdevsbbl.generic.routing.ChooseInputblock.
-
test_choose_output()[source]¶ Tests the
pypdevsbbl.generic.routing.ChooseOutputblock.
-
test_guard()[source]¶ Tests the
pypdevsbbl.generic.routing.Guardblock.
-
test_gate()[source]¶ Tests the
pypdevsbbl.generic.routing.Gateblock.
-
test_timer()[source]¶ Tests the
pypdevsbbl.generic.routing.Timerblock.
-
test_delayer()[source]¶ Tests the
pypdevsbbl.generic.routing.Delayerblock.
-
test_sync()[source]¶ Tests the
pypdevsbbl.generic.routing.Syncblock.
-