Esempio n. 1
0
 public void Contains()
 {
     Assert.True(manyElement.Contains("josh"));
     Assert.True(!manyElement.Contains("tracy"));
 }