Skip to content

Testing

Peter Nerg edited this page Jan 11, 2016 · 1 revision

Once you start to use this library you will most likely build test cases for your code.
To allow for a richer flora of asserts related (amongst others) to this project there is a side project called junit-extensions

It will allow you to use specialized interfaces providing access to a richer set of asserts.
E.g. asserting the result of a Try, Option or wait/block and assert a Future

Clone this wiki locally