#
mstest
Here are 126 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
Aug 13, 2021 - C#
egil
commented
Mar 8, 2021
SignOutSessionStateManager
is recommended to ensure sign-outs requests are coming from a user. However, this type depends on IJSRuntime
and could be added by default to the Services
collection during the AddTestAuthorization()
method, where JSInterop
can also be configured to correctly handle JSInterop invocations.
E.g.:
context.Services.AddSingleton<SignOutSessionStateManag
MSTest V2 framework and adapter
-
Updated
Aug 14, 2021 - 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
Aug 13, 2021 - 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
Aug 12, 2021 - 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
Aug 4, 2021 - 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
Apr 3, 2021 - 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#
Jenkins plugin for using a .NET SDK (and its dotnet executable) as a global tool.
-
Updated
Aug 2, 2021 - Java
Examples using MSTest and XUnit projects with test libraries (Moq, NSubstitute, FakeItEasy, NBuilder).
-
Updated
Aug 10, 2021 - C#
Integration Tests for API Controllers using MSTest
-
Updated
Mar 13, 2021 - C#
MSTest Runner is Jenkins-CI plugin for running MSTest assemblies
-
Updated
Aug 2, 2021 - Java
Add convention to your unit tests.
-
Updated
Mar 7, 2020 - 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
Jul 19, 2021 - 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#
prvacy
commented
Jan 14, 2020
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
Is there any difference between
ContainItemsAssignableTo
andAllBeAssignableTo
?Spending five minutes looking at them, they seem to test the same scenario.
(With the exception, that
AllBeAssignableTo
has special handling forIEnumerable<Type>
)In contrast to other
Contain
methods,ContainItemsAssignableTo
expects all elements to satisfy and not just a subset