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