예제 #1
0
 public SelectAssert NotEmpty()
 {
     Assert.IsTrue(_selector.HasAny(), "list of elements is empty");
     return(this);
 }