test.generic.test_routing module

Tests the Routing building blocks to prove validity w.r.t. these tests.

class test.generic.test_routing.TestRouting(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_finish()[source]

Tests the pypdevsbbl.generic.routing.Finish block.

test_halt()[source]

Tests the pypdevsbbl.generic.routing.Halt block.

test_pick()[source]

Test the pypdevsbbl.generic.routing.Pick block.

test_choose_input()[source]

Tests the pypdevsbbl.generic.routing.ChooseInput block.

test_choose_output()[source]

Tests the pypdevsbbl.generic.routing.ChooseOutput block.

test_guard()[source]

Tests the pypdevsbbl.generic.routing.Guard block.

test_gate()[source]

Tests the pypdevsbbl.generic.routing.Gate block.

test_timer()[source]

Tests the pypdevsbbl.generic.routing.Timer block.

test_delayer()[source]

Tests the pypdevsbbl.generic.routing.Delayer block.

test_sync()[source]

Tests the pypdevsbbl.generic.routing.Sync block.