From: Laurent D. <ldu...@ya...> - 2004-05-05 20:01:27
|
Hi, I have created a mock object for a clas that mainly consists of void methods. I'd like to test the case where calling such a method throws an exception. The mock object has to extend an abstract class, it's not an interface. If there is a place that explains how to deal situations like this, please let me know. L |