Skip to content

Releases: ivaylokenov/MyTested.WebApi

0.4

08 Sep 12:14
Compare
Choose a tag to compare
0.4 Pre-release
Pre-release

This pre-release has 53 commits and closes 10 issues.

Added features:

  • Separated ShouldReturn, ShouldHave and ShouldThrow
  • Json testing
  • Empty testing
  • Other small enhancements

0.3

01 Sep 12:56
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

This pre-release has 60 commits and closes 7 issues.

Added features:

  • AndProvide... methods for integration testing
  • InternalServerError testing
  • Conflict testing
  • Added samples and documentation

0.2

30 Aug 20:40
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

This pre-release has 105 commits and closes 8 issues.

Added features:

  • Authenticated user testing
  • Controller dependency resolver wherever needed
  • ModelState chained testing
  • BadRequest result testing
  • NotFound result testing
  • Unauthorized result testing
  • StatusCode result testing

0.1

23 Aug 16:55
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

This pre-release has 120 commits and closes 6 issues.

Added features:

  • Model state validation testing
  • Generic action results testing
  • OkResult testing