Forum member

marmantrout

2 posts

Posts by marmantrout

  1. 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…

  2. 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