Version 0.6 (Beta)
Pre-release
Pre-release
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
andJsonResponseAssertions
can now be initialised by providing any Java object. Bastion will then use the JacksonObjectMapper
to generate the appropriate JSON string to send/expect. - #71: Removed the
thenDo()
method when constructing a Bastion test.