-
Just wondering if you would consider changing the test framework away from MSTest to NUnit. One of the challenges I faced when implementing Sqlite was running tests, mostly due to how they're run. I w…
-
add support to nodots option for NUnit target so that I can run "silently" without displaying the tests in the console.
-
NUnit Parameterized test
-
## Describe the bug
A test marked with the [DataTestMethod] attribute cannot have a generic parameter. It will not be recognized by the test runner.
## Steps To Reproduce
```
[TestClass]
pu…
-
I have an NUnit test project with a dependency on `coverlet.collector v3.0.3` which becomes unusable when `dotnet test` is invoked with `--collect:"XPlat Code Coverage"`.
Repro steps:
```bash
git…
-
![_output_6ntfvs](https://cloud.githubusercontent.com/assets/3851540/22578840/ae0dd504-ea06-11e6-9e4c-4739aa3529a0.png)
![_output_7ntfvserror](https://cloud.githubusercontent.com/assets/3851540/22578…
yowko updated
7 years ago
-
Since @OsirisTerje added https://github.com/nunit/nunit3-vs-adapter/pull/759, I think we should be ready to do this now! This will hopefully make for an easier debugging experience.
We'll need to …
-
Problem 1:
https://github.com/nunit/nunit.analyzers/blob/e52e3a1696c43b10e1a76b9e4e9309646c1fe808/src/nunit.analyzers/NonTestMethodAccessibilityLevel/NonTestMethodAccessibilityLevelAnalyzer.cs#L63-L7…
-
Try this:
``` csharp
[FsCheck.NUnit.Property]
public void TestSuccess(int x)
{
Assert.Pass();
}
```
The test should have passed but instead fails. I am using version 3.0.0-beta2.
-
cwall[9/16/2013 3:04:36 PM]
I am getting the following error after I try to run the Verify deployment Nunit tests after a succesful deployment :
System.BadImageFormatException: Could not load fil…