Exemplo n.º 1
0
 public IsEmptyMatcher() : base(AnInt.EqualTo(0))
 {
 }
Exemplo n.º 2
0
 public IListMatcher <T> WithNumItems(int count)
 {
     return(WithNumItems(AnInt.EqualTo(count)));
 }