Noksa / Allure.NUnit

C# NUnit Allure with improvements and SpecFlow3 adapter
MIT License
18 stars 6 forks source link

AllureStepAttribute don't recognize calling an extensions methods #32

Closed Noksa closed 5 years ago

Noksa commented 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";
}
Noksa commented 5 years ago

Fixed in 3.0.2