Ejemplo n.º 1
0
 public SelectAssert Empty()
 {
     Assert.IsTrue(_selector.IsEmpty(), "list of elements is not empty");
     return(this);
 }