org.mule.tck
Class NamedTestCase

java.lang.Object
  extended byTestCase
      extended byorg.mule.tck.NamedTestCase
Direct Known Subclasses:
AbstractConfigBuilderTestCase, AbstractMuleTestCase

public abstract class NamedTestCase
extends TestCase

NamedTestCase provides readable testcase names.

Version:
$Revision: 1.4 $
Author:
Joe Walnes
See Also:
Serialized Form

Constructor Summary
protected NamedTestCase()
           
 
Method Summary
 java.lang.String getName()
           
protected  void setUp()
          Print the name of this test to standard output
protected  void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedTestCase

protected NamedTestCase()
Method Detail

getName

public java.lang.String getName()

setUp

protected void setUp()
              throws java.lang.Exception
Print the name of this test to standard output

Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.