Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
1779 0 0 0 100% 38.34 s

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
issues.gh324.spring 2 0 0 0 100% 0.020 s
examples.kotlin.mybatis3.canonical 57 0 0 0 100% 0.090 s
examples.complexquery 10 0 0 0 100% 0.010 s
org.mybatis.dynamic.sql.util 35 0 0 0 100% 0.018 s
org.mybatis.dynamic.sql.delete 2 0 0 0 100% 0.002 s
examples.postgres 12 0 0 0 100% 1.053 s
examples.emptywhere 25 0 0 0 100% 0.017 s
examples.springbatch.cursor 1 0 0 0 100% 0.331 s
examples.array 2 0 0 0 100% 0.009 s
org.mybatis.dynamic.sql.update 8 0 0 0 100% 0.014 s
examples.springbatch.bulkinsert 1 0 0 0 100% 0.028 s
org.mybatis.dynamic.sql.where.render 22 0 0 0 100% 0.042 s
examples.sharding 3 0 0 0 100% 0.016 s
issues.gh430 9 0 0 0 100% 0.001 s
examples.type_conversion 2 0 0 0 100% 0.006 s
examples.generated.always.mybatis 14 0 0 0 100% 0.386 s
examples.mysql 4 0 0 0 100% 5.355 s
examples.spring 46 0 0 0 100% 0.054 s
examples.kotlin.mybatis3.general 42 0 0 0 100% 0.028 s
examples.kotlin.spring.canonical 227 0 0 0 100% 0.368 s
examples.kotlin.mybatis3.custom.render 6 0 0 0 100% 1.138 s
examples.generated.always.spring 12 0 0 0 100% 0.155 s
org.mybatis.dynamic.sql.mybatis3 12 0 0 0 100% 0.004 s
issues.gh105 41 0 0 0 100% 0.007 s
examples.kotlin.mybatis3.joins 53 0 0 0 100% 0.078 s
org.mybatis.dynamic.sql.insert 16 0 0 0 100% 0.016 s
examples.springbatch.paging 1 0 0 0 100% 0.060 s
examples.joins 84 0 0 0 100% 0.279 s
issues.kotlin.gh430 9 0 0 0 100% 0.003 s
org.mybatis.dynamic.sql.insert.render 3 0 0 0 100% 0.002 s
examples.column.comparison 7 0 0 0 100% 0.020 s
issues.gh100 168 0 0 0 100% 0.018 s
issues.lhg142 1 0 0 0 100% 0.001 s
org.mybatis.dynamic.sql.util.kotlin.model 6 0 0 0 100% 0.006 s
examples.kotlin.animal.data 22 0 0 0 100% 0.053 s
examples.mariadb 21 0 0 0 100% 9.653 s
examples.custom_render 6 0 0 0 100% 0.967 s
org.mybatis.dynamic.sql.select 22 0 0 0 100% 0.014 s
org.mybatis.dynamic.sql 42 0 0 0 100% 0.044 s
nullability.test 88 0 0 0 100% 7.945 s
examples.paging 2 0 0 0 100% 0.025 s
examples.animal.data 271 0 0 0 100% 0.303 s
examples.springbatch 2 0 0 0 100% 0.003 s
org.mybatis.dynamic.sql.subselect 2 0 0 0 100% 0.003 s
issues.gh655 4 0 0 0 100% 4.057 s
org.mybatis.dynamic.sql.where.condition 149 0 0 0 100% 0.051 s
examples.kotlin.mybatis3.sharding 3 0 0 0 100% 0.007 s
examples.kotlin.mybatis3.column.comparison 7 0 0 0 100% 0.044 s
examples.groupby 24 0 0 0 100% 0.054 s
examples.simple 154 0 0 0 100% 0.326 s
org.mybatis.dynamic.sql.configuration 4 0 0 0 100% 0.008 s
examples.kotlin.mybatis3.mariadb 10 0 0 0 100% 5.128 s
issues.gh324 3 0 0 0 100% 0.016 s

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

issues.gh324.spring

- Class Tests Errors Failures Skipped Success Rate Time
SpringTransactionTest 2 0 0 0 100% 0.020 s

examples.kotlin.mybatis3.canonical

- Class Tests Errors Failures Skipped Success Rate Time
GeneratedAlwaysTest 4 0 0 0 100% 0.011 s
PersonMapperTest 49 0 0 0 100% 0.074 s
ReusableWhereTest 4 0 0 0 100% 0.005 s

examples.complexquery

- Class Tests Errors Failures Skipped Success Rate Time
GroupingTest 5 0 0 0 100% 0.004 s
ComplexQueryTest 5 0 0 0 100% 0.006 s

org.mybatis.dynamic.sql.util

- Class Tests Errors Failures Skipped Success Rate Time
UtilitiesTest 1 0 0 0 100% 0.001 s
SqlProviderAdapterTest 1 0 0 0 100% 0.001 s
FragmentCollectorTest 1 0 0 0 100% 0.001 s
StringUtilitiesTest 5 0 0 0 100% 0.002 s
PredicatesTest 4 0 0 0 100% 0.002 s
ColumnMappingVisitorTest 23 0 0 0 100% 0.011 s

org.mybatis.dynamic.sql.delete

- Class Tests Errors Failures Skipped Success Rate Time
DeleteStatementTest 2 0 0 0 100% 0.002 s

examples.postgres

- Class Tests Errors Failures Skipped Success Rate Time
PostgresTest 12 0 0 0 100% 1.053 s

examples.emptywhere

- Class Tests Errors Failures Skipped Success Rate Time
EmptyWhereTest 25 0 0 0 100% 0.017 s

examples.springbatch.cursor

- Class Tests Errors Failures Skipped Success Rate Time
SpringBatchCursorTest 1 0 0 0 100% 0.331 s

examples.array

- Class Tests Errors Failures Skipped Success Rate Time
ArrayTest 2 0 0 0 100% 0.009 s

org.mybatis.dynamic.sql.update

- Class Tests Errors Failures Skipped Success Rate Time
UpdateStatementTest 8 0 0 0 100% 0.014 s

examples.springbatch.bulkinsert

- Class Tests Errors Failures Skipped Success Rate Time
SpringBatchBulkInsertTest 1 0 0 0 100% 0.028 s

org.mybatis.dynamic.sql.where.render

- Class Tests Errors Failures Skipped Success Rate Time
RenderedCriterionTest 1 0 0 0 100% 0.001 s
OptionalCriterionRenderTest 19 0 0 0 100% 0.038 s
CriterionRendererTest 2 0 0 0 100% 0.003 s

examples.sharding

- Class Tests Errors Failures Skipped Success Rate Time
ShardingTest 3 0 0 0 100% 0.016 s

issues.gh430

- Class Tests Errors Failures Skipped Success Rate Time
NoInitialConditionTest 9 0 0 0 100% 0.001 s

examples.type_conversion

- Class Tests Errors Failures Skipped Success Rate Time
TypeConversionTest 2 0 0 0 100% 0.006 s

examples.generated.always.mybatis

- Class Tests Errors Failures Skipped Success Rate Time
PersonMapperTest 2 0 0 0 100% 0.045 s
GeneratedAlwaysMapperTest 12 0 0 0 100% 0.341 s

examples.mysql

- Class Tests Errors Failures Skipped Success Rate Time
MySQLTest 4 0 0 0 100% 5.355 s

examples.spring

- Class Tests Errors Failures Skipped Success Rate Time
ReusableWhereTest 5 0 0 0 100% 0.003 s
SpringMapToRowTest 3 0 0 0 100% 0.018 s
PersonTemplateTest 38 0 0 0 100% 0.033 s

examples.kotlin.mybatis3.general

- Class Tests Errors Failures Skipped Success Rate Time
KGroupingTest 13 0 0 0 100% 0.008 s
GeneralKotlinTest 29 0 0 0 100% 0.020 s

examples.kotlin.spring.canonical

- Class Tests Errors Failures Skipped Success Rate Time
InfixElementsTest 80 0 0 0 100% 0.101 s
SpringKotlinMapToRowTest 3 0 0 0 100% 0.030 s
SpringKotlinSubQueryTest 5 0 0 0 100% 0.007 s
CanonicalSpringKotlinTest 57 0 0 0 100% 0.088 s
InfixSubQueriesTest 8 0 0 0 100% 0.011 s
KotlinElementsTest 35 0 0 0 100% 0.030 s
CanonicalSpringKotlinTemplateDirectTest 39 0 0 0 100% 0.101 s

examples.kotlin.mybatis3.custom.render

- Class Tests Errors Failures Skipped Success Rate Time
KCustomRenderingTest 6 0 0 0 100% 1.138 s

examples.generated.always.spring

- Class Tests Errors Failures Skipped Success Rate Time
SpringTest 12 0 0 0 100% 0.155 s

org.mybatis.dynamic.sql.mybatis3

- Class Tests Errors Failures Skipped Success Rate Time
InsertStatementTest 2 0 0 0 100% 0 s
SelectStatementTest 4 0 0 0 100% 0.003 s
UpdateStatementTest 2 0 0 0 100% 0 s
CriterionRendererTest 4 0 0 0 100% 0.001 s

issues.gh105

- Class Tests Errors Failures Skipped Success Rate Time
Issue105Test 41 0 0 0 100% 0.007 s

examples.kotlin.mybatis3.joins

- Class Tests Errors Failures Skipped Success Rate Time
JoinMapperNewSyntaxTest 21 0 0 0 100% 0.024 s
DeprecatedJoinMapperTest 13 0 0 0 100% 0.036 s
ExistsTest 19 0 0 0 100% 0.018 s

org.mybatis.dynamic.sql.insert

- Class Tests Errors Failures Skipped Success Rate Time
InsertStatementTest 4 0 0 0 100% 0.003 s
MapToRowTest 8 0 0 0 100% 0.008 s
GeneralInsertStatementTest 4 0 0 0 100% 0.005 s

examples.springbatch.paging

- Class Tests Errors Failures Skipped Success Rate Time
SpringBatchPagingTest 1 0 0 0 100% 0.060 s

examples.joins

- Class Tests Errors Failures Skipped Success Rate Time
JoinSubQueryTest 9 0 0 0 100% 0.016 s
ExistsTest 13 0 0 0 100% 0.070 s
JoinMapperTest 45 0 0 0 100% 0.117 s
JoinMapperV2Test 17 0 0 0 100% 0.076 s

issues.kotlin.gh430

- Class Tests Errors Failures Skipped Success Rate Time
KNoInitialConditionsTest 9 0 0 0 100% 0.003 s

org.mybatis.dynamic.sql.insert.render

- Class Tests Errors Failures Skipped Success Rate Time
InsertVisitorsTest 2 0 0 0 100% 0.001 s
FieldAndValueCollectorTest 1 0 0 0 100% 0.001 s

examples.column.comparison

- Class Tests Errors Failures Skipped Success Rate Time
ColumnComparisonTest 7 0 0 0 100% 0.020 s

issues.gh100

- Class Tests Errors Failures Skipped Success Rate Time
FromGroupByTest 18 0 0 0 100% 0.002 s
Issue100StartAfterJoinTest 7 0 0 0 100% 0.001 s
FromJoinWhereTest 133 0 0 0 100% 0.014 s
Issue100Test 10 0 0 0 100% 0.001 s

issues.lhg142

- Class Tests Errors Failures Skipped Success Rate Time
Issue142Test 1 0 0 0 100% 0.001 s

org.mybatis.dynamic.sql.util.kotlin.model

- Class Tests Errors Failures Skipped Success Rate Time
ModelBuilderTest 6 0 0 0 100% 0.006 s

examples.kotlin.animal.data

- Class Tests Errors Failures Skipped Success Rate Time
KCaseExpressionTest 22 0 0 0 100% 0.053 s

examples.mariadb

- Class Tests Errors Failures Skipped Success Rate Time
MariaDBTest 13 0 0 0 100% 6.270 s
OrderByCaseTest 8 0 0 0 100% 3.383 s

examples.custom_render

- Class Tests Errors Failures Skipped Success Rate Time
CustomRenderingTest 6 0 0 0 100% 0.967 s

org.mybatis.dynamic.sql.select

- Class Tests Errors Failures Skipped Success Rate Time
HavingModelTest 2 0 0 0 100% 0.003 s
SelectStatementTest 20 0 0 0 100% 0.011 s

org.mybatis.dynamic.sql

- Class Tests Errors Failures Skipped Success Rate Time
InvalidSQLTest 29 0 0 0 100% 0.013 s
BindableColumnTest 1 0 0 0 100% 0.002 s
StatementConfigurationTest 12 0 0 0 100% 0.029 s

nullability.test

- Class Tests Errors Failures Skipped Success Rate Time
NotBetweenTest 6 0 0 0 100% 0.282 s
BetweenWhenPresentTest 6 0 0 0 100% 0.418 s
LikeNotLikeTest 8 0 0 0 100% 0.677 s
InTest 4 0 0 0 100% 2.098 s
NotInTest 4 0 0 0 100% 0.222 s
ComparisonTest 24 0 0 0 100% 1.368 s
InWhenPresentTest 8 0 0 0 100% 0.669 s
NotInWhenPresentTest 8 0 0 0 100% 0.501 s
BetweenTest 6 0 0 0 100% 0.281 s
NotBetweenWhenPresentTest 6 0 0 0 100% 0.355 s
EqualNotEqualTest 8 0 0 0 100% 1.074 s

examples.paging

- Class Tests Errors Failures Skipped Success Rate Time
LimitAndOffsetTest 2 0 0 0 100% 0.025 s

examples.animal.data

- Class Tests Errors Failures Skipped Success Rate Time
FetchFirstTest 6 0 0 0 100% 0.010 s
OptionalConditionsWithPredicatesAnimalDataTest 43 0 0 0 100% 0.045 s
BindingTest 2 0 0 0 100% 0.003 s
VariousListConditionsTest 14 0 0 0 100% 0.012 s
AnimalDataTest 95 0 0 0 100% 0.131 s
CommonSelectMapperTest 25 0 0 0 100% 0.019 s
OptionalConditionsAnimalDataTest 45 0 0 0 100% 0.047 s
VariousPagingAndLimitScenariosTest 9 0 0 0 100% 0.001 s
LimitAndOffsetTest 9 0 0 0 100% 0.010 s
SubQueryTest 4 0 0 0 100% 0.006 s
CaseExpressionTest 19 0 0 0 100% 0.019 s

examples.springbatch

- Class Tests Errors Failures Skipped Success Rate Time
SpringBatchRenderingTest 2 0 0 0 100% 0.003 s

org.mybatis.dynamic.sql.subselect

- Class Tests Errors Failures Skipped Success Rate Time
SubSelectTest 2 0 0 0 100% 0.003 s

issues.gh655

- Class Tests Errors Failures Skipped Success Rate Time
Gh655Test 4 0 0 0 100% 4.057 s

org.mybatis.dynamic.sql.where.condition

- Class Tests Errors Failures Skipped Success Rate Time
FilterAndMapTest 71 0 0 0 100% 0.026 s
NullContractTest 43 0 0 0 100% 0.013 s
SupplierTest 35 0 0 0 100% 0.012 s

examples.kotlin.mybatis3.sharding

- Class Tests Errors Failures Skipped Success Rate Time
KShardingTest 3 0 0 0 100% 0.007 s

examples.kotlin.mybatis3.column.comparison

- Class Tests Errors Failures Skipped Success Rate Time
ColumnComparisonTest 7 0 0 0 100% 0.044 s

examples.groupby

- Class Tests Errors Failures Skipped Success Rate Time
GroupByTest 24 0 0 0 100% 0.054 s

examples.simple

- Class Tests Errors Failures Skipped Success Rate Time
MyBatisMapToRowTest 3 0 0 0 100% 0.007 s
PersonMapperTest 52 0 0 0 100% 0.137 s
ExtendedColumnTest 10 0 0 0 100% 0.005 s
PersonMapperV2Test 84 0 0 0 100% 0.166 s
ReusableWhereTest 5 0 0 0 100% 0.011 s

org.mybatis.dynamic.sql.configuration

- Class Tests Errors Failures Skipped Success Rate Time
GlobalConfigurationTest 4 0 0 0 100% 0.008 s

examples.kotlin.mybatis3.mariadb

- Class Tests Errors Failures Skipped Success Rate Time
KMariaDBTest 10 0 0 0 100% 5.128 s

issues.gh324

- Class Tests Errors Failures Skipped Success Rate Time
Issue324Test 3 0 0 0 100% 0.016 s

Test Cases

[Summary] [Package List] [Test Cases]

InvalidSQLTest

testInvalidMultipleInsertStatementNoMappings 0 s
testInvalidSelectStatementEmptyJoinModel 0 s
testInvalidSelectStatementNullJoinModel 0 s
testInvalidDoubleForNoKeyUpdateAfterHaving 0.001 s
testInvalidDoubleForNoKeyUpdateAfterJoin 0.001 s
testInvalidSelectStatementJoinSpecification 0.001 s
testInvalidMultipleInsertStatementNoRecords 0 s
testInvalidSelectStatementWithEmptyGroupByList 0 s
testInvalidPagingModel 0.001 s
testInvalidUpdateStatement 0 s
testInvalidGeneralInsertStatement 0 s
testInvalidSelectStatementWithEmptyOrderByList 0 s
testInvalidSelectStatementWithoutColumnList 0 s
testInvalidDoubleForKeyShare 0 s
testInvalidEmptyInsertColumnList 0 s
testInvalidInsertStatementWhenAllOptionalsAreDropped 0.001 s
testInvalidDoubleForUpdate 0 s
testInvalidSelectStatementWithoutQueryExpressions 0 s
testInvalidInsertStatement 0 s
testInvalidDoubleForShare 0 s
testInvalidNullInsertColumnList 0 s
testInvalidDoubleForNoKeyUpdate 0.001 s
testInvalidBatchInsertStatementNoMappings 0 s
testInvalidValueAlias 0 s
testMissingMessage 0 s
testInvalidBatchInsertStatementNoRecords 0.001 s
testInvalidUpdateStatementWhenAllOptionalsAreDropped 0 s
testInvalidDoubleForNoKeyUpdateAfterGroupBy 0 s
testInvalidGeneralInsertStatementWhenAllOptionalsAreDropped 0 s

Issue105Test

testNotEqualTransform 0.001 s
testLikeTransform 0 s
testLikeWhenPresentTransform 0 s
testNotBetweenWhenPresentTransformWithNull 0.001 s
testNotLikeCaseInsensitiveWhenPresentTransformWithNull 0 s
testNotLikeWhenPresentTransform 0 s
testBetweenWhenPresentTransformWithNull 0 s
testFuzzyLikeBothPresent 0.001 s
testNotEqualWhenPresentTransform 0 s
testGreaterThanWhenPresentTransformWithNull 0 s
testEqualTransform 0 s
testLessThanTransform 0 s
testLikeCaseInsensitiveTransform 0 s
testLikeWhenPresentTransformWithNull 0.001 s
testLessThanOrEqualTransform 0 s
testGreaterThanOrEqualWhenPresentTransformWithNull 0 s
testLessThanOrEqualWhenPresentTransform 0 s
testFuzzyLikeFirstNameNull 0 s
testNotEqualWhenPresentTransformWithNull 0 s
testNotLikeWhenPresentTransformWithNull 0.001 s
testNotLikeCaseInsensitiveWhenPresentTransform 0 s
testNotBetweenTransform 0 s
testEqualWhenPresentTransform 0 s
testGreaterThanWhenPresentTransform 0 s
testLessThanOrEqualWhenPresentTransformWithNull 0 s
testGreaterThanOrEqualWhenPresentTransform 0 s
testNotBetweenTransformWithNull 0.001 s
testFuzzyLikeLastNameNull 0 s
testLessThanWhenPresentTransformWithNull 0 s
testNotLikeCaseInsensitiveTransform 0 s
testLessThanWhenPresentTransform 0 s
testNotBetweenWhenPresentTransform 0 s
testLikeCaseInsensitiveWhenPresentTransform 0 s
testBetweenTransform 0 s
testLikeCaseInsensitiveWhenPresentTransformWithNull 0.001 s
testGreaterThanOrEqualTransform 0 s
testGreaterThanTransform 0 s
testNotLikeTransform 0 s
testFuzzyLikeBothNull 0 s
testBetweenWhenPresentTransform 0 s
testEqualWhenPresentTransformWithNull 0 s

InsertStatementTest

testInsertStatementBuilderWithConstants 0.002 s
testSelectiveInsertStatementBuilder 0.001 s
testInsertStatementBuilderWithNulls 0 s
testFullInsertStatementBuilder 0 s

ReusableWhereTest

testComposition 0.001 s
testCount 0 s
testDelete 0 s
testSelect 0.001 s
testUpdate 0 s

FilterAndMapTest

testTypeConversionWithNullAndFilterDoesNotThrowException 0 s
testIsNotLikeMapUnRenderableShouldNotThrowNullPointerException 0.001 s
testIsLessThanRenderableTruePredicateShouldReturnSameObject 0 s
testNotBetweenUnRenderableSecondNullFilterShouldReturnSameObject 0.002 s
testIsNullFilterUnRenderableShouldReturnSameObject 0 s
testNotBetweenUnRenderableFirstNullFilterShouldReturnSameObject 0 s
testIsLessThanOrEqualRenderableTruePredicateShouldReturnSameObject 0.001 s
testNotBetweenUnRenderableFilterShouldReturnSameObject 0.001 s
testIsNotLikeFilterUnRenderableShouldReturnSameObject 0 s
testNotBetweenFilterToEmpty 0 s
testIsLessThanOrEqualFilterUnRenderableShouldReturnSameObject 0.001 s
testIsNotNullRenderableTruePredicateShouldReturnSameObject 0 s
testBetweenUnRenderableFirstNullFilterShouldReturnSameObject 0 s
testIsLikeCaseInsensitiveRenderableFalsePredicate 0 s
testIsNotEqualRenderableTruePredicateShouldReturnSameObject 0 s
testIsNotNullRenderableFalsePredicate 0 s
testIsGreaterThanRenderableFalsePredicate 0 s
testIsNotNullFilterUnRenderableShouldReturnSameObject 0 s
testIsNotEqualFilterUnRenderableShouldReturnSameObject 0 s
testNotBetweenWhenPresentFilterWithBiPredicate 0 s
testIsLessThanMapUnRenderableShouldNotThrowNullPointerException 0.001 s
testIsLessThanOrEqualRenderableFalsePredicate 0 s
testIsEqualRenderableFalsePredicate 0 s
testIsGreaterThanMapUnRenderableShouldNotThrowNullPointerException 0 s
testTypeConversion 0.001 s
testIsLikeRenderableTruePredicateShouldReturnSameObject 0 s
testIsLikeCaseInsensitiveMapUnRenderableShouldNotThrowNullPointerException 0 s
testIsInCaseInsensitiveRenderableMapShouldReturnMappedObject 0.001 s
testIsLikeCaseInsensitiveFilterUnRenderableShouldReturnSameObject 0 s
testIsLessThanOrEqualMapUnRenderableShouldNotThrowNullPointerException 0 s
testBetweenWhenPresentFilterWithBiPredicate 0 s
testIsNotEqualMapUnRenderableShouldNotThrowNullPointerException 0 s
testIsNotInRenderableMapShouldReturnMappedObject 0 s
testIsEqualRenderableTruePredicateShouldReturnSameObject 0 s
testIsNotEqualRenderableFalsePredicate 0 s
testIsNullRenderableTruePredicateShouldReturnSameObject 0 s
testNotBetweenMapWithSingleMapper 0 s
testIsNotLikeCaseInsensitiveFilterUnRenderableShouldReturnSameObject 0.001 s
testIsInCaseInsensitiveWhenPresentMapCaseInsensitive 0 s
testIsGreaterThanOrEqualFilterUnRenderableShouldReturnSameObject 0 s
testIsLessThanFilterUnRenderableShouldReturnSameObject 0 s
testIsLikeRenderableFalsePredicate 0 s
testBetweenUnRenderableFilterShouldReturnSameObject 0 s
testIsGreaterThanOrEqualMapUnRenderableShouldNotThrowNullPointerException 0 s
testIsGreaterThanRenderableTruePredicateShouldReturnSameObject 0 s
testIsNotLikeCaseInsensitiveRenderableTruePredicateShouldReturnSameObject 0 s
testIsGreaterThanOrEqualRenderableTruePredicateShouldReturnSameObject 0 s
testMappingAnEmptyListCondition 0 s
testBetweenFilterToEmpty 0 s
testIsNotInCaseInsensitiveWhenPresentMapCaseInsensitive 0 s
testBetweenFilterVariations(FilterVariation)[1] 0.001 s
testBetweenFilterVariations(FilterVariation)[2] 0 s
testBetweenFilterVariations(FilterVariation)[3] 0 s
testBetweenFilterVariations(FilterVariation)[4] 0 s
testIsNullRenderableFalsePredicate 0 s
testIsInRenderableMapShouldReturnMappedObject 0 s
testIsNotLikeRenderableTruePredicateShouldReturnSameObject 0 s
testBetweenUnRenderableSecondNullFilterShouldReturnSameObject 0 s
testIsGreaterThanOrEqualRenderableFalsePredicate 0 s
testIsLikeFilterUnRenderableShouldReturnSameObject 0 s
testIsNotLikeCaseInsensitiveMapUnRenderableShouldNotThrowNullPointerException 0 s
testIsLikeMapUnRenderableShouldNotThrowNullPointerException 0 s
testBetweenMapWithSingleMapper 0.001 s
testIsEqualFilterUnRenderableShouldReturnSameObject 0 s
testIsLessThanRenderableFalsePredicate 0 s
testIsEqualMapUnRenderableShouldNotThrowNullPointerException 0 s
testIsNotInCaseInsensitiveRenderableMapShouldReturnMappedObject 0.001 s
testIsGreaterThanFilterUnRenderableShouldReturnSameObject 0 s
testIsLikeCaseInsensitiveRenderableTruePredicateShouldReturnSameObject 0 s
testIsNotLikeCaseInsensitiveRenderableFalsePredicate 0 s
testIsNotLikeRenderableFalsePredicate 0 s

SpringMapToRowTest

testInsertBatch 0.002 s
testInsertOne 0.001 s
testInsertMultiple 0.001 s

FetchFirstTest

testOffsetAndFetchFirstAfterOrderBy 0.003 s
testOffsetAndFetchFirstAfterFrom 0.002 s
testFetchFirstOnlyAfterWhere 0.001 s
testLimitOnlyAfterOrderBy 0.001 s
testOffsetAndFetchFirstAfterWhere 0.001 s
testFetchFirstOnlyAfterFrom 0.001 s

OptionalConditionsWithPredicatesAnimalDataTest

testGreaterThanOrEqualToWhenWithValue 0.001 s
testAllIgnored 0.002 s
testIsNotLikeCaseInsensitiveWhenWithoutValue 0.001 s
testGreaterThanWhenWithValue 0.001 s
testNotEqualWhenWithValue 0.001 s
testLessThanWhenWithoutValue 0.001 s
testIgnoredInitialWhere 0.001 s
testEqualWhenWithValue 0.001 s
testIsNotInCaseInsensitiveWhenWithNoValues 0.001 s
testIsNotBetweenWhenWithSecondMissing 0.001 s
testIsLikeCaseInsensitiveWhenWithValue 0.001 s
testIsNotBetweenWhenWithValues 0.001 s
testValueStreamTransformerWithCustomCondition 0.001 s
testIgnoredInWhere 0.001 s
testLessThanOrEqualToWhenWithoutValue 0.001 s
testNotEqualWhenWithoutValue 0.001 s
testGreaterThanOrEqualToWhenWithoutValue 0.002 s
testIsLikeWhenWithValue 0.001 s
testLessThanOrEqualToWhenWithValue 0.001 s
testIsNotBetweenWhenWithFirstMissing 0.001 s
testIgnoredBetweenRendered 0.001 s
testIsLikeCaseInsensitiveWhenWithoutValue 0.001 s
testValueStreamTransformer 0.001 s
testIsInWhenWithValue 0.001 s
testEqualWhenWithoutValue 0.001 s
testIsBetweenWhenWithValues 0.001 s
testIsNotInCaseInsensitiveWhenWithValue 0.001 s
testGreaterThanWhenWithoutValue 0.001 s
testIsInWhenWithSomeValues 0.001 s
testIsInCaseInsensitiveWhenWithNoValues 0.001 s
testLessThanWhenWithValue 0.001 s
testIsNotInWhenWithSomeValues 0.001 s
testIsBetweenWhenWithFirstMissing 0.001 s
testIsNotBetweenWhenWithBothMissing 0 s
testIsLikeWhenWithoutValue 0 s
testIsNotLikeCaseInsensitiveWhenWithValue 0.001 s
testIsNotLikeWhenWithoutValue 0.001 s
testIsNotLikeWhenWithValue 0.001 s
testIsNotInWhenWithValue 0.001 s
testManyIgnored 0.001 s
testIsBetweenWhenWithSecondMissing 0.001 s
testIsInCaseInsensitiveWhenWithValue 0.001 s
testIsBetweenWhenWithBothMissing 0.002 s

BindingTest

testBindInWeirdWhere 0.002 s
testBindInSelectList 0.001 s

KMariaDBTest

smokeTest 0.005 s
testIsLikeEscapeMap 0.001 s
testIsLikeEscapeNoEscapeCharacter 0.001 s
testUpdateWithOrderBy 0.003 s
testIsLikeEscapeFilter 0.001 s
testDeleteWithLimit 0.003 s
testIsLikeEscape 0.003 s
testDeleteWithOrderBy 0.003 s
testUpdateWithLimit 0.004 s
testIsLikeEscapeFilterMapFilter 0.001 s

UtilitiesTest

testUnboxWithNull 0.001 s

MyBatisMapToRowTest

testInsertBatch 0.004 s
testInsertOne 0.001 s
testInsertMultiple 0.002 s

FromGroupByTest

testFromGroupByOffsetB1 0 s
testFromGroupByOffsetB2 0 s
testFromGroupByOffsetB3 0 s
testFromGroupByB1 0 s
testFromGroupByB2 0 s
testFromGroupByFetchFirstB1 0 s
testFromGroupByFetchFirstB2 0 s
testFromGroupByFetchFirstB3 0 s
testFromGroupByLimitB1 0.001 s
testFromGroupByLimitB2 0 s
testFromGroupByLimitB3 0 s
testFromGroupByOrderByB1 0 s
testFromGroupByOrderByB2 0 s
testFromGroupByOrderByB3 0 s
testFromGroupByOrderByOffsetB1 0 s
testFromGroupByOrderByOffsetB2 0 s
testFromGroupByOrderByOffsetB3 0 s
testFromGroupByOrderByOffsetB4 0 s

JoinSubQueryTest

testRightJoin2 0.002 s
testLeftJoin2 0.001 s
testLeftJoin 0.002 s
testFullJoin2 0.002 s
testRightJoin 0.001 s
testMultipleTableJoinWithWhereClause 0.002 s
testSingleTableJoin1 0.002 s
testMultipleTableJoinWithSelectStar 0.001 s
testFullJoin 0.001 s

CustomRenderingTest

testDeReference 0.025 s
testGeneralInsert 0.017 s
testInsertMultiple 0.015 s
testDereference2 0.014 s
testInsertRecord 0.012 s
testUpdate 0.011 s

KCaseExpressionTest

testInvalidDoubleThenSearched 0.002 s
testInvalidDoubleElseSearched 0.001 s
testInvalidDoubleElseSimple 0.001 s
testSearchedCaseWithIntegers 0.005 s
testSimpleCaseNoElse 0.004 s
testSimpleCaseWithBooleans 0.003 s
testCastString 0.004 s
testSimpleCaseWithStrings 0.003 s
testSearchedCaseWithBoundValues 0.003 s
testInvalidMissingThen 0.001 s
testSearchedCaseNoElse 0.003 s
testInvalidSimpleMissingWhen 0 s
testSearchedCaseWithStrings 0.003 s
testInvalidCastMissingAs 0 s
testSimpleCaseBasicWithBooleans 0.003 s
testCaseLongs 0.003 s
testInvalidSearchedMissingWhen 0 s
testSearchedCaseWithGroup 0.003 s
testSimpleCaseBasicWithStrings 0.003 s
testCaseDoubles 0.003 s
testInvalidCastDoubleAs 0 s
testCaseCastDoubles 0.004 s

MariaDBTest

smokeTest 0.021 s
testUpdateWithWhereAndLimit 0.005 s
testDeleteWithWhereAndOrderByAndLimit 0.004 s
testDeleteWithOrderByAndLimit 0.003 s
testUpdateWithOrderByAndLimit 0.003 s
testDeleteWithWhereAndLimit 0.003 s
testDeleteWithWhereAndOrderBy 0.003 s
testUpdateWithOrderBy 0.003 s
testUpdateWithWhereAndOrderByAndLimit 0.003 s
testUpdateWithWhereAndOrderBy 0.003 s
testDeleteWithLimit 0.003 s
testDeleteWithOrderBy 0.003 s
testUpdateWithLimit 0.003 s

NotBetweenTest

Test That Second Null In Elements Method Causes Compile Error 0.052 s
Test That Both Null Causes Compile Errors 0.048 s
Test That Second Null Causes Compile Error 0.043 s
Test That First Null Causes Compile Error 0.043 s
Test That Both Null In Elements Method Causes Compile Error 0.046 s
Test That First Null In Elements Method Causes Compile Error 0.048 s

VariousListConditionsTest

testInWithNull 0.001 s
testNotInCaseInsensitiveEventuallyEmpty 0.001 s
testNotInCaseInsensitiveWhenPresentMap 0.001 s
testInWithEmptyList 0 s
testInCaseInsensitiveWhenPresentMap 0.001 s
testInEventuallyEmptyDoubleFilter 0 s
testInWhenPresentWithEmptyList 0.001 s
testInWhenPresentWithNull 0.001 s
testNotInWhenPresentMap 0.001 s
testNotInEventuallyEmpty 0 s
testInWhenPresentMap 0.001 s
testInWhenPresentWithNullList 0.001 s
testInCaseInsensitiveEventuallyEmpty 0.001 s
testInEventuallyEmpty 0 s

HavingModelTest

testSimpleHaving 0.003 s
testComplexHaving 0 s

KCustomRenderingTest

testDeReference 0.035 s
testGeneralInsert 0.019 s
testInsertMultiple 0.014 s
testDereference2 0.011 s
testInsertRecord 0.010 s
testUpdate 0.011 s

BetweenWhenPresentTest

Test That First Null Is OK 0.068 s
Test That Second Null Is OK 0.064 s
Test That Both Null In Elements Method Is OK 0.072 s
Test That Both Null Is OK 0.066 s
Test That Second Null In Elements Method Is OK 0.078 s
Test That First Null In Elements Method Is OK 0.068 s

InfixElementsTest

testIsNotLike 0.004 s
testIsInCaseInsensitiveWhenPresentAllNull 0.002 s
testGreaterThanOrEqual 0.002 s
testLessThanOrEqualToColumn 0.001 s
testThatTwoInitialCriteriaThrowsException 0.001 s
testBetweenWhenPresentFirstMissing 0.003 s
testDeleteIsNotEqualToWhenPresentNull 0.002 s
testIsLessThanWhenPresent 0.001 s
testIsLessThanWhenPresentNull 0.002 s
testIsGreaterThanOrEqualToWhenPresentNull 0.002 s
testCount 0.002 s
testNull 0.002 s
testIsNotInArrayWhenPresentNullArray 0.002 s
testSearchWhenThenNotBlank 0.004 s
testGreaterThanColumn 0.002 s
testBetweenWhenPresentBothPresent 0.001 s
testQueryExpression 0.001 s
testNotBetweenWhenPresentSecondMissing 0.001 s
testIsLessThanOrEqualTo 0 s
testBetween 0.001 s
testIsInWhenPresent 0.002 s
testIsNotLikeCaseInsensitiveWhenPresent 0.001 s
testIsInCaseInsensitiveWhenPresent 0.001 s
testIsNotInArray 0.001 s
testIsNotInWithList 0.001 s
testIsInArrayWhenPresent 0.001 s
testNotBetweenWhenPresentBothPresent 0.001 s
testIsNotInArrayCaseInsensitiveWhenPresent 0.001 s
testIsEqualToWhenPresent 0.001 s
testIsInArrayWhenPresentNullArray 0.001 s
testIsInCaseInsensitive 0.001 s
testIsInVarArgs 0.001 s
testIsNotInCaseInsensitiveWhenPresentAllNull 0 s
testIsGreaterThanWhenPresentNull 0 s
testIsInList 0 s
testGreaterThan 0 s
testIsNotLikeCaseInsensitiveWhenPresentNull 0 s
testIsNotInWhenPresentWithList 0.001 s
testIsNotInWhenPresent 0.001 s
testNotBetweenWhenPresentFirstMissing 0.001 s
testBetweenWhenPresentBothMissing 0 s
testIsGreaterThanOrEqualToWhenPresent 0 s
testBetweenWhenPresentSecondMissing 0.001 s
testNotEqualTo 0.001 s
testIsNotInArrayWhenPresent 0.001 s
testIsLikeWhenPresent 0 s
testGreaterThanOrEqualToColumn 0.001 s
testIsNotEqualToWhenPresent 0.001 s
testIsLikeCaseInsensitiveWhenPresent 0.001 s
testIsNotInArrayCaseInsensitiveWhenPresentNullArray 0 s
testIsLessThanOrEqualToWhenPresent 0 s
testStringConstant 0.002 s
testIsNotLikeWhenPresentNull 0 s
testNotBetweenWhenPresentBothMissing 0 s
testIsNotLikeCaseInsensitive 0.001 s
testIsNotInCaseInsensitiveWhenPresent 0.001 s
testIsEqualToWhenPresentNull 0 s
testNotEqualToColumn 0.001 s
testIsTrue 0.001 s
testIsInArrayCaseInsensitive 0.001 s
testIsInArrayCaseInsensitiveWhenPresent 0 s
testIsNotEqualToWhenPresentNull 0 s
testIsLikeCaseInsensitiveWhenPresentNull 0 s
testIsFalse 0.001 s
testIsInWhenPresentWithList 0.001 s
testIsNotIn 0 s
testLessThanColumn 0 s
testIsNotInCaseInsensitive 0.001 s
testNotNull 0.001 s
testIsLessThanOrEqualToWhenPresentNull 0.001 s
testUpdate 0 s
testSearchWhenThenBlank 0.002 s
testIsGreaterThanWhenPresent 0 s
testIsLikeWhenPresentNull 0 s
testIsNotLikeWhenPresent 0.001 s
testIsLikeCaseInsensitive 0.001 s
testIsNotInArrayCaseInsensitive 0 s
testIsInArray 0.001 s
testIsInArrayCaseInsensitiveWhenPresentNullArray 0.001 s
testNotBetween 0.001 s

GroupByTest

testLimitOnlyAfterGroupBy 0.003 s
testOffsetOnlyAfterGroupBy 0.004 s
testComposedHaving 0.003 s
testBasicGroupByWithAggregateAlias 0.002 s
testStandaloneHaving 0.002 s
testLimitAndOffsetAfterGroupBy 0.001 s
testUnionAfterGroupBy 0.003 s
testBasicGroupByOrderByWithAggregateAlias 0.001 s
testBasicGroupBy 0.003 s
testUnionAfterJoin 0.007 s
testHavingAndOrderBy 0.002 s
testOffsetAndFetchFirstAfterGroupBy 0.001 s
testUnionAllAfterJoin 0.003 s
testHavingWithGroup 0.003 s
testHavingWithUnion 0.002 s
testGroupByAfterWhere 0.002 s
testHavingForUpdate 0.001 s
testBasicGroupByOrderByWithCalculatedColumnAndTableAlias 0.002 s
testFetchFirstOnlyAfterGroupBy 0.002 s
testCountDistinct 0.001 s
testUnionAllAfterGroupBy 0.001 s
testHaving 0.001 s
testGroupByAfterJoin 0.001 s
testHavingWithUnionAll 0.001 s

SqlProviderAdapterTest

testThatInsertMultipleWithGeneratedKeysThrowsException 0 s

MapToRowTest

testBatchInsertWithMyBatis 0.002 s
testBatchInsertRowMappingWithMyBatis 0.001 s
testBatchInsertRowMappingWithSpring 0 s
testBasicInsertMultipleRowMappingWithSpring 0.002 s
testBasicInsertMultipleRowMappingWithMyBatis 0 s
testBatchInsertWithSpring 0 s
testBasicInsertMultipleWithSpring 0 s
testBasicInsertMultipleWithMyBatis 0 s

ExistsTest

testDeleteWithHardAlias 0.009 s
testUpdateWithHardAlias 0.006 s
testAndExistsAnd 0.005 s
testWhereExistsOr 0.006 s
testAndExists 0.007 s
testDeleteWithSoftAlias 0.006 s
testNotExistsWithNotCriterion 0.005 s
testOrExists 0.004 s
testUpdateWithSoftAlias 0.004 s
testExists 0.004 s
testOrExistsAnd 0.003 s
testNotExists 0.003 s
testWhereExistsAnd 0.005 s

GeneratedAlwaysTest

testInsertSingleRecord 0.005 s
testInsertBatch 0.003 s
testGeneralInsert 0.001 s
testInsertMultiple 0.002 s

FragmentCollectorTest

testWhereFragmentCollectorMerge 0.001 s

GlobalConfigurationTest

testBadPropertyFile 0.007 s
testMissingPropertyFileUsesDefaults 0 s
testAlternateConfigurationFileChangesDefaults 0.001 s
testMissingPropertyUsesDefaults 0 s

GeneralInsertStatementTest

testInsertStatementBuilderWithConstants 0.003 s
testSelectiveInsertStatementBuilder 0 s
testInsertStatementBuilderWithNulls 0 s
testFullInsertStatementBuilder 0 s

JoinMapperNewSyntaxTest

testRightJoinWithAliases 0.002 s
testLeftJoinWithoutAliases 0.001 s
testLeftJoinWithAliases 0.001 s
testSubQuery 0.001 s
testSelf 0.001 s
testSingleTableJoin 0.001 s
testSingleTableJoinWithValue 0.001 s
testSelfWithNewAlias 0.001 s
testLeftJoinWithSubQuery 0 s
testFullJoinWithAliases 0.001 s
testRightJoinWithoutAliases 0.001 s
testSelfWithNewAliasAndOverrideOddUsage 0.001 s
testMultipleTableJoinWithWhereClause 0.001 s
testJoinWithNoOnCondition 0 s
testRightJoinWithSubQuery 0.001 s
testFullJoinWithoutAliases 0.001 s
testSelfWithNewAliasAndOverride 0 s
testFullJoinWithSubQuery 0.001 s
testCompoundJoin1 0 s
testCompoundJoin2 0 s
testSingleTableJoinWithConstant 0.001 s

InsertVisitorsTest

testThatValuePhraseVisitorErrorsForMappedColumnWhenPropertyIsMissing 0 s
testThatMultiRowInsertVisitorErrorsForMappedColumnWhenPropertyIsMissing 0 s

ShardingTest

testShardedInserts 0.008 s
testShardedSelects 0.004 s
testShardedSelect 0.002 s

PersonMapperTest

testMultiSelectWithNonRenderingWhereClauseDisAllowed 0.003 s
testTypeHandledLike 0.008 s
testFirstNameIn 0.002 s
testUpdateByPrimaryKeySelective 0.003 s
testUpdateAll 0.001 s
testSelectAll 0.001 s
testDeleteByPrimaryKey 0.001 s
testInsertBatch 0.001 s
testUpdateSelective 0.001 s
testUpdateByPrimaryKey 0.001 s
testSelectAllOrdered 0.001 s
testCountLastName 0.001 s
testSelectWithTypeHandler 0.001 s
testJoinPrimaryKey 0.004 s
testJoinPrimaryKeyInvalidRecord 0.001 s
testInsertSelectExtensionFunction 0.001 s
testJoinDistinct 0 s
testWithEnumOrdinalTypeHandler 0.002 s
testMultiSelectWithNonRenderingWhereClauseAllowed 0 s
testSelectDistinct 0.002 s
testGeneralInsert 0.001 s
testJoinAllRows 0.001 s
testDeleteAll 0 s
testCountAll 0.001 s
testInsertSelectWithNonRenderingWhereClauseAllowed 0 s
testInsertSelective 0.001 s
testCountDistinctLastName 0.001 s
testJoinOneRow 0.001 s
testInsertMultiple 0.001 s
testInsertSelectWithNonRenderingWhereClauseDisAllowed 0 s
testFirstNameNotIn 0.002 s
testConcat 0.001 s
testCount1 0 s
testCount2 0.001 s
testCount3 0 s
testCount4 0 s
testCount5 0.001 s
testCount6 0 s
testDelete 0.001 s
testSumWithCase 0.003 s
testTypeHandledNotLike 0.001 s
testInsert 0 s
testUpdateOneField 0.001 s
testRawMultiSelectWithUnion 0.001 s
testSelect 0.001 s
testInsertSelect 0.001 s
testUpdateOneFieldInAllRows 0.001 s
testUpdate 0.001 s
testSelectByPrimaryKeyWithMissingRecord 0 s

LikeNotLikeTest

Test That Null Like When Present is OK 0.099 s
Test That Null Not Like When Present is OK 0.096 s
Test That Null Not Like Causes Compile Error 0.073 s
Test That Null Elements Like Causes Compile Error 0.077 s
Test That Null Like Causes Compile Error 0.069 s
Test That Null Elements Not Like When Present is OK 0.097 s
Test That Null Elements Not Like Causes Compile Error 0.072 s
Test That Null Elements Like When Present is OK 0.090 s

InTest

Test That Null in List Causes Compile Error 1.692 s
Test That Null In List Elements Method Causes Compile Error 0.162 s
Test That Null In VarArgs Elements Method Causes Compile Error 0.131 s
Test That Null In VarAgs Causes Compile Error 0.102 s

SpringTest

testGeneralInsertWithGeneratedKeyAndExtensions 0.053 s
testInsertBatchWithExtensions 0.030 s
testInsertBatch 0.009 s
testInsertWithExtensions 0.009 s
testGeneralInsert 0.007 s
testGeneralInsertWithGeneratedKey 0.007 s
testDelete 0.007 s
testInsert 0.006 s
testRender 0.006 s
testSelect 0.007 s
testUpdate 0.006 s
testMultiRowInsert 0.005 s

AnimalDataTest

testSelectRowsBetween30And40 0.001 s
testInConditionWithEmptyList 0.001 s
testUnionAllSelectWithTableAliases 0.001 s
testSelectAllRowsAllColumnsWithOrder 0.001 s
testLikeCaseInsensitive 0.002 s
testUnionSelectWithTableAliases 0.001 s
testMultiplyConstant 0.002 s
testBulkInsert 0.002 s
testCountField 0.001 s
testMaxNoAlias 0.001 s
testIsNullCondition 0.001 s
testSelectRowsNotBetweenWithNotGroup 0.001 s
testLessThanOrEqualToSubselect 0.001 s
testInsertSelectWithColumnList 0.001 s
testSelectAllRowsWithOrder 0.002 s
testAdd 0.002 s
testAvg 0.001 s
testMax 0.001 s
testMin 0.001 s
testSum 0.001 s
testLessThanSubselect 0.002 s
testSubtract 0.001 s
testSelectAllRowsWithRowBounds 0.001 s
testCount 0.001 s
testMinSubselectNoAlias 0.001 s
testIsNotEqualCondition 0.001 s
testDeleteThreeRows 0.001 s
testSelectRowsNotBetweenWithNewNot 0.001 s
testNotInConditionWithEventuallyEmptyListForceRendering 0.001 s
testOrderByAndDistinct 0.001 s
testSelectRowsLessThan20 0.001 s
testOrderByWithFullClause 0.001 s
testIsNotNullCondition 0.001 s
testSelectSkipLocked 0.001 s
testNotLikeCondition 0.001 s
testSelectAllRowsWithNullLimit 0.001 s
testGeneralInsertValueOrNullWithNull 0.001 s
testSelectRowsNotBetween 0.001 s
testUnionSelectWithoutWhere 0.001 s
testUpdateWithMultiplyAndDivide 0.001 s
testIsGreaterThanOrEqualToCondition 0.001 s
testUpdateWithSelect 0.002 s
testIsLessThanOrEqualToCondition 0.001 s
testSelectAllRowsAllColumnsWithOrderAndAlias 0.001 s
testGeneralInsert 0.001 s
testMaxSubselect 0.001 s
testUnionSelectWithTableAndColumnAliases 0.001 s
testComplexExpression 0.002 s
testIsEqualCondition 0.001 s
testInsertNull 0.001 s
testGeneralOperator 0.001 s
testConcatenate 0.002 s
testCountNoAlias 0.001 s
testSubtractConstant 0.001 s
testSelectRowsNotBetweenWithNotAndGroup 0.001 s
testComplexDelete 0.001 s
testLikeCondition 0.001 s
testNumericConstant 0.001 s
testNotLikeCaseInsensistveCondition 0.001 s
testMinSubselect 0.002 s
testGreaterThanSubselect 0.001 s
testInCondition 0.001 s
testInConditionWithEventuallyEmptyListForceRendering 0.001 s
testMinNoAlias 0.001 s
testLikeLowerCase 0.001 s
testDivideConstant 0.002 s
testNotInConditionWithEventuallyEmptyList 0.001 s
testComplexCondition 0.001 s
testStringConstant 0.002 s
testUnionSelectWithWhere 0.001 s
testUpdateValueOrNullWithValue 0.001 s
testConcatenateConstantFirst 0.001 s
testAddConstantWithConstantFirst 0.002 s
testConcat 0.001 s
testDivide 0.015 s
testBulkInsert2 0.002 s
testMultiply 0.002 s
testInsert 0.003 s
testLikeUpperCase 0.002 s
testLength 0.002 s
testNotInCondition 0.002 s
testUpdateValueOrNullWithNull 0.001 s
testUpdateWithAddAndSubtract 0.001 s
testGeneralInsertValueOrNullWithValue 0.001 s
testInCaseSensitiveCondition 0.001 s
testInConditionWithEventuallyEmptyList 0.001 s
testSelectAllRows 0.001 s
testUnionAllSelectWithoutWhere 0.001 s
testUpdate 0.001 s
testNotInCaseSensitiveConditionWithNull 0.001 s
testInsertSelectWithoutColumnList 0.001 s
testGreaterThanOrEqualToSubselect 0.001 s
testAddConstant 0.002 s
testNotInCaseSensitiveCondition 0 s
testSelectAllRowsAllColumns 0.002 s

Issue100StartAfterJoinTest

testSuccessiveBuild02 0 s
testSuccessiveBuild03 0 s
testSuccessiveBuild04 0 s
testSuccessiveBuild05 0 s
testSuccessiveBuild06 0.001 s
testSuccessiveBuild07 0 s
testSuccessiveBuild08 0 s

SpringBatchRenderingTest

renderLimit 0.001 s
renderFetchFirst 0.001 s

GroupingTest

testAndOrCriteriaGroups 0.001 s
testSimpleGrouping 0 s
testNestedGrouping 0 s
testComplexGrouping 0 s
testGroupAndExists 0.001 s

NoInitialConditionTest

testNoInitialConditionSingleSub 0 s
testNoInitialConditionEmptyList 0 s
testNoInitialConditionWhereCCOrMultipleSubs 0 s
testNoInitialConditionMultipleSubs 0 s
testNoInitialConditionWhereOrMultipleSubs 0.001 s
testNoInitialConditionWhereNotMultipleSubs 0 s
testNoInitialConditionWhereCCAndMultipleSubs 0 s
testNoInitialConditionWhereGroupMultipleSubs 0 s
testNoInitialConditionWhereMultipleSubs 0 s

SpringKotlinMapToRowTest

testInsertBatch 0.008 s
testInsertOne 0.001 s
testInsertMultiple 0.002 s

FromJoinWhereTest

testFromJoinWhereUnionOffsetFetchFirstB1 0 s
testFromJoinWhereUnionOffsetFetchFirstB2 0 s
testFromJoinWhereUnionOffsetFetchFirstB3 0 s
testFromJoinWhereUnionOffsetFetchFirstB4 0 s
testFromJoinWhereUnionOffsetFetchFirstB5 0 s
testFromJoinWhereUnionOffsetFetchFirstB6 0 s
testFromJoinWhereOrderByLimitB1 0 s
testFromJoinWhereOrderByLimitB2 0 s
testFromJoinWhereOrderByLimitB3 0 s
testFromJoinWhereOrderByLimitB4 0.001 s
testFromJoinWhereOrderByLimitB5 0 s
testFromJoinWhereUnionOrderByOffsetB1 0.001 s
testFromJoinWhereUnionOrderByOffsetB2 0 s
testFromJoinWhereUnionOrderByOffsetB3 0 s
testFromJoinWhereUnionOrderByOffsetB4 0 s
testFromJoinWhereUnionOrderByOffsetB5 0 s
testFromJoinWhereUnionOrderByOffsetB6 0.001 s
testFrom 0 s
testNormalUsage 0 s
testFromJoinWhereOrderByFetchFirstB1 0 s
testFromJoinWhereOrderByFetchFirstB2 0 s
testFromJoinWhereOrderByFetchFirstB3 0 s
testFromJoinWhereOrderByFetchFirstB4 0 s
testFromJoinWhereOrderByFetchFirstB5 0 s
testFromJoinWhereOrderByLimitOffsetB1 0 s
testFromJoinWhereOrderByLimitOffsetB2 0 s
testFromJoinWhereOrderByLimitOffsetB3 0.001 s
testFromJoinWhereOrderByLimitOffsetB4 0 s
testFromJoinWhereOrderByLimitOffsetB5 0 s
testFromJoinWhereOrderByLimitOffsetB6 0 s
testFromJoinWhereOrderByB1 0 s
testFromJoinWhereOrderByB2 0 s
testFromJoinWhereOrderByB3 0 s
testFromJoinWhereOrderByB4 0 s
testFromJoinWhereOffsetFetchFirstB1 0 s
testFromJoinWhereOffsetFetchFirstB2 0 s
testFromJoinWhereOffsetFetchFirstB3 0 s
testFromJoinWhereOffsetFetchFirstB4 0.001 s
testFromJoinWhereOffsetFetchFirstB5 0 s
testFromJoinWhereUnionOrderByLimitOffsetB1 0 s
testFromJoinWhereUnionOrderByLimitOffsetB2 0 s
testFromJoinWhereUnionOrderByLimitOffsetB3 0 s
testFromJoinWhereUnionOrderByLimitOffsetB4 0 s
testFromJoinWhereUnionOrderByLimitOffsetB5 0 s
testFromJoinWhereUnionOrderByLimitOffsetB6 0 s
testFromJoinWhereUnionOrderByLimitOffsetB7 0 s
testFromJoinWhereLimitOffsetB1 0 s
testFromJoinWhereLimitOffsetB2 0 s
testFromJoinWhereLimitOffsetB3 0.001 s
testFromJoinWhereLimitOffsetB4 0 s
testFromJoinWhereLimitOffsetB5 0 s
testFromJoinWhereUnionOrderByB1 0 s
testFromJoinWhereUnionOrderByB2 0 s
testFromJoinWhereUnionOrderByB3 0 s
testFromJoinWhereUnionOrderByB4 0 s
testFromJoinWhereUnionOrderByB5 0 s
testFromJoinWhereOrderByOffsetFetchFirstB1 0 s
testFromJoinWhereOrderByOffsetFetchFirstB2 0 s
testFromJoinWhereOrderByOffsetFetchFirstB3 0 s
testFromJoinWhereOrderByOffsetFetchFirstB4 0 s
testFromJoinWhereOrderByOffsetFetchFirstB5 0 s
testFromJoinWhereOrderByOffsetFetchFirstB6 0 s
testFromJoinWhereUnionFetchFirstB1 0 s
testFromJoinWhereUnionFetchFirstB2 0 s
testFromJoinWhereUnionFetchFirstB3 0 s
testFromJoinWhereUnionFetchFirstB4 0 s
testFromJoinWhereUnionFetchFirstB5 0 s
testFromJoinWhereOffsetB1 0 s
testFromJoinWhereOffsetB2 0 s
testFromJoinWhereOffsetB3 0 s
testFromJoinWhereOffsetB4 0 s
testFromJoinWhereUnionUnionB1 0.001 s
testFromJoinWhereUnionUnionB2 0 s
testFromJoinWhereUnionUnionB3 0 s
testFromJoinWhereUnionUnionB4 0 s
testFromJoinWhereUnionUnionB5 0 s
testFromJoinWhereUnionB1 0 s
testFromJoinWhereUnionB2 0 s
testFromJoinWhereUnionB3 0 s
testFromJoinWhereUnionB4 0 s
testFromJoinB1 0 s
testFromJoinB2 0 s
testFromJoinWhereUnionLimitB1 0 s
testFromJoinWhereUnionLimitB2 0.001 s
testFromJoinWhereUnionLimitB3 0 s
testFromJoinWhereUnionLimitB4 0 s
testFromJoinWhereUnionLimitB5 0 s
testFromJoinWhereLimitB1 0 s
testFromJoinWhereLimitB2 0 s
testFromJoinWhereLimitB3 0 s
testFromJoinWhereLimitB4 0 s
testfromJoinWhereB1 0 s
testfromJoinWhereB2 0 s
testfromJoinWhereB3 0 s
testFromJoinWhereUnionOrderByOffsetFetchFirstB1 0.001 s
testFromJoinWhereUnionOrderByOffsetFetchFirstB2 0 s
testFromJoinWhereUnionOrderByOffsetFetchFirstB3 0 s
testFromJoinWhereUnionOrderByOffsetFetchFirstB4 0 s
testFromJoinWhereUnionOrderByOffsetFetchFirstB5 0 s
testFromJoinWhereUnionOrderByOffsetFetchFirstB6 0 s
testFromJoinWhereUnionOrderByOffsetFetchFirstB7 0 s
testFromJoinWhereUnionOffsetB1 0 s
testFromJoinWhereUnionOffsetB2 0 s
testFromJoinWhereUnionOffsetB3 0 s
testFromJoinWhereUnionOffsetB4 0 s
testFromJoinWhereUnionOffsetB5 0 s
testFromJoinWhereUnionLimitOffsetB1 0 s
testFromJoinWhereUnionLimitOffsetB2 0 s
testFromJoinWhereUnionLimitOffsetB3 0 s
testFromJoinWhereUnionLimitOffsetB4 0 s
testFromJoinWhereUnionLimitOffsetB5 0 s
testFromJoinWhereUnionLimitOffsetB6 0 s
testFromJoinWhereUnionOrderByFetchFirstB1 0 s
testFromJoinWhereUnionOrderByFetchFirstB2 0 s
testFromJoinWhereUnionOrderByFetchFirstB3 0 s
testFromJoinWhereUnionOrderByFetchFirstB4 0 s
testFromJoinWhereUnionOrderByFetchFirstB5 0 s
testFromJoinWhereUnionOrderByFetchFirstB6 0.001 s
testFromJoinWhereFetchFirstB1 0 s
testFromJoinWhereFetchFirstB2 0 s
testFromJoinWhereFetchFirstB3 0 s
testFromJoinWhereFetchFirstB4 0 s
testFromJoinWhereUnionOrderByLimitB1 0 s
testFromJoinWhereUnionOrderByLimitB2 0 s
testFromJoinWhereUnionOrderByLimitB3 0 s
testFromJoinWhereUnionOrderByLimitB4 0 s
testFromJoinWhereUnionOrderByLimitB5 0 s
testFromJoinWhereUnionOrderByLimitB6 0 s
testFromJoinWhereOrderByOffsetB1 0 s
testFromJoinWhereOrderByOffsetB2 0.001 s
testFromJoinWhereOrderByOffsetB3 0 s
testFromJoinWhereOrderByOffsetB4 0 s
testFromJoinWhereOrderByOffsetB5 0 s

ComplexQueryTest

testBothNames 0.003 s
testAllNull 0 s
testId 0 s
testLastNameOnly 0.001 s
testFirstNameOnly 0.001 s

StringUtilitiesTest

testSpace 0.001 s
testUpperCaseString 0 s
testInitialUnderscore 0 s
testNumeric 0 s
testUpperCaseInteger 0.001 s

DeprecatedJoinMapperTest

testRightJoinWithAliases 0.004 s
testLeftJoinWithoutAliases 0.001 s
testLeftJoinWithAliases 0 s
testSingleTableJoinWithValue 0.001 s
testLeftJoinWithSubQuery 0.002 s
testJoinWithDoubleOnCondition 0 s
testFullJoinWithAliases 0.001 s
testRightJoinWithoutAliases 0 s
testJoinWithNoOnCondition 0.001 s
testRightJoinWithSubQuery 0.001 s
testFullJoinWithoutAliases 0 s
testFullJoinWithSubQuery 0.001 s
testCompoundJoin1 0 s

PredicatesTest

testBothNull 0.001 s
testSecondNull 0 s
testFirstNull 0 s
testNeitherNull 0.001 s

JoinMapperTest

testRightJoin2 0.002 s
testRightJoin3 0.003 s
testRightJoinNoAliases 0.002 s
testLeftJoin2 0.002 s
testLeftJoin3 0.003 s
testLeftJoin 0.002 s
testMultipleTableJoinWithApplyWhere 0.003 s
testFullJoinNoAliases 0.003 s
testSubQuery 0.003 s
testOffsetAndFetchFirstAfterJoin 0.003 s
testSelf 0.003 s
testCompoundJoin4WithoutAliases 0.002 s
testJoinWithConstant 0.003 s
testLimitOnlyAfterJoin 0.003 s
testFullJoin2 0.002 s
testFullJoin3 0.002 s
testFullJoin4 0.002 s
testFullJoin5 0.002 s
testRightJoin 0.002 s
testSelfWithNewAlias 0.002 s
testJoinWithGroupBy 0.002 s
testMultipleTableJoinWithWhereClause 0.002 s
testSingleTableJoin1 0.003 s
testSingleTableJoin2 0.005 s
testLimitAndOffsetAfterJoin 0.002 s
testCompoundJoin5WithoutAliases 0.008 s
testJoinWithParameterValue 0.002 s
testMultipleTableJoinNoAliasWithOrderBy 0.003 s
testOffsetOnlyAfterJoin 0.002 s
testSelfWithNewAliasAndOverride 0.003 s
testMultipleTableJoinCountNoSecondAlias 0.002 s
testLeftJoinNoAliases 0.003 s
testFetchFirstOnlyAfterJoin 0.002 s
testMultipleTableJoinWithOrderBy 0.003 s
testSelfWithDuplicateAlias 0.002 s
testMultipleTableJoinWithComplexWhereClause 0.003 s
testCompoundJoin6WithoutAliases 0.001 s
testMultipleTableJoinCount 0.002 s
testCompoundJoin1 0.002 s
testCompoundJoin2 0.001 s
testCompoundJoin3 0.002 s
testCompoundJoin4 0.001 s
testCompoundJoin5 0.002 s
testCompoundJoin6 0.002 s
testFullJoin 0.002 s

RenderedCriterionTest

testSimpleCriteria 0 s

PostgresTest

testSelectForShareNoWait 0.019 s
testSelectForUpdateSkipLocked 0.016 s
testSelectForKeyShareNoWait 0.016 s
testSelectForKeyShareSkipLocked 0.016 s
testSelectForShareSkipLocked 0.016 s
testSelectForNoKeyUpdateSkipLocked 0.015 s
testSelectForShare 0.014 s
testSelectForUpdate 0.014 s
testSelectForNoKeyUpdateNoWait 0.013 s
testSelectForKeyShare 0.012 s
testSelectForUpdateNoWait 0.010 s
testSelectForNoKeyUpdate 0.010 s

CommonSelectMapperTest

testSelectManyStrings 0.001 s
testSelectOneBigDecimal 0.002 s
testGeneralSelectMany 0.001 s
testSelectManyIntegers 0 s
testSelectOptionalIntegerPresent 0.001 s
testGeneralSelectOneWithRowMapper 0.001 s
testSelectManyLongs 0.001 s
testSelectOptionalLongPresent 0 s
testGeneralSelectManyWithRowMapper 0.001 s
testSelectManyBigDecimals 0.001 s
testSelectOptionalDoublePresent 0.001 s
testSelectOptionalStringPresent 0 s
testSelectOptionalBigDecimalPresent 0.001 s
testGeneralSelectOne 0.001 s
testSelectOptionalIntegerMissing 0 s
testSelectOneDouble 0.001 s
testSelectOneString 0.001 s
testSelectOptionalLongMissing 0 s
testGeneralSelectOneWithRowMapperAndNullRow 0.001 s
testSelectOptionalDoubleMissing 0 s
testSelectOneInteger 0.001 s
testSelectOneLong 0.001 s
testSelectOptionalStringMissing 0 s
testSelectOptionalBigDecimalMissing 0.001 s
testSelectManyDoubles 0 s

ModelBuilderTest

testSelectBuilderForUpdate 0.004 s
testSelectBuilder 0 s
testSelectDistinctBuilder 0 s
testSelectBuilderForKeyNoKeyUpdate 0 s
testSelectBuilderForShare 0.001 s
testSelectBuilderForKeyShare 0 s

OptionalConditionsAnimalDataTest

testAllIgnored 0.002 s
testIsBetweenWhenPresentWithFirstMissing 0.001 s
testIsNotInCaseInsensitiveWhenPresentWithSomeValues 0.001 s
testGreaterThanWhenPresentWithoutValue 0.002 s
testLessThanWhenPresentWithoutValue 0.001 s
testIsNotLikeWhenPresentWithValue 0.001 s
testIsBetweenWhenPresentWithValues 0.001 s
testIsInWhenPresentWithSomeValues 0.002 s
testIsNotLikeCaseInsensitiveWhenPresentWithoutValue 0.001 s
testIsLikeWhenPresentWithValue 0.001 s
testNotEqualWhenPresentWithValue 0.001 s
testIsBetweenWhenPresentWithSecondMissing 0.001 s
testIgnoredInitialWhere 0.001 s
testIsInCaseInsensitiveWhenPresentWithSomeValues 0.001 s
testIsBetweenWhenPresentWithBothMissing 0.001 s
testIgnoredInWhere 0.001 s
testIsNotLikeCaseInsensitiveWhenPresentWithValue 0 s
testIsLikeCaseInsensitiveWhenPresentWithoutValue 0.002 s
testEqualWhenPresentWithoutValue 0 s
testEqualWhenPresentWithValue 0 s
testGreaterThanWhenPresentWithValue 0.001 s
testIsNotBetweenWhenPresentWithValues 0.001 s
testIsInCaseInsensitiveWhenPresentWithNoValues 0.002 s
testIsInWhenPresentWithValue 0.001 s
testIgnoredBetweenRendered 0.001 s
testIsNotInCaseInsensitiveWhenPresentWithNoValues 0 s
testIsInCaseInsensitiveWhenPresentWithValue 0.001 s
testLessThanWhenPresentWithValue 0.001 s
testIsNotInWhenPresentWithValue 0.001 s
testLessThanOrEqualToWhenPresentWithoutValue 0.001 s
testIsNotLikeWhenPresentWithoutValue 0.001 s
testIsNotInCaseInsensitiveWhenPresentWithValue 0.001 s
testIsNotBetweenWhenPresentWithSecondMissing 0.001 s
testIsInWhenPresentWithNoValues 0.001 s
testIsLikeCaseInsensitiveWhenPresentWithValue 0.001 s
testGreaterThanOrEqualToWhenPresentWithValue 0.001 s
testIsNotBetweenWhenPresentWithFirstMissing 0 s
testNotEqualWhenPresentWithoutValue 0.001 s
testLessThanOrEqualToWhenPresentWithValue 0.001 s
testIsLikeWhenPresentWithoutValue 0.001 s
testManyIgnored 0.001 s
testGreaterThanOrEqualToWhenPresentWithoutValue 0.001 s
testIsNotBetweenWhenPresentWithBothMissing 0 s
testIsNotInWhenPresentWithSomeValues 0.001 s
testIsNotInWhenPresentWithNoValues 0.002 s

PersonMapperTest

testMultiSelectPagingVariation 0.007 s
testTypeHandledLike 0.005 s
testFirstNameIn 0.004 s
testUpdateByPrimaryKeySelective 0.004 s
testRawInsert 0.003 s
testUpdateAll 0.003 s
testSelectJoinForUpdate 0.002 s
testCount 0.002 s
testOrderByCollection 0.003 s
testSelectAll 0.002 s
testDeleteByPrimaryKey 0.003 s
testUpdateSelective 0.003 s
testMultiSelectWithUnionAll 0.003 s
testUpdateByPrimaryKey 0.003 s
testSelectAllOrdered 0.002 s
testCountLastName 0.002 s
testJoinCountWithSubcriteriaInSingleStatement 0.002 s
testSelectWithTypeHandler 0.003 s
testJoinPrimaryKey 0.003 s
testJoinPrimaryKeyInvalidRecord 0.002 s
testWithEnumOrdinalTypeHandler 0.003 s
testGeneralDelete 0.002 s
testSelectDistinct 0.002 s
testGeneralInsert 0.002 s
gh737 0.002 s
testJoinCount 0.002 s
testJoinAllRows 0.002 s
testDeleteAll 0.002 s
testGeneralSelect 0.002 s
testCountAll 0.001 s
testJoinCountWithSubcriteria 0.002 s
testInsertSelective 0.002 s
testMultiSelectWithUnion 0.003 s
testCountDistinctLastName 0.001 s
testJoinOneRow 0.002 s
testInsertMultiple 0.002 s
testSelectEmployed 0.002 s
testMultiSelectPagingVariation1 0.002 s
testMultiSelectPagingVariation2 0.001 s
testMultiSelectPagingVariation3 0.002 s
testSelectWithTypeConversionAndFilterAndNull 0.003 s
testJoinCountInSingleStatement 0.003 s
testDelete 0.003 s
testTypeHandledNotLike 0.003 s
testInsert 0.003 s
testUpdateOneField 0.004 s
testSelect 0.002 s
testUpdate 0.003 s
testSelectWithTypeConversion 0.003 s
testSelectUnemployed 0.002 s
testUpdateByPrimaryKeyNullKeyShouldThrowException 0.002 s
testSelectByPrimaryKeyWithMissingRecord 0.002 s

VariousPagingAndLimitScenariosTest

testOptionalOffsetAndFetchOnSelect 0 s
testOptionalLimitOnUpdateWithWhere 0 s
testOptionalLimitAndOffsetOnSelect 0 s
testOptionalLimitOnDelete 0 s
testOptionalLimitOnSelect 0 s
testOptionalLimitOnUpdate 0 s
testOptionalOffsetOnSelect 0 s
testOptionalFetchFirstOnSelect 0 s
testOptionalLimitOnDeleteWithWhere 0 s

SpringKotlinSubQueryTest

testUpdateWithSoftAliasRendersProperlyWithSpring 0.001 s
testBasicSubQuery 0.002 s
testBasicSubQueryWithAliases 0.001 s
testDeleteWithSoftAliasRendersProperlyWithSpring 0.001 s
testBasicSubQueryTemplateDirect 0.001 s

NotInTest

Test That Null in List Causes Compile Error 0.052 s
Test That Null In List Elements Method Causes Compile Error 0.062 s
Test That Null In VarArgs Elements Method Causes Compile Error 0.055 s
Test That Null In VarAgs Causes Compile Error 0.051 s

SpringBatchCursorTest

testThatRowsAreTransformedToUpperCase 0.026 s

LimitAndOffsetTest

testLimitOnlyAfterFrom 0.001 s
testOffsetOnlyAfterWhere 0.001 s
testLimitAndOffsetAfterFrom 0.002 s
testLimitOnlyAfterOrderBy 0.001 s
testLimitAndOffsetAfterWhere 0.001 s
testLimitOnlyAfterWhere 0.001 s
testOffsetOnlyAfterOrderBy 0.001 s
testOffsetOnlyAfterFrom 0.001 s
testLimitAndOffsetAfterOrderBy 0.001 s

FieldAndValueCollectorTest

testMerge 0.001 s

SubQueryTest

testBasicSubQuery 0.001 s
testSimpleAliases 0.002 s
testBasicSubQueryWithAliases 0.001 s
testSimpleAliasesWithManualQualifiers 0.002 s

ComparisonTest

Test That Null In NotEqualTo Elements Causes Compile Error 0.052 s
Test That Null In EqualToWhenPresent is OK 0.061 s
Test That Null In GreaterThan Causes Compile Error 0.047 s
Test That Null In GreaterThanWhenPresent Elements is OK 0.070 s
Test That Null In NotEqualToWhenPresent Elements is OK 0.072 s
Test That Null In GreaterThanWhenPresent is OK 0.066 s
Test That Null In LessThanOrEqualTo Elements Causes Compile Error 0.052 s
Test That Null In LessThanOrEqualToWhenPresent is OK 0.062 s
Test That Null In GreaterThan Elements Causes Compile Error 0.053 s
Test That Null In NotEqualTo Causes Compile Error 0.046 s
Test That Null In EqualTo Elements Causes Compile Error 0.048 s
Test That Null In GreaterThanOrEqualTo Causes Compile Error 0.049 s
Test That Null In LessThanWhenPresent is OK 0.062 s
Test That Null In EqualTo Causes Compile Error 0.052 s
Test That Null In GreaterThanOrEqualToWhenPresent is OK 0.064 s
Test That Null In LessThan Causes Compile Error 0.047 s
Test That Null In LessThan Elements Causes Compile Error 0.048 s
Test That Null In LessThanOrEqualTo Causes Compile Error 0.043 s
Test That Null In LessThanOrEqualToWhenPresent Elements is OK 0.064 s
Test That Null In GreaterThanOrEqualTo Elements Causes Compile Error 0.048 s
Test That Null In EqualToWhenPresent Elements is OK 0.064 s
Test That Null In LessThanWhenPresent Elements is OK 0.068 s
Test That Null In NotEqualToWhenPresent is OK 0.059 s
Test That Null In GreaterThanOrEqualToWhenPresent Elements is OK 0.066 s

ExtendedColumnTest

testPropagatedAsCamelCase 0 s
testAll 0 s
testPropagatedQualifiedWith 0 s
testPropagatedParameterTypeConverter 0.001 s
testPropagatedJavaType 0 s
testPropagatedDescending 0 s
testPropagatedWithTypeHandler 0 s
testPropagatedRenderingStrategy 0 s
testPropagatedAlias 0 s
testPropagatedJavaProperty 0 s

LimitAndOffsetTest

testLimitAndOffsetDistinct 0.019 s
testLimitAndOffset 0.006 s

InWhenPresentTest

Test That Null List In Elements Method Is OK 0.104 s
Test That Null List Is OK 0.091 s
Test That Null In VarAgs Is OK 0.078 s
Test That Null In List Elements Method Is OK 0.087 s
Test That Empty VarAgs Is OK 0.072 s
Test That Null In VarArgs Elements Method Is OK 0.082 s
Test That Null in List Is OK 0.076 s
Test That Empty VarAgs In Elements Method Is OK 0.075 s

Issue100Test

testNormalUsage 0 s
test3 0.001 s
testSuccessiveBuild01 0 s
testSuccessiveBuild02 0 s
testSuccessiveBuild03 0 s
testSuccessiveBuild04 0 s
testSuccessiveBuild05 0 s
testSuccessiveBuild06 0 s
testSuccessiveBuild07 0 s
testSuccessiveBuild08 0 s

NotInWhenPresentTest

Test That Null List In Elements Method Is OK 0.063 s
Test That Null List Is OK 0.064 s
Test That Null In VarAgs Is OK 0.064 s
Test That Null In List Elements Method Is OK 0.061 s
Test That Empty VarAgs Is OK 0.060 s
Test That Null In VarArgs Elements Method Is OK 0.063 s
Test That Null in List Is OK 0.059 s
Test That Empty VarAgs In Elements Method Is OK 0.065 s

ColumnComparisonTest

testColumnComparisonGreaterThan 0.001 s
testColumnComparisonLessThanOrEqual 0 s
testColumnComparisonNotEqual 0.001 s
testColumnComparisonLessThan 0 s
testColumnComparisonEqual 0 s
testHelperMethod 0.001 s
testColumnComparisonGreaterThanOrEqual 0.001 s

CanonicalSpringKotlinTest

testUpdateSetNull 0.001 s
testUpdateSetToConstant 0.001 s
testRawCountAllRows 0 s
testUpdateSetEqualToWhenPresent 0.001 s
testRawSelectWithUnionAllAndDistinct 0.001 s
testRawSelectDistinct 0.001 s
testBatchInsertNoTable 0 s
testRawSelect 0.001 s
testMultiRowInsertWithGeneratedKey 0.002 s
testBatchInsert 0.002 s
testInsertSelectNoColumns 0.001 s
testInsertNoTable 0 s
testRawDelete1 0.001 s
testRawDelete2 0.001 s
testRawDelete3 0 s
testRawDelete4 0 s
testRawDelete5 0 s
testRawDelete6 0.001 s
testInsertSelectNoTable 0 s
testRawCountLastName 0 s
testGeneralInsertSpecialConditions 0.001 s
testMultiRowInsertNoTable 0.001 s
testGeneralInsert 0 s
testUpdateWithTypeConverterAndNullValue 0 s
testInsertWithGeneratedKey 0.002 s
testInvalidDoubleSelect 0.002 s
testInvalidMissingInitialSelect 0 s
testInsertSelectEmptyColumnList 0.001 s
testRawSelectByPrimaryKey 0.001 s
testUpdateSetToColumn 0 s
testRawMultiSelectWithUnionAll 0.001 s
testGeneralInsertWithGeneratedKey 0.001 s
testComplexSearch 0.003 s
testRawSelectWithUnionAndDistinct 0.001 s
testUpdateSetToSubQuery 0.001 s
testInsertSelectNoSelectStatement 0 s
testRawMultiSelectWithoutUnion 0.001 s
testRawSelectWithMissingRecord 0 s
testRawCount 0.001 s
testInsertSelectWithGeneratedKey 0.001 s
testInsert 0.001 s
testRawCountDistinctLastName 0 s
testUpdateWithTypeConverterAndNonNullValue 0 s
testRawMultiSelectWithUnion 0 s
testRawSelectWithComplexWhere1 0 s
testRawSelectWithComplexWhere2 0 s
testRawSelectWithJoin 0.003 s
testRawSelectWithUnionAndAlias 0.002 s
testRawSelectWithUnion 0.001 s
testInsertSelect 0.002 s
testRawUpdate1 0.001 s
testRawUpdate2 0.001 s
testRawUpdate3 0 s
testRawUpdate4 0 s
testRawUpdate5 0.001 s
testRawUpdate6 0.001 s
testMultiRowInsert 0.001 s

SubSelectTest

testInSubSelect 0.002 s
testNotInSubSelect 0 s

KGroupingTest

testAndOrCriteriaGroups 0.001 s
testNotGroupAndOrCriteriaGroupsNested 0.001 s
testNotGroupAndOrCriteriaGroupsNested2 0 s
testHavingMultipleConditions 0.001 s
testIndependentHaving 0 s
testSimpleGrouping 0.001 s
testThatMultipleHavingClausesThrowsException 0.001 s
testNestedGrouping 0 s
testNotGroupAndOrCriteriaGroups 0.001 s
testHavingWithOptionalCondition 0 s
testHaving 0 s
testComplexGrouping 0.001 s
testGroupAndExists 0 s

GeneralKotlinTest

testRawCountAllRows 0.001 s
testRawSelectWithGroupBy 0.001 s
testSelectWithFetchFirst 0.001 s
testRawSelectDistinct 0.001 s
testRawSelect 0 s
testRawDelete1 0.001 s
testRawDelete2 0 s
testRawDelete3 0.001 s
testRawDelete4 0 s
testRawDelete5 0.001 s
testRawDelete6 0.001 s
testRawSelectWithoutFrom 0 s
testRawCountColumn 0 s
testRawCountDistinctColumn 0.001 s
testRawSelectDoubleFrom 0 s
testRawSelectWithJoinAndComplexWhere1 0.001 s
testRawSelectWithJoinAndComplexWhere2 0.001 s
testRawCount 0 s
testRawCountWithoutFrom 0.001 s
testRawSelectWithComplexWhere1 0 s
testRawSelectWithComplexWhere2 0.001 s
testSelect 0 s
testRawSelectWithJoin 0.002 s
testRawUpdate1 0 s
testRawUpdate2 0.001 s
testRawUpdate3 0 s
testRawUpdate4 0.001 s
testRawUpdate5 0 s
testRawCountDoubleFrom 0 s

InfixSubQueriesTest

testLessThanOrEqualSubQuery 0.002 s
testNotInSubQuery 0.001 s
testLessThanSubQuery 0.001 s
testGreaterThanSubQuery 0.001 s
testSelectEqualSubQuery 0 s
testSelectNotEqualSubQuery 0.001 s
testGreaterThanOrEqualSubQuery 0.001 s
testInSubQuery 0.001 s

SpringTransactionTest

testCacheWithCommit 0.002 s
testCacheWithRollback 0.001 s

ReusableWhereTest

testComposition 0.001 s
testDelete 0.001 s
testSelect 0.001 s
testUpdate 0 s

BetweenTest

Test That Second Null In Elements Method Causes Compile Error 0.048 s
Test That Both Null In Elements Method Causes Two Compile Errors 0.048 s
Test That Second Null Causes Compile Error 0.047 s
Test That Both Null Causes Two Compile Errors 0.043 s
Test That First Null Causes Compile Error 0.046 s
Test That First Null In Elements Method Causes Compile Error 0.046 s

ExistsTest

testDeleteWithHardAlias 0.002 s
testUpdateWithHardAlias 0.001 s
testNotExistsNewNot 0.001 s
testAndExistsAnd 0.001 s
testAndExistsAnd2 0.001 s
testAndExistsAnd3 0.001 s
testPropagateTableAliasToExists 0.001 s
testWhereExistsOr 0 s
testAndExists 0 s
testDeleteWithSoftAlias 0.001 s
testOrExists 0.001 s
testUpdateWithSoftAlias 0.001 s
testExistsPropagatedAliases 0 s
testExists 0 s
testOrExistsAnd 0.001 s
testNotExists 0 s
testOrExistsAnd2 0.001 s
testOrExistsAnd3 0.001 s
testWhereExistsAnd 0 s

JoinMapperV2Test

testRightJoin2 0.006 s
testRightJoin3 0.006 s
testRightJoinNoAliases 0.006 s
testLeftJoin2 0.005 s
testLeftJoin3 0.004 s
testLeftJoin 0.004 s
testMultipleTableJoinWithApplyWhere 0.008 s
testFullJoin2 0.007 s
testFullJoin3 0.005 s
testFullJoin4 0.003 s
testFullJoin5 0.003 s
testMultipleTableJoinWithWhereClause 0.003 s
testMultipleTableJoinNoAliasWithOrderBy 0.004 s
testLeftJoinNoAliases 0.003 s
testMultipleTableJoinWithOrderBy 0.003 s
testMultipleTableJoinWithComplexWhereClause 0.003 s
testFullJoin 0.002 s

Issue142Test

LimitWithSubqueries 0.001 s

PersonTemplateTest

testTypeHandledLike 0.002 s
testFirstNameIn 0.002 s
testUpdateByPrimaryKeySelective 0.002 s
testUpdateAll 0.001 s
testAutoMapping 0.002 s
testCount 0 s
testSelectAll 0.001 s
testDeleteByPrimaryKey 0 s
testInsertBatch 0.001 s
testUpdateByPrimaryKey 0.001 s
testSelectAllOrdered 0.001 s
testCountLastName 0.001 s
testSelectWithTypeHandler 0 s
testJoinPrimaryKey 0.001 s
testJoinPrimaryKeyInvalidRecord 0.001 s
testSelectDistinct 0 s
testGeneralInsert 0 s
testSelectListWithTypeHandler 0 s
testJoinCount 0.001 s
testJoinAllRows 0 s
testSelectWithUnion 0.001 s
testDeleteAll 0 s
testCountAll 0.001 s
testJoinCountWithSubCriteria 0 s
testInsertSelective 0 s
testCountDistinctLastName 0 s
testJoinOneRow 0.001 s
testInsertMultiple 0 s
testGeneralInsertWhenTypeConverterReturnsNull 0.001 s
testSelectBetweenWithTypeHandler 0.001 s
testDelete 0 s
testTypeHandledNotLike 0 s
testSelectWithUnionAll 0.001 s
testUpdateByPrimaryKeyWithTypeHandler 0 s
testInsert 0.001 s
testSelect 0 s
testUpdate 0.001 s
testSelectByPrimaryKeyWithMissingRecord 0 s

PersonMapperTest

testInsertSelectWithMultipleRecords 0.039 s
testInsertSelectWithOneRecord 0.004 s

NotBetweenWhenPresentTest

Test That First Null Is OK 0.058 s
Test That Second Null Is OK 0.060 s
Test That Both Null In Elements Method Is OK 0.059 s
Test That Both Null Is OK 0.057 s
Test That Second Null In Elements Method Is OK 0.056 s
Test That First Null In Elements Method Is OK 0.063 s

KotlinElementsTest

testSumWithCondition 0 s
testIsInCaseInsensitiveWhenPresentAllNull 0 s
testBetweenWhenPresentFirstMissing 0.001 s
testSum 0.002 s
testSubtract 0 s
testCount 0.001 s
testLower 0.001 s
testValue 0 s
testAverage 0.001 s
testBetweenWhenPresentBothPresent 0 s
testNotBetweenWhenPresentSecondMissing 0 s
testIsInWhenPresent 0.001 s
testIsInCaseInsensitiveWhenPresent 0.001 s
testNotBetweenWhenPresentBothPresent 0.001 s
testIsInCaseInsensitive 0 s
testSelectOneNoResult 0.001 s
testIsNotInCaseInsensitiveWhenPresentAllNull 0 s
testConcatenate 0.001 s
testIsNotInWhenPresent 0.001 s
testNotBetweenWhenPresentFirstMissing 0 s
testBetweenWhenPresentBothMissing 0 s
testBetweenWhenPresentSecondMissing 0 s
testNotBetweenWhenPresentBothMissing 0 s
testIsNotInCaseInsensitiveWhenPresent 0.001 s
testSubstring 0.002 s
testConcat 0.001 s
testCountDistinct 0 s
testDivide 0.001 s
testMultiply 0 s
testIsTrue 0.001 s
testApplyOperator 0 s
testIsFalse 0.001 s
testIsNotIn 0.001 s
testIsNotInCaseInsensitive 0 s
testNotBetween 0.001 s

InsertStatementTest

testSelectiveInsertStatementBuilder 0 s
testFullInsertStatementBuilder 0 s

ColumnMappingVisitorTest

testThatMultiRowInsertVisitorErrorsForPropertyWhenPresentMapping 0.003 s
testThatGeneralInsertVisitorErrorsForSelectMapping 0.001 s
testThatUpdateVisitorErrorsForMappedWhenPresentColumnMapping 0 s
testThatMultiRowInsertVisitorErrorsForSelectMapping 0 s
testThatInsertVisitorErrorsForSelectMapping 0 s
testThatGeneralInsertVisitorErrorsForMappedWhenPresentColumnMapping 0 s
testThatMultiRowInsertVisitorErrorsForMappedColumnWhenPresentMapping 0 s
testThatUpdateVisitorErrorsForPropertyMapping 0 s
testThatGeneralInsertVisitorErrorsForPropertyMapping 0 s
testThatUpdateVisitorErrorsForMappedColumnMapping 0 s
testThatGeneralInsertVisitorErrorsForRowMapping 0.001 s
testThatInsertVisitorErrorsForColumnToColumnMapping 0 s
testThatInsertVisitorErrorsForValueWhenPresentMapping 0 s
testThatInsertVisitorErrorsForValueMapping 0.001 s
testThatUpdateVisitorErrorsForRowMapping 0 s
testThatMultiRowInsertVisitorErrorsForValueMapping 0 s
testThatMultiRowInsertVisitorErrorsForColumnToColumnMapping 0.001 s
testThatGeneralInsertVisitorErrorsForMappedColumnMapping 0 s
testThatInsertVisitorErrorsForValueOrNullMapping 0 s
testThatGeneralInsertVisitorErrorsForColumnToColumnMapping 0 s
testThatGeneralInsertVisitorErrorsForPropertyWhenPresentMapping 0 s
testThatUpdateVisitorErrorsForPropertyWhenPresentMapping 0 s
testThatMultiRowInsertVisitorErrorsForValueWhenPresentMapping 0 s

BindableColumnTest

testDefaultFunctions 0.002 s

GeneratedAlwaysMapperTest

testMultiInsertWithListAndGeneratedKeys 0.284 s
testFirstNameIn 0.009 s
testUpdateByPrimaryKeySelective 0.006 s
testBatchInsertWithArray 0.004 s
testMultiInsertWithArray 0.004 s
testUpdateSelective 0.007 s
testUpdateByPrimaryKey 0.005 s
testBatchInsertWithList 0.005 s
testInsertSelective 0.004 s
testMultiInsertWithArrayAndVariousMappings 0.003 s
testSelectByPrimaryKey 0.004 s
testInsert 0.003 s

SelectStatementTest

testComplexCriteriaWithAlias 0.001 s
testComplexCriteriaWithoutAlias 0.001 s
testSimpleCriteriaWithoutAlias 0.001 s
testSimpleCriteriaWithAlias 0 s

MySQLTest

smokeTest 0.060 s
testMemberOfAsFunction 0.013 s
testMemberOfAsCondition 0.010 s
testIsLikeEscape 0.011 s

EqualNotEqualTest

Test That Null Elements Equal Causes Compile Error 0.099 s
Test That Null Equal When Present is OK 0.401 s
Test That Null Equal Causes Compile Error 0.090 s
Test That Null Not Equal When Present is OK 0.114 s
Test That Null Elements Not Equal When Present is OK 0.112 s
Test That Null Not Equal Causes Compile Error 0.068 s
Test That Null Elements Not Equal Causes Compile Error 0.075 s
Test That Null Elements Equal When Present is OK 0.112 s

KNoInitialConditionsTest

testNoInitialConditionSingleSub 0.001 s
testNoInitialConditionEmptyList 0 s
testNoInitialConditionWhereCCOrMultipleSubs 0 s
testNoInitialConditionMultipleSubs 0 s
testNoInitialConditionWhereOrMultipleSubs 0.001 s
testNoInitialConditionWhereNotMultipleSubs 0 s
testNoInitialConditionWhereCCAndMultipleSubs 0 s
testNoInitialConditionWhereGroupMultipleSubs 0 s
testNoInitialConditionWhereMultipleSubs 0.001 s

EmptyWhereTest

testWhereVariations(Variation)[1] 0.001 s
testWhereVariations(Variation)[2] 0 s
testWhereVariations(Variation)[3] 0 s
testWhereVariations(Variation)[4] 0 s
testJoinVariations(Variation)[1] 0.004 s
testJoinVariations(Variation)[2] 0 s
testJoinVariations(Variation)[3] 0.001 s
testJoinVariations(Variation)[4] 0 s
testDeleteThreeConditions 0 s
testDeleteVariations(Variation)[1] 0 s
testDeleteVariations(Variation)[2] 0 s
testDeleteVariations(Variation)[3] 0 s
testDeleteVariations(Variation)[4] 0 s
testWhereThreeConditions 0.001 s
testUpdateVariations(Variation)[1] 0 s
testUpdateVariations(Variation)[2] 0 s
testUpdateVariations(Variation)[3] 0 s
testUpdateVariations(Variation)[4] 0 s
testUpdateThreeConditions 0.001 s
testSelectVariations(Variation)[1] 0 s
testSelectVariations(Variation)[2] 0.001 s
testSelectVariations(Variation)[3] 0 s
testSelectVariations(Variation)[4] 0 s
testSelectThreeConditions 0 s
testJoinThreeConditions 0.001 s

ArrayTest

testInsertSelectById 0.006 s
testInsertSelectByArray 0.003 s

PersonMapperV2Test

testTypeHandledLike 0.005 s
testFirstNameIn 0.003 s
testUpdateByPrimaryKeySelective 0.004 s
testRawInsert 0.001 s
testHavingNoWait 0.002 s
testHavingOffset 0.001 s
testHavingOrderBy 0.001 s
testUpdateAll 0.002 s
testSelectJoinForUpdate 0.001 s
testSelectJoinLimit 0.001 s
testSelectJoinUnion 0.002 s
testSelectJoinWhere 0.002 s
testCount 0.001 s
testOrderByCollection 0.002 s
testSelectAll 0.002 s
testCountWithDelayedWhere 0.001 s
testHavingApplier 0.002 s
testDeleteByPrimaryKey 0.002 s
testSelectJoinDelayedWhere 0.001 s
testSelectJoinWhereApplier 0.001 s
testUpdateSelective 0.002 s
testWhereUnion 0.002 s
testUpdateByPrimaryKey 0.003 s
testWhereOffsetNoWait 0.002 s
testSelectAllOrdered 0.002 s
testCountLastName 0.003 s
testWherePaging1 0.002 s
testWherePaging2 0.002 s
testWherePaging3 0.002 s
testWhereApplier 0.001 s
testJoinCountWithSubcriteriaInSingleStatement 0.002 s
testSelectWithTypeHandler 0.002 s
testSelectJoinFetchFirst 0.001 s
testJoinPrimaryKey 0.004 s
testJoinPrimaryKeyInvalidRecord 0.002 s
testSelectJoinOrderBy 0.002 s
testGeneralDelete 0.002 s
testSelectDistinct 0.002 s
testGeneralInsert 0.002 s
testHavingUnionAll 0.002 s
testJoinCount 0.002 s
testJoinAllRows 0.002 s
testDeleteAll 0.002 s
testGeneralSelect 0.001 s
testCountAll 0.001 s
testJoinCountWithSubcriteria 0.003 s
testWhereMultipleCriteria 0.001 s
testInsertSelective 0.002 s
testComplexHaving 0.002 s
testHavingFetchFirst 0.002 s
testCountDistinctLastName 0.002 s
testWhereLimitNoWait 0.002 s
testHavingForUpdate 0.001 s
testWhereGroupBy 0.001 s
testSelectJoinNoWait 0.002 s
testSelectJoinOffset 0.002 s
testJoinOneRow 0.003 s
testInsertMultiple 0.003 s
testUpdateByPrimaryKeyDelayedWhere 0.003 s
testSelectEmployed 0.002 s
testSelectWithTypeConversionAndFilterAndNull 0.003 s
testSelectJoinConfigure 0.002 s
testJoinCountInSingleStatement 0.001 s
testHavingLimit 0.001 s
testHavingUnion 0.002 s
testJoinCountDelayedWhere 0.002 s
testDelete 0.002 s
testJoinCountWhereApplier 0.001 s
testSelectJoinGroupBy 0.001 s
testTypeHandledNotLike 0.002 s
testHaving 0.002 s
testCountWithAlias 0.002 s
testInsert 0.002 s
testUpdateOneField 0.002 s
testSelectJoinUnionAll 0.002 s
testSelect 0.002 s
testWhereUnionAll 0.002 s
testUpdate 0.002 s
testSelectWithTypeConversion 0.001 s
testSelectUnemployed 0.002 s
testUpdateByPrimaryKeyNullKeyShouldThrowException 0.002 s
testWhereNoWait 0.001 s
testSelectByPrimaryKeyWithMissingRecord 0.001 s
testWhereNoForUpdate 0.001 s

UpdateStatementTest

testUpdateParameter 0 s
testUpdateParameterStartWithNull 0 s

CanonicalSpringKotlinTemplateDirectTest

testAllRows 0 s
testSelectWithJoin 0.002 s
testAutoMapping 0.018 s
testCount 0.001 s
testAutoMappingOneRow 0.001 s
testMultiRowInsertWithGeneratedKey 0.007 s
testSelectAll 0.001 s
testBatchInsert 0.006 s
testUpdate1 0.001 s
testUpdate2 0 s
testUpdate3 0 s
testUpdate4 0.001 s
testUpdate5 0.001 s
testCountLastName 0.001 s
testSelectAllWithSelectStar 0 s
testSelectDistinct 0 s
testGeneralInsert 0.001 s
testSelectWithUnion 0.001 s
testInsertWithGeneratedKey 0.001 s
testSelectWithComplexWhere1 0.001 s
testSelectWithComplexWhere2 0 s
testCountDistinctLastName 0 s
testSelectOneWithAlias 0.001 s
testGeneralInsertWithGeneratedKey 0.001 s
testDelete1 0.001 s
testDelete2 0.001 s
testDelete3 0.001 s
testDelete4 0 s
testDelete5 0 s
testDelete6 0.001 s
testSelectByPrimaryKey 0 s
testInsertSelectWithGeneratedKey 0.001 s
testSelectWithUnionAll 0.001 s
testInsert 0.003 s
testCountAllRows 0.001 s
testSelect 0.001 s
testInsertSelect 0.001 s
testMultiRowInsert 0.002 s
testSelectDistinctWithAlias 0 s

CriterionRendererTest

testAliasWithIgnore 0 s
testTypeHandler 0 s
testAliasWithoutIgnore 0.001 s
testTypeHandlerAndAlias 0 s

SelectStatementTest

testInCaseInsensitiveWhenPresentEmptyList 0.001 s
testGroupBySingleColumn 0 s
testOrderBySingleColumnAscending 0.001 s
testInWhenPresentEmptyList 0.001 s
testNotInWhenPresentNullList 0 s
testNotInCaseInsensitiveWhenPresentNullList 0.001 s
testNotInCaseInsensitiveWhenPresentEmptyList 0 s
testCount 0.001 s
testComplexCriteria 0.001 s
testOrderByMultipleColumnsWithCollection 0 s
testInWhenPresentNullList 0 s
testOrderByMultipleColumns 0.001 s
testOrderBySingleColumnDescending 0 s
testNotInEmptyList 0 s
testDistinct 0.001 s
testInCaseInsensitiveWhenPresentNullList 0 s
testNotInWhenPresentEmptyList 0 s
testNoWhere 0.001 s
testInCaseInsensitiveEmptyList 0 s
testSimpleCriteria 0.001 s

SpringBatchPagingTest

testThatRowsAreTransformedToUpperCase 0.026 s

Issue324Test

testCacheWithNoAutoCommitOnUpdateAndNoExplicitCommit 0.005 s
testCacheWithNoAutoCommitOnUpdateAndExplicitCommit 0.001 s
testCacheWithAutoCommitOnUpdate 0.002 s

ColumnComparisonTest

testColumnComparisonGreaterThan 0.002 s
testColumnComparisonLessThanOrEqual 0.001 s
testColumnComparisonNotEqual 0.002 s
testColumnComparisonLessThan 0.001 s
testColumnComparisonEqual 0 s
testHelperMethod 0.002 s
testColumnComparisonGreaterThanOrEqual 0 s

OrderByCaseTest

testOrderBySimpleCaseWithTableAlias 0.012 s
testOrderBySimpleCaseDescending 0.005 s
testOrderBySearchedCaseWithTableAlias 0.007 s
testOrderBySimpleCase 0.003 s
testOrderBySearchedCase 0.004 s
testOrderBySimpleCaseWithColumnAlias 0.004 s
testOrderBySearchedCaseDescending 0.003 s
testOrderBySearchedCaseWithColumnAlias 0.004 s

NullContractTest

testIsNotLike 0.001 s
testIsGreaterThanNull 0 s
testIsBetweenNull 0 s
testIsLikeCaseInsensitiveNull 0 s
testIsNotBetweenWhenPresent 0.001 s
testIsLessThanWhenPresent 0 s
testIsEqualTo 0 s
testIsIn 0 s
testIsNotLikeCaseInsensitiveNull 0.001 s
testIsGreaterThanOrEqualTo 0 s
testIsLessThanOrEqualTo 0 s
testIsInWhenPresent 0.001 s
testIsLessThanOrEqualToNull 0 s
testIsNotLikeCaseInsensitiveWhenPresent 0 s
testIsInCaseInsensitiveWhenPresent 0.001 s
testIsLikeNull 0 s
testIsEqualToWhenPresent 0.001 s
testIsBetween 0 s
testIsInCaseInsensitive 0 s
testIsNotInWhenPresent 0.001 s
testIsNotEqualTo 0 s
testIsLessThanNull 0 s
testIsGreaterThanOrEqualToWhenPresent 0 s
testIsLessThan 0 s
testIsNotBetweenNull 0 s
testIsLikeWhenPresent 0.001 s
testIsNotEqualToWhenPresent 0 s
testIsLikeCaseInsensitiveWhenPresent 0 s
testIsLessThanOrEqualToWhenPresent 0.001 s
testIsNotLikeCaseInsensitive 0 s
testIsNotInCaseInsensitiveWhenPresent 0 s
testIsGreaterThanOrEqualToNull 0 s
testIsBetweenWhenPresent 0 s
testIsGreaterThan 0 s
testIsLike 0 s
testIsNotEqualToNull 0 s
testIsNotIn 0 s
testIsNotInCaseInsensitive 0.001 s
testIsNotBetween 0 s
testIsGreaterThanWhenPresent 0 s
testIsNotLikeWhenPresent 0.001 s
testIsLikeCaseInsensitive 0 s
testIsNotLikeNull 0 s

StatementConfigurationTest

testDeleteWhereNotCalledIsOK 0.008 s
testCountWhereNotCalledIsOK 0.006 s
testUpdateWhereCalledButNoCriteriaThrowsException 0.008 s
testUpdateWhereCalledButNoCriteriaRequiresConfiguration 0.001 s
testDeleteWhereCalledButNoCriteriaRequiresConfiguration 0.001 s
testCountWhereCalledButNoCriteriaThrowsException 0 s
testSelectWhereCalledButNoCriteriaRequiresConfiguration 0.002 s
testCountWhereCalledButNoCriteriaRequiresConfiguration 0.001 s
testSelectWhereNotCalledIsOK 0 s
testSelectWhereCalledButNoCriteriaThrowsException 0 s
testUpdateWhereNotCalledIsOK 0 s
testDeleteWhereCalledButNoCriteriaThrowsException 0.001 s

KShardingTest

testShardedInserts 0.003 s
testShardedSelects 0.001 s
testShardedSelect 0.001 s

TypeConversionTest

testFunctionInWhere 0.004 s
testFunctionInSelect 0.002 s

OptionalCriterionRenderTest

testVariations(Variation)[1] 0.003 s
testVariations(Variation)[2] 0.001 s
testVariations(Variation)[3] 0 s
testVariations(Variation)[4] 0 s
testVariations(Variation)[5] 0 s
testVariations(Variation)[6] 0.001 s
testVariations(Variation)[7] 0 s
testVariations(Variation)[8] 0.001 s
testVariations(Variation)[9] 0 s
testVariations(Variation)[10] 0 s
testVariations(Variation)[11] 0 s
testVariations(Variation)[12] 0.001 s
testVariations(Variation)[13] 0.001 s
testVariations(Variation)[14] 0.001 s
testVariations(Variation)[15] 0 s
testVariations(Variation)[16] 0 s
testVariations(Variation)[17] 0 s
testVariations(Variation)[18] 0 s
testVariations(Variation)[19] 0 s

UpdateStatementTest

testUpdateStatementArithmeticOperation 0.007 s
testUpdateSelectStatement 0.003 s
testFullUpdateStatementNoWhere 0 s
testUpdateParameterStartWithNull 0.001 s
testUpdateParameterWithMultipleNestedCriteria 0 s
testFullUpdateStatement 0.001 s
testUpdateParameterStartWithConstant 0 s
testUpdateParameterWithMultipleCriteria 0 s

Gh655Test

sumTest 0.007 s
sumWithOptionalTest 0.001 s
columnComparisonTest 0.001 s
sumAndAddTest 0.005 s

ReusableWhereTest

testCount 0.002 s
testTransformToCount 0.002 s
testDelete 0.002 s
testSelect 0.001 s
testUpdate 0.002 s

CaseExpressionTest

testAliasCast 0.002 s
testInvalidSimpleCaseNoConditionsRender 0.002 s
testInvalidSearchedCaseNoWhenConditions 0 s
testSimpleCaseWithBoundValues 0.002 s
testSearchedCaseWithIntegers 0.001 s
testSimpleCaseNoElse 0.001 s
testSimpleCaseWithBooleans 0 s
testSimpleCaseLongs 0.001 s
testSimpleCaseWithStrings 0.001 s
testSearchedCaseWithBoundValues 0.001 s
testSearchedCaseNoElse 0.001 s
testSimpleCaseDoubles 0.001 s
testSimpleCassLessThan 0.001 s
testSearchedCaseWithStrings 0.001 s
testInvalidSimpleCaseNoWhenConditions 0 s
testInvalidSearchedCaseNoConditionsRender 0.001 s
testSimpleCaseBasicWithBooleans 0.001 s
testSearchedCaseWithGroup 0.001 s
testSimpleCaseBasicWithStrings 0.001 s

SupplierTest

testIsNotLike 0 s
testIsNotBetweenWhenPresent 0 s
testIsLessThanWhenPresent 0.001 s
testIsLessThanWhenPresentNull 0 s
testIsGreaterThanOrEqualToWhenPresentNull 0.001 s
testIsGreaterThanOrEqualTo 0 s
testIsLessThanOrEqualTo 0 s
testIsNotLikeCaseInsensitiveWhenPresent 0 s
testIsEqualToWhenPresent 0.001 s
testIsBetween 0 s
testIsBetweenWhenPresentNull 0 s
testIsGreaterThanWhenPresentNull 0.001 s
testIsNotBetweenWhenPresentNull 0 s
testIsNotLikeCaseInsensitiveWhenPresentNull 0 s
testIsNotEqualTo 0 s
testIsGreaterThanOrEqualToWhenPresent 0 s
testIsLessThan 0 s
testIsLikeWhenPresent 0 s
testIsNotEqualToWhenPresent 0.001 s
testIsLikeCaseInsensitiveWhenPresent 0 s
testIsLessThanOrEqualToWhenPresent 0 s
testIsNotLikeWhenPresentNull 0.001 s
testIsNotLikeCaseInsensitive 0 s
testIsEqualToWhenPresentNull 0 s
testIsBetweenWhenPresent 0.001 s
testIsGreaterThan 0 s
testIsLike 0 s
testIsNotEqualToWhenPresentNull 0 s
testIsLikeCaseInsensitiveWhenPresentNull 0 s
testIsLessThanOrEqualToWhenPresentNull 0.001 s
testIsNotBetween 0 s
testIsGreaterThanWhenPresent 0 s
testIsLikeWhenPresentNull 0.001 s
testIsNotLikeWhenPresent 0 s
testIsLikeCaseInsensitive 0 s

CriterionRendererTest

testAliasWithIgnore 0.002 s
testAliasWithoutIgnore 0.001 s

DeleteStatementTest

testFullStatementWithoutWhere 0.001 s
testFullStatement 0.001 s

SpringBatchBulkInsertTest

testThatRowsAreInserted 0.004 s