Exemplo n.º 1
0
 public void IsContentsList()
 {
     Assert.That(basket.returnContents(), Is.InstanceOf(typeof(List <string>)));
 }