Class SummaryHelperTest


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

      • SummaryHelperTest

        public SummaryHelperTest()
    • Method Detail

      • 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