Closed Noksa closed 5 years ago
Describe the bug Like this:
[AllureStep("&str.MegaStr()&")] public void Test(string str) { } ... public static string MegaStr(this string str) { return str + "1"; }
Fixed in 3.0.2
Describe the bug Like this: