79 skills found · Page 1 of 3
fluentassertions / FluentassertionsA very extensive set of extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style unit tests. Targets .NET Framework 4.7, as well as .NET Core 2.1, .NET Core 3.0, .NET 6, .NET Standard 2.0 and 2.1. Supports the unit test frameworks MSTest2, NUnit3, XUnit2, MSpec, and NSpec3.
bUnit-dev / BUnitbUnit is a testing library for Blazor components that make tests look, feel, and runs like regular unit tests. bUnit makes it easy to render and control a component under test’s life-cycle, pass parameter and inject services into it, trigger event handlers, and verify the rendered markup from the component using a built-in semantic HTML comparer.
microsoft / TestfxThis repository holds the source code of Microsoft.Testing.Platform (MTP), a lightweight alternative to VSTest, as well as MSTest adapter and framework.
LightBDD / LightBDDBDD framework allowing to create easy to read and maintain tests.
fsprojects / FsUnitFsUnit makes unit-testing with F# more enjoyable. It adds a special syntax to your favorite .NET testing framework.
Accenture / OcarambaC# Framework to automate tests using Selenium WebDriver
fluentassertions / Fluentassertions.analyzersAnalyzers based on the FluentAssertions best practices docs
microsoft / Testfx DocsDocs for MSTest V2 test framework
AutomateThePlanet / MeissaCross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.
neuecc / ChainingAssertionMethod Chaining base UnitTesting Extension Methods and Dynamic Private Accessor for MSTest, NUnit, xUnit.net.
bbraithwaite / MSTestExtensionsAn 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.
GHPReporter / Ghpr.CoreEasy-to-use .NET Html QA Reporting framework (Core repository)
dotnet-campus / CUnitCUnit is short for Contracted Unit Test which means you only specify the contracts of a method then you can get the unit test results of the contracts. (或者你也可以称 Chinese Unit Test)
Thwaitesy / MSTestHacksJust a bunch of hacks to get around the deficiencies of MSTest.
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.
NightAngell / SignalR UnitTestingSupportEasy to use, small, SignalR Core unit testing support with NUnit, xUnit, MSTest and Moq. It`s also possibility to use it with custom testing engine. (Docs ready to use)
CuriousDrive / InterviewPreparationThis repository has code samples to prepare for your C# technical interview. Samples for LINQ, Delegate, ASP.NET Web API, MSTests and mcuh more are included in this repo. You can clone this repo and go through some of the samples before your interview.
dotMorten / MSTestXAn MSTest-based TestRunner for cross-plat use with .NET MAUI
jtigger / Csharp KoansKoans for learning C#. Written as MSTests (with an Ordered Test as your Path To Enlightenment) intended to be used in Visual Studio 2010.
Fody / AssertMessageAdd 'message' parameter to Assertions. Nunit, Mstest, Xunit is supported.