Class org.springframework.jdbc.datasource.init.H2DatabasePopulatorTests
Tests
| Test |
Duration |
Result |
| constructorWithMultipleScriptResources |
0.006s |
passed |
| executesHugeScriptInReasonableTime |
0.151s |
passed |
| scriptWithCommentsWithinStatements |
0.006s |
passed |
| scriptWithEolBetweenTokens |
0.004s |
passed |
| scriptWithH2Alias |
1.079s |
passed |
| scriptWithMultipleStatements |
0.005s |
passed |
| scriptWithMultipleStatementsAndLongSeparator |
0.005s |
passed |
| scriptWithMultipleStatementsAndMultipleNewlineSeparator |
0.005s |
passed |
| scriptWithMultipleStatementsAndNewlineSeparator |
0.005s |
passed |
| scriptWithMultipleStatementsAndWhitespaceSeparator |
0.005s |
passed |
| scriptWithMySqlEscapedLiteral |
0.004s |
passed |
| scriptWithSelectStatements |
0.004s |
passed |
| scriptWithSingleLineCommentsAndFailedDrop |
0.005s |
passed |
| scriptWithStandardEscapedLiteral |
0.004s |
passed |
| scriptWithoutStatementSeparator |
0.014s |
passed |
| usesBoundConnectionIfAvailable |
0.002s |
passed |