#
mstest
Here are 143 public repositories matching this topic...
#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
-
Updated
Apr 15, 2022 - C#
bUnit 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.
unit-testing
nuget
xunit
snapshot-testing
nunit
mstest
hacktoberfest
bunit
component-testing
blazor
razor-components
blazor-components
trigger-event-handlers
cascading-values
-
Updated
Apr 14, 2022 - C#
MSTest V2 framework and adapter
-
Updated
Apr 17, 2022 - C#
C# Framework to automate tests using Selenium WebDriver
firefox
chrome
data-driven
test
xunit
parallel
safari
specflow
nunit
mstest
test-automation
ie
selenium-webdriver
-
Updated
Apr 14, 2022 - C#
ASP.NET Core backend + React frontend + Entity Framework Core + automated testing
react
bot
visual-studio
frontend
backend
nuget
mstest
entity-framework
asp
dotnet-core
mediatr
cla
moq
automapper
-
Updated
Mar 26, 2022 - C#
Cross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.
-
Updated
Jan 10, 2020 - C#
Easy-to-use .NET Html QA Reporting framework (Core repository)
testing
qa
framework
nuget
reporting
specflow
nunit
mstest
test-automation
testing-tools
quality-assurance
html-report
mstestv2
nunit3
test-automation-framework
test-report-visualization
reporting-tool
test-report
reporting-tools
html-reporting
-
Updated
Jun 21, 2021 - C#
CUnit 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)
-
Updated
Feb 21, 2022 - C#
A console MSTest runner
-
Updated
May 25, 2020 - C#
Easy 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)
-
Updated
Mar 13, 2022 - C#
A very simple, yet flexible, "AutoFaker" for FakeItEasy to easily auto generate classes with faked dependencies.
-
Updated
Jun 23, 2021 - C#
Smart Tests is a library and a Visual Studio Analyzer to simplify Unit Testing
-
Updated
Sep 6, 2020 - C#
Sample code for various features
-
Updated
Aug 4, 2021 - C#
Integration Tests for API Controllers using MSTest
-
Updated
Mar 13, 2021 - C#
Jenkins plugin for using a .NET SDK (and its dotnet executable) as a global tool.
-
Updated
Apr 16, 2022 - Java
Examples using MSTest and XUnit projects with test libraries (Moq, NSubstitute, FakeItEasy, NBuilder).
-
Updated
Apr 17, 2022 - C#
-
Updated
Apr 12, 2022 - C#
MSTest Runner is Jenkins-CI plugin for running MSTest assemblies
-
Updated
Apr 11, 2022 - Java
Add convention to your unit tests.
-
Updated
Mar 7, 2020 - C#
Graph processing and visualization using Neo4j, QuickGraph, WCF, WebApi and Vis.js
visualization
neo4j
graph
dotnetcore
visualisation
appveyor
mstest
interview
iis
dotnet-core
graph-database
visjs
shortest-paths
appveyor-badge
-
Updated
Mar 13, 2021 - C#
All are written in Python 3. Some also have Go, JavaScript (Node.js), C#, C++ versions. Include test cases. To be convenient, often not follow Python pep8 snake coding style. IDE: VS Code & Atom. Include data structures, LeetCode problems. Convenient debugging by VSCode Setting
-
Updated
Jan 28, 2021 - Python
Adapter for MSTest (generate HTML report for MSTest)
-
Updated
Apr 29, 2021 - C#
A minimal Microsoft.Extensions.Logging provider for test frameworks such as MSTest, xUnit and NUnit.
-
Updated
Mar 31, 2022 - C#
MSTest V2 Test Framework Extensions
-
Updated
Jan 20, 2022 - C#
Improve this page
Add a description, image, and links to the mstest topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mstest topic, visit your repo's landing page and select "manage topics."
Description
Nested AssertionScopes only report the outer-most scope reportables on failure. This is true regardless of whether the outer scope has any reportables -- i.e., if only the inner scope has reportables, nothing is reported.
Complete minimal example reproducing the issue