nunit
Here are 297 public repositories matching this topic...
When running build.ps1 -t Test, the following output describes the failing tests:
- Failed : NUnit.Framework.Api.FrameworkControllerTests.ExploreTestsAction_FileNotFound_ReturnsNonRunnableSuite
Expected: String containing "The system cannot find the file specified."
But was: "Le fichier sp├®cifi├® est introuvable. (Exception from HRESULT: 0x80070002)"
at NUnit.Framework.Api.Framew
To avoid confusion when a IJSRuntime has already been registered with the TestServiceProvider, lets use TryAddSingleton instead and throw an exception if it or some other mock has already been registered.
-
Updated
Jul 18, 2020 - C#
-
Updated
Sep 4, 2020 - C#
-
Updated
Jul 28, 2020 - C#
This looks to be something legacy which hasn't been updated in several releases. I've asked Charlie Poole/Rob Prouse if they can remove it from the choco site, as maintainers. We should also remove the packaging from the repo here.
https://www.chocolatey.org/packages/nunit-console-with-extensions
-
Updated
Aug 5, 2019 - C#
-
Updated
Jun 20, 2020 - C#
-
Updated
Jan 9, 2019 - PowerShell
-
Updated
Jan 10, 2020 - C#
-
Updated
May 20, 2019 - HTML
-
Updated
Sep 4, 2020 - C#
-
Updated
Sep 9, 2020 - C#
-
Updated
Sep 8, 2020 - C#
-
Updated
Apr 11, 2019 - C#
-
Updated
May 15, 2020 - Java
-
Updated
Aug 21, 2020 - C#
-
Updated
Aug 31, 2020 - C#
-
Updated
Sep 10, 2020 - C#
-
Updated
Jul 22, 2020 - C#
-
Updated
Sep 9, 2019 - C#
-
Updated
Jul 23, 2020 - Groovy
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."
In the same way that we can do:
DotNetCoreBuildDotNetCorePublishetc
Would be good to be able to run
DotNetCoreWatchas a top level task in my Cake Build script.