xunit.ioc.autofac
xunit.ioc.autofac copied to clipboard
I cannot use theory attribute
Hello,
I don't know what I did wrong but I cannot use [thoery] attribute
[Theroy]
[InlineData("hello")
public void Test1(string param)
{
...
}
This kind of code keep raise the error that there is 0 parameter. Could you tell me how can I use theory attribute with xunit2.ioc.autofac?
Regards,
This is one of the things solved by the following pull request: https://github.com/dennisroche/xunit.ioc.autofac/pull/12
@superbmilkyway it probably wasn't implemented. however it looks like @dabide has done so.
I did raise an issue and here it is: https://github.com/Acumatica/xunit.autofac/issues/5
@dabide, Is this still an issue?