MyTested.WebApi Versions Save

Fluent testing framework for ASP.NET Web API 2.

1.3

4 years ago

This release has 12 commits and closes 18 issues.

Added features:

  • Custom Inline Constraint Resolver

1.2

8 years ago

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

8 years ago

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<TStartup>() 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

8 years ago

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

8 years ago

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

8 years ago

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

8 years ago

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

Added features:

  • Controller Attributes testing
  • Action Attributes testing
  • Small improvements

0.7

8 years ago

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

Added features:

  • HttpRequestMessage mocking
  • HttpResponseMessage testing
  • Small improvements

0.6

8 years ago

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

8 years ago

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

Added features:

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