Example #1
0
 public void ReturnRandChoice()
 {
     Assert.IsInstanceOf <Moves>(aiMove.RandChoice());
 }