コード例 #1
0
 public void testAddAgent()
 {
     me.addAgent(ma, "E");
     Assert.AreEqual(me.getAgentLocation(ma), "E");
 }