SpecsFor icon indicating copy to clipboard operation
SpecsFor copied to clipboard

SpecsFor is a light-weight Behavior-Driven Development framework that focuses on ease of use for *developers* by minimizing testing friction.

Results 10 SpecsFor issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 6.0.4 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

This was just a first attempt at checking off a personal backlog item through refactoring. We've used Shouldly over Should for a while now. It's more frequently maintained, and provides...

Certain scenario based frameworks like SpecsFor offer the ability to define a pattern in the test name like the examples below from cucumber.io: ``` @Then("^I should be told \"([^\"]*)\"$") public...

I was previously using SpecsFor 5.0.1, in which I could do this: ```c# public interface IBar : ISpecs { IBaz Baz { get; set; } } public class Foo :...

I noticed NUnit joined last month https://github.com/nunit/governance/issues/13 https://github.com/nunit/governance/issues/27 There's currently no competition to SpecsFor out there IMHO and the foundation could potentially free some stuff up from you to enable...

NiceToHave

If you call a method that accepts an IEnumerable with an ObjectSet (or a List), but then use Looks.Like(() => new T[] ... ), the partial matching will fail. Looks.Like...

The new ShouldMapTo extension method should support action name attributes, but apparently it doesn't.

There's a small inconsistency between the way ShouldLookLike behaves when given a concrete object and a lambda. With a concrete object, all properties that are not equal are included in...

Bumps jQuery.Validation from 1.11.1 to 1.19.3. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jQuery.Validation&package-manager=nuget&previous-version=1.11.1&new-version=1.19.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps bootstrap from 3.0.0 to 3.4.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bootstrap&package-manager=nuget&previous-version=3.0.0&new-version=3.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies