Skip to content

Releases: muonsoft/api-testing

v0.4.0

31 Jul 17:40
Compare
Choose a tag to compare
  • lots of new assertions added to assertjson package
  • Print() and PrintJSON() methods added for apitest.AssertResponse to print response headers and body
  • apitest.AssertResponse now logs response headers and body if assertion fails on the status code expectation

v0.3.1

28 Oct 17:23
bdfc308
Compare
Choose a tag to compare

hotfix #6 HandleDELETE sends PATCH method

v0.3.0

28 Oct 05:47
93e2694
Compare
Choose a tag to compare
  • package apitest added to build assertions agains HTTP handlers
  • closes #1
  • closes #2
  • minor BC break: signature of all functions that uses *testing.T replaced by testing.TB

v0.2.1

08 Apr 09:40
Compare
Choose a tag to compare
  • AssertString method added

v0.2.0

18 Jun 18:53
Compare
Choose a tag to compare

BC break: JSON Path replaced by JSON Pointer

v0.1.0

23 May 11:34
Compare
Choose a tag to compare

First release

  • assertjson package
  • assertxml package with basic functions