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
|
Method Summary |
int |
countTestCases()
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IpsFormulaTestCase
public IpsFormulaTestCase(String qName)
countTestCases
public int countTestCases()
- Description copied from class:
IpsTest2
- 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.
- Specified by:
countTestCases in class IpsTest2
Copyright © 2015. All rights reserved.