Class SummaryHelperTest

java.lang.Object
org.apache.torque.BaseTestCase
org.apache.torque.util.SummaryHelperTest

public class SummaryHelperTest extends BaseTestCase
Test class for SummaryHelper.
Version:
$Id: CriteriaTest.java 1448414 2013-02-20 21:06:35Z tfischer $
  • Constructor Details

    • SummaryHelperTest

      public SummaryHelperTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Sets up the helper objects and the test.
      Overrides:
      setUp in class BaseTestCase
      Throws:
      Exception - if initialization fails.
    • testWhereString

      @Test public void testWhereString() throws Exception
      Test basic where condition on a string.
      Throws:
      Exception