Top "Testdriven.net" questions

TestDriven.

Why is the xUnit Runner not finding my tests

I have a xUnit.net Test as follows: static class MyTestClass { [Fact] static void MyTestMethod() { } } The xUnit plugin for VS 2012 …

unit-testing visual-studio-2012 xunit.net testdriven.net
How do I specify test method parameters with TestDriven.NET?

I'm writing unit tests with NUnit and the TestDriven.NET plugin. I'd like to provide parameters to a test method …

parameters nunit testing testdriven.net