The TestSetup class allows one to define setUp()/tearDown() methods
for the entire testsuite. The setUp and tearDown methods are executed
once for each unit test method in a TestCase.

----- Original Message -----
From: "David Jencks" <[EMAIL PROTECTED]>
To: "jboss-dev" <[EMAIL PROTECTED]>
Sent: Saturday, September 15, 2001 8:21 AM
Subject: [JBoss-dev] SpinUnitTestCase question


> Hi, (Scott),
>
> I modified the SpinUnitTestCase (in lock) to work and descend from
> JBossTestCase.  I removed the TestSetup inner class to use the inherited
> setUp and tearDown methods.  I am not %100 sure that the class is still
> testing the same functionality, I didn't really understand what the
> difference between a TestSetup and regular test case is. Could those in
the
> know please check?
>
> Thanks
> david jencks
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to