| org.apache.axis2.AbstractTestCase
All known Subclasses: org.apache.axis2.misc.MiscTest, org.apache.axis2.deployment.TransportDeploymentTest, org.apache.axis2.util.UtilsParseRequestTest, org.apache.axis2.description.RegistryTest, org.apache.axis2.deployment.BuilderSelectorDeploymentTest, org.apache.axis2.deployment.MessageFormatterDeploymentTest, org.apache.axis2.deployment.BadModuleTest, org.apache.axis2.phaserule.PreDispatchPhaseRuleTest, org.apache.axis2.deployment.BuildERWithDeploymentTest, org.apache.axis2.engine.MessageContextTest, org.apache.axis2.context.OperationContextTest, org.apache.axis2.phaserule.AddingHandlerToEachPhaseTest, org.apache.axis2.util.threadpool.TestThreadPool,
AbstractTestCase | abstract public class AbstractTestCase extends TestCase (Code) | | Abstract base class for test cases.
|
basedir | public static String basedir(Code) | | Basedir for all file I/O. Important when running tests from
the reactor. Note that anyone can use this statically.
|
AbstractTestCase | public AbstractTestCase(String testName)(Code) | | Parameters: testName - |
|
|