Package org.faktorips.runtime.test
Class IpsFormulaTestCase
- java.lang.Object
-
- org.faktorips.runtime.test.IpsTest2
-
- org.faktorips.runtime.test.IpsTestCaseBase
-
- org.faktorips.runtime.test.IpsFormulaTestCase
-
public abstract class IpsFormulaTestCase extends IpsTestCaseBase
Class to execute and test formulas on product cmpts.- Author:
- Joerg Ortmann
-
-
Constructor Summary
Constructors Constructor Description IpsFormulaTestCase(java.lang.String qName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcountTestCases()Returns the number of test cases in this test.-
Methods inherited from class org.faktorips.runtime.test.IpsTestCaseBase
assertEquals, assertEquals, assertEquals, assertEqualsIgnoreScale, assertEqualsIgnoreScale, assertEqualsIgnoreScale, assertFalse, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotNull, assertNull, assertNull, assertNull, assertTrue, assertTrue, assertTrue, executeAsserts, executeBusinessLogic, fail, run
-
Methods inherited from class org.faktorips.runtime.test.IpsTest2
getFullPath, getName, getQualifiedName, getRepository, setFullPath, setRepository
-
-
-
-
Method Detail
-
countTestCases
public int countTestCases()
Description copied from class:IpsTest2Returns 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.- Specified by:
countTestCasesin classIpsTest2
-
-