Exemplo n.º 1
0
 public void should_allow_substitution_for_contains_on_ienumerable()
 {
     IEnumerable lst = new ArrayList { 1, 2, 3, 4 };
     lst.ShouldContain(3);
 }