Package org.faktorips.runtime.test
Class IpsTest2
java.lang.Object
org.faktorips.runtime.test.IpsTest2
- Direct Known Subclasses:
IpsTestCaseBase
,IpsTestSuite
- Author:
- Jan Ortmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract int
Returns the number of test cases in this test.Returns the test's file name including the path.getName()
Returns the test's unqualified name.Returns the test's qualified name.Returns the runtime repository for searching and creating object during the test run.protected abstract void
run
(IpsTestResult result) void
setFullPath
(String fileName) Sets the test's file name including the path.void
setRepository
(IRuntimeRepository runtimeRepository) Sets the runtime repository.
-
Constructor Details
-
IpsTest2
-
-
Method Details
-
getQualifiedName
Returns the test's qualified name. -
getFullPath
Returns the test's file name including the path. -
setFullPath
Sets the test's file name including the path. -
getName
Returns the test's unqualified name. -
getRepository
Returns the runtime repository for searching and creating object during the test run. -
setRepository
Sets the runtime repository. -
countTestCases
public abstract int countTestCases()Returns the number of test cases in this test. If this is a test the method returns 1, if this is a suite the number of test cases in the suite itself and all suites that are contained in this one. -
run
-