|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.testing.junit4.BaseUnitTestCase
org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest
org.hibernate.ejb.criteria.basic.AggregationResultTest
public class AggregationResultTest
| Field Summary |
|---|
| Fields inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase |
|---|
NO_CLASSES, NO_MAPPINGS |
| Constructor Summary | |
|---|---|
AggregationResultTest()
|
|
| Method Summary | |
|---|---|
void |
cleanUpTestData()
|
void |
createTestData()
|
void |
testSumOfBigDecimals()
Sum of BigDecimal should return a BigDecimal |
void |
testSumOfBigIntegers()
Sum of BigInteger should return a BigInteger |
void |
testSumOfDoubles()
Sum of Doubles should return a Double |
void |
testSumOfFloats()
Sum of Floats should return a Float; note that this is distinctly different than JPAQL |
void |
testSumOfIntegers()
Sum of Integers should return an Integer; note that this is distinctly different than JPAQL |
void |
testSumOfLongs()
Sum of Longs should return a Long |
| Methods inherited from class org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest |
|---|
getAnnotatedClasses |
| Methods inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase |
|---|
addConfigOptions, addMappings, afterConfigurationBuilt, afterEntityManagerFactoryBuilt, applyServices, buildConfiguration, buildEntityManagerFactory, constructConfiguration, createEntityManager, createIsolatedEntityManager, createIsolatedEntityManager, createSchema, entityManagerFactory, getCachedClasses, getCachedCollections, getConfig, getDialect, getEjb3DD, getMappings, getOrCreateEntityManager, releaseResources, serviceRegistry |
| Methods inherited from class org.hibernate.testing.junit4.BaseUnitTestCase |
|---|
releaseTransactions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AggregationResultTest()
| Method Detail |
|---|
public void createTestData()
public void cleanUpTestData()
throws Exception
Exceptionpublic void testSumOfLongs()
public void testSumOfIntegers()
public void testSumOfDoubles()
public void testSumOfFloats()
public void testSumOfBigIntegers()
public void testSumOfBigDecimals()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||