RichardWarburton / lambda-behave

A modern testing and behavioural specification framework for Java 8
http://richardwarburton.github.io/lambda-behave/
MIT License
254 stars 52 forks source link

Document mockito integration #75

Open hcoles opened 10 years ago

hcoles commented 10 years ago

Lambda Behave looks to provide some integration with mockito, but it doesn't seem to be documented.

This test case seems to show the overall approach

https://github.com/RichardWarburton/lambda-behave/blob/5c77a1e7bee6b548e5d3c174e9c42e74319a85c3/lambda-behave/src/test/java/com/insightfullogic/lambdabehave/testcases/mocking/TwoMocks.java

But a quick scan of the api suggests that more is available.