Ejemplo n.º 1
0
 public static TestTagPredicate Previously(string tag)
 {
     return(Exactly(TestTag.Previously(tag)));
 }
Ejemplo n.º 2
0
 public static TestTagPredicate Previously(TestStatus value)
 {
     return(Exactly(TestTag.Previously(value)));
 }