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