Skip to content

Releases: ivaylokenov/MyTested.WebApi

1.3

30 Oct 16:04
62f7861
Compare
Choose a tag to compare

This release has 12 commits and closes 18 issues.

Added features:

  • Custom Inline Constraint Resolver

1.2

10 Jan 23:36
Compare
Choose a tag to compare
1.2

This release has 47 commits and closes 10 issues.

Added features:

  • Claims based identity testing
  • Remote server integration testing
  • Integration tests response time
  • Default request headers for integration tests
  • Other small improvements

1.1.6

15 Nov 13:34
Compare
Choose a tag to compare

This release has 31 commits and closes 10 issues.

This release is mainly bug fixes and small improvements.

  • Added With.Any helper method to be used where action call expression values are not important (but the compiler needs them)
  • Removed dependency on HttpListener for integration testing and now tests do not run over the wire
  • Added common magic strings as constants in classes MediaType, HttpHeader and HttpContentHeader
  • Moved most used interfaces to the root of the project, allowing to use them with the default using MyTested.WebApi
  • MyWebApi.Server().Starts() and MyWebApi.Server().Starts(httpConfiguration) now return the server builder so it can be saved into a variable for later usage and less API calls in integration testing

1.1

08 Nov 19:58
Compare
Choose a tag to compare
1.1

This release has 14 commits and closes 6 issues.

This release is mainly bug fixes. Added option to register global HTTP configuration with registration action.

1.0

08 Nov 10:30
Compare
Choose a tag to compare
1.0

This release has 35 commits and closes 6 issues.

Added features:

  • Dual licence - free for commercial (Apache 2.0 and Microsoft Public License)
  • HTTP Message Handler testing
  • HTTP server integration testing
  • OWIN server integration testing
  • Small improvements

0.9

23 Oct 12:51
Compare
Choose a tag to compare
0.9 Pre-release
Pre-release

This pre-release has 47 commits and closes 12 issues.

Added features:

  • Content headers to HTTP request and HTTP response
  • Option to use global or test specific HTTP configuration
  • Route resolving testing
  • RedirectToRoute and CreatedAtRoute action results testing
  • Small improvements

0.8

08 Oct 11:16
Compare
Choose a tag to compare
0.8 Pre-release
Pre-release

This pre-release has 36 commits and closes 12 issues.

Added features:

  • Controller Attributes testing
  • Action Attributes testing
  • Small improvements

0.7

28 Sep 16:29
Compare
Choose a tag to compare
0.7 Pre-release
Pre-release

This pre-release has 43 commits and closes 4 issues.

Added features:

  • HttpRequestMessage mocking
  • HttpResponseMessage testing
  • Small improvements

0.6

13 Sep 22:04
Compare
Choose a tag to compare
0.6 Pre-release
Pre-release

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

Added features:

  • Content testing
  • OkNegotiatedResult testing
  • Number of errors in ModelState testing
  • Small enhancements

0.5

11 Sep 20:09
Compare
Choose a tag to compare
0.5 Pre-release
Pre-release

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

Added features:

  • Created testing
  • Redirect testing
  • Null and Default testing
  • Other small enhancements