Forum member
marmantrout
2 posts
Posts by marmantrout
-
Support for Theory instead of Fact attribute ?
It sees all of the Tests in the Theory as one test but there is three for Constructor_Fail? Maybe I am doing something wrong public static IEnumerable<object[]> GetInfoFail() { var loggerMock = new Mock<ILogger<Handler>>(); var eventBusMock = new Mock<I…
05 Jan 2023 23:23 UTC
-
Support for Theory instead of Fact attribute ?
Is there support for the [Theory] instead of the [Fact] attribute ? If so is there any documentation on it ? Micah
05 Jan 2023 18:10 UTC