Ejemplo n.º 1
0
 public void Should_Have_Length()
 {
     new string[] { "hi", "there" }.Should(Have.Member("hi"));
     new string[] { "hi", "there" }.Should(Contain.Item("hi"));
 }