コード例 #1
0
ファイル: PickupEventTest.cs プロジェクト: boschbc/NaoRobot
 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
ファイル: PutDownEventTest.cs プロジェクト: boschbc/NaoRobot
 public void initOnce()
 {
     emptyStream = EventTestingUtilities.BuildStream();
     goalComs    = new GoalComsStub(emptyStream);
 }