-
Hello there
first of all, thanks for your work with this runner.
It seems there's an issue with TestResult.xml output file.
**Scenario**:
A solution has a project-under-test, e.g. class library, ta…
-
New user of nspec here. All the documentation I can find points to http://nspec.org/continuoustesting for setting up Specwatchr. Even the Specwatchr project homepage points to that page, which no lo…
-
It would be nice to be able to do something like the following.
```csharp
context["do something"] = () =>
{
int someValue = int.MaxValue;
MyClass myClass = null;
beforeEach = () …
-
downloaded the Git repo and compiled in VS2017. Had the test adapter installed. Nothing appears in the test explorer. Do not have resharper installed. Did not want to try on CLI as I am looking for UI…
-
I'm trying to create a useful NUnit wrapper for NSpec. I have created an NUnit TestDataSource that discovers all NSpec examples and generates NUnit test cases on the fly. That part works.
However, I …
-
I can't seem to find any activity for the NSpec project for a long time. And my google-fu isn't good enough to find an announcement that the project is abandoned.
So is it dead?
-
Would be cool if you could do:
```csharp
//somwhere inside of a custom Program.cs that references both NUnit and NSpec
var builder = nspecThingy.TestFinder(someAssembly, (methodInfo) =>
{
…
-
There is not currently a way to do additional testing after an exception is thrown in an `act` block. The `expect()` will detect that the exception was thrown, but does not allow for additional testin…
-
I'm using the current 1.0.1 version of the dotnet cli. And whenI run `dotnet test` I get this output
```
No test is available in /projects/unit-testing-using-dotnet-test/PrimeService.Tests/bin/Deb…
-
For the most part using `void my_super_cool_context_method()` works, but there are a few times where I would like to be able to use a real string to describe the context. An example would be:
```cs…