jcansdale / TestDriven.Net-Issues

Issue tracking for TestDriven.Net
https://github.com/jcansdale/TestDriven.Net-Issues/issues
24 stars 2 forks source link

Targeting a non-public xUnit fixture fails silently #64

Open jcansdale opened 8 years ago

jcansdale commented 8 years ago

For example:

    class OopsNonPublic
    {
        [Fact]
        public void Test()
        {
        }
    }

Simply shows:

------ Test started: Assembly: ConsoleApp8.dll ------

xUnit.net .NET CLI test runner (64-bit .NET Core win10-x64)

It would be good to say something more helpful.