Ejemplo n.º 1
0
 public static string WithPrefix(this string value, bool isOk = true)
 {
     return(AssertHelper.PrefixKo(value));
 }
Ejemplo n.º 2
0
 public static string WithKoPrefix(this string value)
 {
     return(AssertHelper.PrefixKo(value));
 }