Module signature RoutingTestSig
A routing test is designed to test that values are routed to the
correct arguments of the correct functions. It is assumed that
the functions tested sink their arguments sequentially, that is
SINK1(arg1)
, etc.
Import path
import utils.test.dataflow.RoutingTest