Skip to content

v1.0.4

Compare
Choose a tag to compare
@BrainCrumbz BrainCrumbz released this 14 Mar 13:53
· 448 commits to master since this release
  • fix(context): don't run 'after all' if all examples are skipped by tags
  • feat(async): support Aggregate Exceptions thrown after a Task is awaited
  • feat(exceptions): fail examples when exceptions thrown in beforeAll/afterAll

Internals:

  • test(async): test expecting an exception when thrown in a collection of Tasks.
  • test(expect): user custom exception types in expect<> unit tests
  • chore(tools): make project work under OSX
  • chore(tools): make unit test run on Mono
  • chore(tools): add script to archive old branches
  • chore(debug): add Context/Example string representation to aid debugging
  • chore(codeStyle): improve description of expect<> helper methods
  • chore(codeStyle): untabify NSpec\AssertionExtensions.cs
  • chore(codeStyle): let Visual Studio untabify some files
  • chore(codeStyle): move trailing open braces to newline
  • chore(repository): ignore Visual Studio-generated TestResults directory
  • chore(repository): ignore Visual Studio Code local settings