org.faktorips.runtime.test
Class IpsFormulaTestCase

java.lang.Object
  extended by org.faktorips.runtime.test.IpsTest2
      extended by org.faktorips.runtime.test.IpsTestCaseBase
          extended by 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
IpsFormulaTestCase(String qName)
           
 
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 org.faktorips.runtime.test.IpsTest2
getFullPath, getName, getQualifiedName, getRepository, setFullPath, setRepository
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IpsFormulaTestCase

public IpsFormulaTestCase(String qName)
Method Detail

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.