theangrydev / fluent-bdd

A BDD framework to help write tests in a fluent way, reusing givens, whens and thens.
Apache License 2.0
6 stars 1 forks source link

WithFluentMockito.thenVerify does not detect return type #20

Open theangrydev opened 7 years ago

theangrydev commented 7 years ago

The return type detected by thenVerify is Object rather than the same T that was passed into the method.