Ron Roth wrote:

Hello,
I'm trying to set up a cactus framework with Weblogic 8.1 and I'm running into an AssertionFailedException that I can't figure out. Any help would be appreciated.


Here's my test case code:

public class NetworkAddressCactus extends TestCase
{
    public NetworkAddressCactus(String name)
    {
    }

This constructor can't be right.


Either use the default constructor or invoke super(name) in the one you've implemented. Without a test name, JUnit doesn't get very far.
--
J. B. Rainsberger,
Diaspar Software Services
http://www.diasparsoftware.com :: +1 416 791-8603
Let's write software that people understand


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to