Exemple #1
0
 public void SampleTest()
 {
     Human[] humans = God.Create();
     Assert.That(humans[0] is Man, "The first object in the array should be a Man");
 }