Class MockOutputCollector

java.lang.Object
com.rpl.rama.test.MockOutputCollector
All Implemented Interfaces:
OutputCollector

public class MockOutputCollector extends Object implements OutputCollector
Helper utility for unit testing a RamaOperation outside the context of a module or Block. Emits from the operation are captured in internal state in this object and can be retrieved for performing assertions.
See Also: