|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.extensions.TestDecorator
junit.extensions.TestSetup
org.apache.commons.vfs2.test.AbstractTestSuite
public abstract class AbstractTestSuite
The suite of tests for a file system.
| Field Summary |
|---|
| Fields inherited from class junit.extensions.TestDecorator |
|---|
fTest |
| Constructor Summary | |
|---|---|
|
AbstractTestSuite(ProviderTestConfig providerConfig)
Adds the tests for a file system to this suite. |
protected |
AbstractTestSuite(ProviderTestConfig providerConfig,
String prefix,
boolean nested)
|
protected |
AbstractTestSuite(ProviderTestConfig providerConfig,
String prefix,
boolean nested,
boolean addEmptyDir)
|
| Method Summary | |
|---|---|
protected void |
addBaseTests()
Adds base tests - excludes the nested test cases. |
void |
addTests(Class<?> testClass)
Adds the tests from a class to this suite. |
protected void |
setUp()
|
protected void |
tearDown()
|
| Methods inherited from class junit.extensions.TestSetup |
|---|
run |
| Methods inherited from class junit.extensions.TestDecorator |
|---|
basicRun, countTestCases, getTest, toString |
| Methods inherited from class junit.framework.Assert |
|---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractTestSuite(ProviderTestConfig providerConfig)
throws Exception
Exception
protected AbstractTestSuite(ProviderTestConfig providerConfig,
String prefix,
boolean nested)
throws Exception
Exception
protected AbstractTestSuite(ProviderTestConfig providerConfig,
String prefix,
boolean nested,
boolean addEmptyDir)
throws Exception
Exception| Method Detail |
|---|
protected void addBaseTests()
throws Exception
Exception
public void addTests(Class<?> testClass)
throws Exception
AbstractProviderTestCase and have a public a
no-args constructor. This method creates an instance of the supplied
class for each public 'testNnnn' method provided by the class.
Exception
protected void setUp()
throws Exception
setUp in class junit.extensions.TestSetupException
protected void tearDown()
throws Exception
tearDown in class junit.extensions.TestSetupException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||