Hello everybody,
I read artical on 'Virtual Mock Objects using AspectJ with JUNIT' by Simon Monk.
In the end of the artical I
read something about setMockException().
have anyone
used setMockException(method,
exception) for your junit testing?
I am not able to access
eclipse user groups.
Thanx in advance!
----
Venkat Dosapati
I downloaded the sample code and I saw that setMockException isn't
implemented. I understand that setMockException indicates that the
method (first parameter) must throw an exception (the second parameter)