Skip to content

Version 0.6 (Beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@KPull KPull released this 31 Mar 10:58
· 9 commits to master since this release
6889e24

Release notes:

  • #61: Removed the JUnit BastionRunner as it was causing too many issues. It might be back in the future.
  • #44: Implemented a new system of Views. Each response is now bound to multiple views (one of which is possibly the model specified by .bind()). This should make it easier to use .bind() now without having to guess the type of object returned by Bastion.
  • #21: JsonRequest and JsonResponseAssertions can now be initialised by providing any Java object. Bastion will then use the Jackson ObjectMapper to generate the appropriate JSON string to send/expect.
  • #71: Removed the thenDo() method when constructing a Bastion test.