#
nunit
Here are 414 public repositories matching this topic...
mikkelbu
commented
Apr 23, 2019
This is a corner case that I only ran into in due to work on the analyzers in nunit/nunit.analyzers#54, and my guess is that very few will run into this problem. Nevertheless, I think we could improve the error message, and fix seems simple and safe.
Given a generic test method with no parameters we get a failure that is difficult to interpret for the users (see last example below for more deta
#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
May 24, 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
Jun 2, 2022 - C#
This repository contains Hands on Test Driven Development Katas (C#)
nunit
nunit-tests
netframework
nunit-framework
tdd-kata
nunit2
nunit3
dotnet-core2
csharp8
dotnetcore31
net5
csharp9
net50
-
Updated
Nov 17, 2021 - C#
Documentation for all active NUnit projects
-
Updated
Apr 30, 2022 - Dockerfile
Mocking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
testing
tdd
nunit
mocking
entity-framework
netcore
dotnet-core
efcore
dotnet-standard
dotnet-framework
ef-core
moq
automapper
unittests
nsubstitute
fakeiteasy
netstandard20
favorite-mock-framework
tolistasync
firstordefaultasync
-
Updated
Mar 28, 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
Jun 3, 2022 - C#
NUnit Console runner and test engine
-
Updated
Mar 31, 2022 - C#
Browser test automation using Selenium WebDriver in C#
-
Updated
Oct 24, 2020 - C#
NBi 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.
database
etl
nunit
test-automation
test-framework
business-intelligence
cube
data-quality-checks
data-quality
-
Updated
Jan 23, 2022 - C#
Business Entity Execution Framework
microservices
framework
database
dotnetcore
architecture
integration-testing
grpc
nunit
entity-framework
entities
eventhubs
event-driven
apis
code-generation
cosmos
webapi
beef
odata
stored-procedures
dbup
-
Updated
Jun 2, 2022 - C#
This is a n-layer architecture based on Common web application architectures.
sql-server
clean-code
swagger
nunit
entity-framework-core
asp-net-core
webapi
fluent-assertions
n-tier-architecture
dotnet5
blazor-webassembly
dotnetcore31
n-layer-architecture
fleunt-validation
dotnet6
net6
-
Updated
Jan 19, 2022 - C#
Powershell module for documenting Pester's results
-
Updated
Jan 9, 2019 - PowerShell
Cross-platform Distributed Test Runner. Executes tests in parallel, time balanced on multiple machines.
-
Updated
Jan 10, 2020 - C#
Roslyn analyzers for writing unit tests with NUnit
-
Updated
Jun 2, 2022 - C#
In this sample project we will demonstrate how to execute Specflow test in parallel using Selenium and NUnit 3
-
Updated
May 28, 2022 - HTML
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#
NUnit logger for vstest platform
-
Updated
Mar 27, 2022 - C#
A project to help demonstrate how to do unit, integration and acceptance tests with an web api project using ASP.NET Core and Angular 7 front end.
-
Updated
Apr 11, 2019 - C#
Allure adapter for NUnit framework.
-
Updated
Jan 16, 2022 - C#
This project aims to provide a generic implementation for HTML test reports.
-
Updated
May 16, 2022 - Java
Adapter for NUnit 3 (generate HTML report for NUnit 3)
html
screenshot
qa
quality-control
nuget
reporting
nunit
test-automation
report
addin
quality-assurance
nunit-console
qatools
nunit3
qa-automation-test
-
Updated
Jun 9, 2021 - C#
dotnet port of testcontainers-java
-
Updated
Mar 9, 2022 - C#
Improve this page
Add a description, image, and links to the nunit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nunit topic, visit your repo's landing page and select "manage topics."


Currently when calling the
MSBuildalias with anMSBuildSettings, we need to set the target using theWithTargetextension method.It would be nice if we could use a property, with a string, which would make it more na