Expand description
Standardized test ID constructors. Standardized test ID constructors.
All functions prefix the name component with test_ so that
test-originated IDs are distinguishable from production ones.
Functionsยง
- test_
actor_ id - Create a test
ActorIdwith pid 0. - test_
actor_ id_ with_ pid - Create a test
ActorIdwith a custom pid. - test_
port_ id - Create a test
PortIdwith pid 0. - test_
port_ id_ with_ pid - Create a test
PortIdwith a custom pid. - test_
proc_ id - Create a test
ProcIdwith a local channel address and name"test_{name}". - test_
proc_ id_ with_ addr - Create a test
ProcIdwith a custom address and name"test_{name}".