Does your company or project have certain conventions that you are required to follow? Maybe adding a copyright header to each file? Or using the correct layer super-type for all your controllers, context, etc? I work on a *lot* of projects these days, and I often forget to follow some of these conventions in my…
try-catch-FAIL
Tag: <span>testing</span>
SpecsFor Basics – Creating Your First Test Project with SpecsFor
The documentation on SpecsFor is sorely lacking. Me (and another volunteer!) are working to fix that. This is the first in a series of posts about SpecsFor, which will eventually make its way in to the official docs. In this post, I’ll show you how to add SpecsFor to your project using NuGet, and I’ll…
SpecsFor V3 Release Candidate Now Available
The SpecsFor 3.0 release is nearing completion! The release candidate is now on NuGet. This release further cleans up and simplifies things and lays the groundwork for porting SpecsFor to other testing frameworks. [more] To try out the release candidate, install the prerelease version from NuGet: PM> Install-Package SpecsFor -Pre Since the last preview release,…
SpecsFor 3.0 Preview Available on NuGet
The first preview release of SpecsFor 3.0 is now available on NuGet. This release cleans up and simplifies much of the core while dropping some ill-conceived features, but it also adds a brand new system for composing test context. [more] To try out the new releases, install the prerelease version from NuGet: PM> Install-Package SpecsFor…