I have a xUnit.net Test as follows:
static class MyTestClass
{
[Fact]
static void MyTestMethod()
{
}
In my case, in order to see any tests, I had to complete the following steps:
(All installed through NuGet Package Manager)
xUnit v2.0.50727xUnit.extensions v2.0.50727I'm using Visual Studio 2013 Premium. (Resharper NOT installed)