| org.acm.seguin.junit.DirSourceTestCase
All known Subclasses: org.acm.seguin.uml.refactor.TestTypeCheckbox, org.acm.seguin.summary.TestSummaryLoadVisitor, org.acm.seguin.refactor.undo.TestUndo, org.acm.seguin.refactor.method.TestPushUpAbstractMethod, org.acm.seguin.refactor.type.TestRemoveEmptyClassRefactoring, org.acm.seguin.refactor.method.TestExtractMethod, org.acm.seguin.refactor.field.TestRenameFieldRefactoring, org.acm.seguin.refactor.type.TestExtractInterface, org.acm.seguin.refactor.field.TestPushUpFieldRefactoring, org.acm.seguin.pretty.TestPrettyPrinterJDK1_5, org.acm.seguin.refactor.type.TestRepackage, org.acm.seguin.refactor.method.TestRenameMethodRefactoring, org.acm.seguin.refactor.method.TestRenameParameterRefactoring, org.acm.seguin.refactor.method.TestPushUpMethod, org.acm.seguin.refactor.method.TestMoveMethodRefactoring, org.acm.seguin.refactor.field.TestPushDownFieldRefactoring, org.acm.seguin.refactor.type.TestAddChildRefactoring, org.acm.seguin.summary.query.TestChildClassSearcher, org.acm.seguin.refactor.type.TestAddChildTwo, org.acm.seguin.pretty.line.LineNumberingTest, org.acm.seguin.refactor.type.TestAddAbstractParent, org.acm.seguin.refactor.method.TestPushDownMethod, org.acm.seguin.pretty.TestPrettyPrinter, org.acm.seguin.refactor.type.TestRenameClass, org.acm.seguin.summary.TestCounters,
DirSourceTestCase | public class DirSourceTestCase extends TestCase (Code) | | The original unit tests had the name of the directory
that I created to store the unit tests hard coded into
them. While I continue to hard code the names of the
directories into a source file, it is now located in
this single directory.
author: Chris Seguin |
check | protected String check(Code) | | The name of the directory that contains the "correct" source code
|
clean | protected String clean(Code) | | The name of the unmodified source code
|
root | protected String root(Code) | | The name of the root directory for tests to occur
|
DirSourceTestCase | public DirSourceTestCase(String name)(Code) | | Constructor for the TestCase object
Parameters: name - Description of Parameter |
|
|