From: veny <ve...@p2...> - 2003-09-16 02:06:56
|
Hi all, I've been using DynaMock to create mock class from interfaces. It works great. However, when i tried to mock my classes, there's always this error: "com.packagename.classname is not an interface". I've tried to mock java class (e.g. java.util.List), it works. But why creating of mock of my custom class doesn't? Any idea? Thanks. Veny |