vmware-archive / lmock

Lmock is another mocking framework for Java, initially targeting Google's Android OS, but actually working on any environment.
Apache License 2.0
7 stars 5 forks source link

LMock swallows the exceptions thrown by checkers #2

Open dfurodet opened 12 years ago

dfurodet commented 12 years ago

If the user defines a checker which has an error (e.g. it throws an NPE), Lmock swallows it and so hides the bug. It must be able to forward the exception directly to the application.

dfurodet commented 12 years ago

The behavior should be as follows:

dfurodet commented 12 years ago

The behavior should be as follows: