NSpec icon indicating copy to clipboard operation
NSpec copied to clipboard

A battle hardened testing framework for C# that's heavily inspired by Mocha and RSpec.

Results 31 NSpec issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 9.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Are there any plans to support.net core 3 or above?

Hi, first of all - I really like exploring and diving deeper to nspec. I'm filtering my testcases with tags which is working fine. Right now for most cases it...

docs/website

Hey guys, We're looking at ways in which we can improve debugging in nspec especially for an individual example. One solution I've come up with is to extend the nspec...

Love the idea of BDD and NSpec as a concept looks so much easier writing tests than the standard unit testing frameworks. However, using the 'Getting Started' guide on the...

docs/website

See #145 , and specifically: > Later or, we might provide instruction/ code samples/ docs on how to create a console application (instead of a class library) to run &...

docs/website
enhancement

In index.md, where it says: --- - Then run the tests using `NSpecRunner.exe`: ``` >NSpecRunner.exe YourClassLibraryName\bin\debug\YourClassLibraryName.dll my first spec asserts at the method level describe nesting asserts in a method...

docs/website

From #91 : > Initial new website has been deployed (code is in the gh-pages branch). @provegard, @BrainCrumbz, can you put links/descriptions to your VS Integration stuff on the site?...

docs/website

I have created a simple continuous runner similar to karma: Whenever the test assembly is recompiled, the tests are re-executed. If the HTML formatter is specified, the runner opens the...

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 longer...