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
ActorAddr. - test_
port_ id - Create a test
PortAddr. - test_
proc_ id - Create a test
ProcAddrwith a local channel address and name"test_{name}". - test_
proc_ id_ with_ addr - Create a test
ProcAddrwith a custom address and name"test_{name}".