Package org.apache.torque.util
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 $
-
-
Field Summary
-
Fields inherited from class org.apache.torque.BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3
-
-
Constructor Summary
Constructors Constructor Description SummaryHelperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
Sets up the helper objects and the test.void
testWhereString()
Test basic where condition on a string.
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp() throws Exception
Sets up the helper objects and the test.- Overrides:
setUp
in classBaseTestCase
- Throws:
Exception
- if initialization fails.
-
-