1. Fluent Assertions

    By:

    A very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit test. Runs on .NET 3.5, 4.0 and 4.5 (Desktop and Windows Store), Silverlight 4 and 5 and Windows Phone 7.5. Supports the unit test frameworks NUnit, XUnit, MBUnit, Gallio and MSpec.

  2. MSTestExtensions

    By:

    An extendible implementation of the Assert class in MSTest. Allows for extending the Assert methods with the default MSTest methods as a default. Also includes a Throws() method for asserting exceptions. INSTRUCTIONS: Inherit from BaseTest. Type Assert.Throws() That's it! Project page can be found at: https://github.com/bbraithwaite/MSTestExtension... More information

  3. Chaining Assertion for MSTest

    By:

    Method Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for MSTest. This provides only single .cs file.

  4. WatiN.Extensions.MSTest

    By:

    WatiN Extensions for MSTest

    1,721 downloads

  5. Highway.Test.MSTest

    By:

    The fastest and smoothest way to great architecture

  6. MvcRouteUnitTester

    By:

    MVC Route Unit Tester provides convenient, easy to use methods that let you unit test the route table in your ASP.NET MVC application, including Area routes. Unlike many libraries, this lets you test routes both ways -- both incoming and outgoing. You can specify an incoming request and make one of several assertions about the outcome; such that th... More information

  7. Fs30Unit.MsTest

    By:

    FsUnit is a set of extensions that add special testing syntax to MsTest.

  8. SpecificationExtensions.MSTest

    By:

    A set of C# specification extension methods that provide an easy to use 'testObject.Should***()' syntax for use with MSTest

  9. Microsoft UnitTestFramework for .NET4

    By:

    Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll

    2,483 downloads

  10. MSTestContrib

    By:

    MSTestContrib augments the capabilities of the MSTest framework by adding a specification language.

    1,193 downloads

  11. Asynchronous unit test support for Visual Studio

    By:

    "[TestMethod] async void MyTest()" actually works correctly.

  12. maventhought.testing.mstest

    By:

    Framework to provide base classes to test enforcing Given, When, Then and using automocking

  13. NBehave Spec - MsTest

    By:

    Extension methods for asserts for a more readable assert. Ex: 1.ShouldNotBeEqualTo(2)

  14. StatLight

    By:

    StatLight: Tool for executing Silverlight test xap packages or dll assemblies locally during development and in a continuous integration environment.

  15. NETFx xUnit-like assertion for MSTest.

    By:

    Use code snippet 'assertion' to get the declaration at the top of the file. Then just use Assert.Equal(...) and the like.

  16. Fluent Tests for MSTest

    By:

    Support for Microsoft Tests (MSTest)

    495 downloads

  17. JSTest.NET

    By:

    JSTest.NET is a lightweight managed wrapper around the Windows Script Host (CScript.exe) available on any Windows machine. JSTest.NET enables JavaScript unit tests to be run directly in the test framework of your choice (MSTest, NUnit, xUnit, etc) without the need for a web browser. JSTest.NET is focused on testing JavaScript, and NOT on UI validat... More information

  18. Specificity - MSTest

    By:

    Specificity is a unit test fluent assertion library.

    540 downloads

  19. MSMSpec

    By:

    MSMSpec autogenerates MSTest tests corresponding to MSpec tests. Useful where MSTest integration is desired / required / forced. Also enables using VS test tooling for MSpec tests. Requires VS2010 and .NET 4.0.

  20. Run00.MsTest

    By:

    Run00.MsTest is a set of MsTest attributes used to categorize tests by namespace, class, and method when using Run00 test naming conventions.

    318 downloads