public void initOnce() { emptyStream = EventTestingUtilities.BuildStream(); goalComs = new GoalComsStub(emptyStream); }
public void SetUp() { mem = new MemoryStream(); stream = new CommunicationStream(mem); coms = new GoalComsStub(stream); }
public void initOnce() { goalComs = new GoalComsStub(null); }