testResultComponent() -> new testResultComponent.
Component that raises an AssertionError if it receives data on its "inbox" inbox that does not test true. Or raises a StopSystemException if a StopSystem message is received on its "control" inbox.
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |