Forum member

ClaytonHunt

2 posts

Posts by ClaytonHunt

  1. bUnit + xUnit Razor tests failing

    Excellent work around! @Egilhansen Initial results for that format of a test are working fine. It must be something in the <Fixture> component that is blowing up. I am unfamiliar with AutoFixture I will have to look into that.

  2. bUnit + xUnit Razor tests failing

    I am testing a Blazor application. I have normal C# tests in this project that run just fine, however, when adding this first Razor syntax test I get the following error. All other tests work, and This test runs in VS Test runner, and in Resharper Test Runner. I have tried to provide enough infor…