Surefire Report
Summary
[Summary] [Package List] [Test Cases]
| Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|
| 114 | 0 | 0 | 0 | 100% | 2.468 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 |
|---|---|---|---|---|---|---|
| org.mybatis.scripting.thymeleaf.expression | 2 | 0 | 0 | 0 | 100% | 0.051 s |
| org.mybatis.scripting.thymeleaf.support | 16 | 0 | 0 | 0 | 100% | 0.030 s |
| org.mybatis.scripting.thymeleaf | 34 | 0 | 0 | 0 | 100% | 0.368 s |
| org.mybatis.scripting.thymeleaf.integrationtest | 62 | 0 | 0 | 0 | 100% | 2.019 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
org.mybatis.scripting.thymeleaf.expression
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| LikesTest | 2 | 0 | 0 | 0 | 100% | 0.051 s |
org.mybatis.scripting.thymeleaf.support
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| TemplateFilePathProviderTest | 16 | 0 | 0 | 0 | 100% | 0.030 s |
org.mybatis.scripting.thymeleaf
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| MyBatisDialectTest | 2 | 0 | 0 | 0 | 100% | 0.028 s | |
| PropertyAccessorTest | 5 | 0 | 0 | 0 | 100% | 0.006 s | |
| SqlGeneratorConfigTest | 4 | 0 | 0 | 0 | 100% | 0.019 s | |
| SqlGeneratorTest | 9 | 0 | 0 | 0 | 100% | 0.199 s | |
| TemplateEngineCustomizerTest | 1 | 0 | 0 | 0 | 100% | 0.003 s | |
| ThymeleafLanguageDriverTest | 11 | 0 | 0 | 0 | 100% | 0.042 s | |
| ThymeleafSqlSourceTest | 2 | 0 | 0 | 0 | 100% | 0.071 s |
org.mybatis.scripting.thymeleaf.integrationtest
| - | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
|---|---|---|---|---|---|---|---|
| AnnotationDrivenMapperTest | 17 | 0 | 0 | 0 | 100% | 1.187 s | |
| OneWayMapperTest | 15 | 0 | 0 | 0 | 100% | 0.113 s | |
| SqlSessionTest | 12 | 0 | 0 | 0 | 100% | 0.598 s | |
| TemplateFilePathProviderMapperNoCacheTest | 3 | 0 | 0 | 0 | 100% | 0.032 s | |
| TemplateFilePathProviderMapperTest | 3 | 0 | 0 | 0 | 100% | 0.030 s | |
| XmlDrivenMapperTest | 12 | 0 | 0 | 0 | 100% | 0.059 s |
Test Cases
[Summary] [Package List] [Test Cases]
LikesTest
| testEscapeWildcardValueIsNull | 0.025 s | |
| testEscapeWildcardValueWithAdditionalEscapeTargetChars | 0.003 s |
AnnotationDrivenMapperTest
OneWayMapperTest
SqlSessionTest
TemplateFilePathProviderMapperNoCacheTest
| testDelete | 0.012 s | |
| testInsert | 0.003 s | |
| testUpdate | 0.005 s |
TemplateFilePathProviderMapperTest
| testDelete | 0.012 s | |
| testInsert | 0.004 s | |
| testUpdate | 0.006 s |
XmlDrivenMapperTest
MyBatisDialectTest
| testCustomDialectPrefix | 0.009 s | |
| testDefaultConstructor | 0.001 s |
PropertyAccessorTest
| propertyNotFoundWhenGetPropertyType | 0.001 s | |
| propertyNotFoundWhenSetPropertyValue | 0.001 s | |
| errorWhenSetPropertyValue | 0.001 s | |
| propertyNotFoundWhenGetPropertyValue | 0 s | |
| errorWhenGetPropertyValue | 0 s |
SqlGeneratorConfigTest
| invalidKey | 0.002 s | |
| invalidValue | 0.007 s | |
| newInstanceWithProperties | 0.003 s | |
| newInstanceWithResourcePath | 0.006 s |
SqlGeneratorTest
TemplateFilePathProviderTest
TemplateEngineCustomizerTest
| testNoMatchType | 0.003 s |
ThymeleafLanguageDriverTest
ThymeleafSqlSourceTest
| testErrorOnGetterMethod | 0.007 s | |
| testConfigurationProperties | 0.004 s |
MyBatis