107 skills found · Page 1 of 4
garora / TDD KatasThis repository contains Hands on Test Driven Development Katas (C#)
bluebird75 / LuaunitLuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
nunit / Nunit ConsoleNUnit Console runner and test engine
nunit / Nunit3 Vs AdapterNUnit 3.0 Visual Studio test adapter for use under VS 2012 or later
microsoft / UnitTestBoilerplateGeneratorAn extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, Moq and SimpleStubs.
TestCentric / Testcentric Experimental GuiExperimental Gui test runner for NUnit 3 has been moved to the testcentric-gui project. Please file any issues there.
Seddryck / NBiNBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
nunit / Nunit.analyzersRoslyn analyzers for writing unit tests with NUnit
robashton / RavenGallerySample application using RavenDB and ASP.NET MVC2 written using a test-first approach with NUnit and Moq with StructureMap as an IOC container and FluentValidation for validation. A CQRS demo with a single datastore, this has been built for a blog series found at http://codeofrob.com/
alexandervantrijffel / SeleniumExampleStarter kit for automated testing of web pages with Selenium and C#
executeautomation / SeleniumWithSpecflowIn this sample project we will demonstrate how to execute Specflow test in parallel using Selenium and NUnit 3
nunit / Dotnet Test NunitDeprecated test runner for .NET Core. For use with project.json only. For recent releases of .NET Core, use the NUnit 3 Visual Studio Adapter
RandomEngy / UnitTestBoilerplateGeneratorAn extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, XUnit and many mock frameworks.
188867052 / MatrixAdminArchitecture with .NET Core 2.1, C#, ASP.NET Core, Entity Framework Core, Code Analysis, bootstrap4,jquery, NUnit Test, Dapper, Custom UI framework, Linq Expression Tree,T4 Template
nunit / Nunit Vs AdapterRuns NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
nunit / Nunit.xamarinNUnit test runners for Xamarin and mobile devices - No longer maintained
spekt / TestloggerJunit, Xunit and NUnit loggers for the .NET test platform
nunit / Nunit Vs TestgeneratorA Visual Studio extension for generating unit tests and IntelliTests using NUnit
robdmoore / NQUnitRun jQuery QUnit tests inside an NUnit test allowing CI and running QUnit tests from within Visual Studio.
Avanade / UnitTestExUnitTestEx provides .NET testing extensions to the most popular testing frameworks (MSTest, NUnit and Xunit) specifically to improve the testing experience with ASP.NET controller, and Azure Function, execution including underlying HttpClientFactory mocking.