Class IpsFormulaTestCase


public abstract class IpsFormulaTestCase extends IpsTestCaseBase
Class to execute and test formulas on product cmpts.
Author:
Joerg Ortmann
  • Constructor Details

    • IpsFormulaTestCase

      public IpsFormulaTestCase(String qName)
  • Method Details

    • 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