xunit.ioc.autofac icon indicating copy to clipboard operation
xunit.ioc.autofac copied to clipboard

I cannot use theory attribute

Open superbmilkyway opened this issue 8 years ago • 4 comments

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,

superbmilkyway avatar Oct 05 '17 06:10 superbmilkyway

This is one of the things solved by the following pull request: https://github.com/dennisroche/xunit.ioc.autofac/pull/12

dabide avatar Oct 20 '17 12:10 dabide

@superbmilkyway it probably wasn't implemented. however it looks like @dabide has done so.

dennisroche avatar Dec 08 '17 02:12 dennisroche

I did raise an issue and here it is: https://github.com/Acumatica/xunit.autofac/issues/5

nkumars avatar Dec 22 '20 08:12 nkumars

@dabide, Is this still an issue?

nkumars avatar Dec 22 '20 08:12 nkumars