| junit.extensions.abbot.ScriptTestSuiteTest
ScriptTestSuiteTest | public class ScriptTestSuiteTest extends TestCase (Code) | | Verify we can extend a ScriptTestSuite.
|
Inner Class :public static class MyScriptFixture extends ScriptFixture | |
Method Summary | |
public static void | main(String[] args) | public void | testDerivedClass() Ensure that a suite generated with a derived class actually
instantiates those classes. | public void | testGenerateFilenames() Create a few temp files, the test suite should pick them up. |
ScriptTestSuiteTest | public ScriptTestSuiteTest(String name)(Code) | | |
testDerivedClass | public void testDerivedClass() throws Throwable(Code) | | Ensure that a suite generated with a derived class actually
instantiates those classes.
|
testGenerateFilenames | public void testGenerateFilenames() throws Throwable(Code) | | Create a few temp files, the test suite should pick them up.
|
|
|