Skip to content
| Marketplace
Sign in
Visual Studio>Tools>spec.TestAdapter
spec.TestAdapter

spec.TestAdapter

leo hinojosa

|
1,935 installs
| (0) | Free
Allows running bdd specs on Visual Studio
Download

Spec is a small testing framework that implements **bdd** style testing for .net. inspired by [mochajs](http://mochajs.org/) and [jasmine](http://jasmine.github.io/).The library takes a minimal approach to define your tests and allows for using a *Arrange-Act-Assert* pattern in your unit testing;

The Spec TDD library works by creating any class that inherits from the `Spec` base type. Create a constructor, start describing the behavior and expectations for your tests.You can have *describe* blocks, *context* blocks, and *it* specifications.

 

Remember to install the Nuget Package from the nuget gallery.

Also Source available at Github

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft