Hello,

I tried to use JUnitDoclet to generate Test.

It raised the following errors:

    [javac]
C:\Projects\xproducts\hib\build\gen-src\test\eric\hib\bean\UserTest.java:202
: java.util.List is abstract; cannot be instantiated
    [javac]     java.util.List[] tests = {new java.util.List(), null};
    [javac]                               ^
    [javac] 1 error



In the User, I use List as the return type. How can tell JUnitDoclet to
create the instance with ArrayList???

Eric


==========================
If you know what you are doing,
it is not called RESEARCH!
==========================



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to