public class CriterionTest extends BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3, tableMap| Constructor and Description | 
|---|
| CriterionTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | testCopyConstructorCompositeCriterion()Tests that a criterion is copied when being added as top level criterion
 using where (also tests and). | 
| void | testCopyConstructorSimpleCriterion()Tests that a criterion is copied when being added as top level criterion
 using where (also tests and). | 
| void | testCopyConstructorSqlCriterion()Tests that a criterion is copied when being added as top level criterion
 using where (also tests and). | 
| void | testCriterionAndedToCriterionGetsCopied()Tests that a criterion is copied when being anded to a top level
 criterion. | 
| void | testCriterionAndedToTopLevelCriterionGetsCopied()Tests that a criterion is copied when being anded to a top level
 criterion. | 
| void | testCriterionOredToCriterionGetsCopied()Tests that a criterion is copied when being ored to a top level
 criterion. | 
| void | testCriterionOredToTopLevelCriterionGetsCopied()Tests that a criterion is copied when being ored to a top level
 criterion. | 
| void | testHashCodeAndEquals() | 
| void | testToStringCompositeCriterion() | 
| void | testToStringSingleCriterion() | 
setUp@Test public void testHashCodeAndEquals()
@Test public void testToStringSingleCriterion()
@Test public void testToStringCompositeCriterion()
@Test public void testCriterionAndedToTopLevelCriterionGetsCopied()
@Test public void testCriterionOredToTopLevelCriterionGetsCopied()
@Test public void testCriterionAndedToCriterionGetsCopied()
@Test public void testCriterionOredToCriterionGetsCopied()
@Test public void testCopyConstructorSimpleCriterion()
@Test public void testCopyConstructorCompositeCriterion()
@Test public void testCopyConstructorSqlCriterion()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.