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
Class to execute and test formulas on product cmpts.
- Author:
- Joerg Ortmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintReturns 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, runMethods inherited from class org.faktorips.runtime.test.IpsTest2
getFullPath, getName, getQualifiedName, getRepository, setFullPath, setRepository
-
Constructor Details
-
IpsFormulaTestCase
-
-
Method Details
-
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
-