Class org.springframework.jdbc.datasource.init.HsqlDatabasePopulatorTests
Tests
| Test |
Duration |
Result |
| constructorWithMultipleScriptResources |
0.012s |
passed |
| executesHugeScriptInReasonableTime |
0.079s |
passed |
| scriptWithCommentsWithinStatements |
0.009s |
passed |
| scriptWithEolBetweenTokens |
0.010s |
passed |
| scriptWithMultipleStatements |
0.010s |
passed |
| scriptWithMultipleStatementsAndLongSeparator |
0.009s |
passed |
| scriptWithMultipleStatementsAndMultipleNewlineSeparator |
0.013s |
passed |
| scriptWithMultipleStatementsAndNewlineSeparator |
0.009s |
passed |
| scriptWithMultipleStatementsAndWhitespaceSeparator |
0.011s |
passed |
| scriptWithMySqlEscapedLiteral |
0.008s |
passed |
| scriptWithSelectStatements |
0.011s |
passed |
| scriptWithSingleLineCommentsAndFailedDrop |
0.010s |
passed |
| scriptWithStandardEscapedLiteral |
0.009s |
passed |
| scriptWithoutStatementSeparator |
0.015s |
passed |
| usesBoundConnectionIfAvailable |
0.009s |
passed |