public static string Write(this ITestFeature feature)
 {
     return(WriteIndentedText($"// [FEATURE] {feature.Name}", 2));
 }
Beispiel #2
0
 public static string Write(this ITestFeature feature)
 {
     return($"// [FEATURE] {feature.Name}");
 }