Closed ipjohnson closed 6 years ago
To be more flexible it would be really useful to setup a test like
[Theory] [Autodata(typeof(SomeClass))] public void Test(ISomeInterface instance) { Assert.IsType<SomeClass>(instance); }
To be more flexible it would be really useful to setup a test like