Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
30 | 0 | 0 | 1 | 96.7% | 49.10 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 |
---|---|---|---|---|---|---|
de.softwareforge.testing.postgres.embedded | 16 | 0 | 0 | 1 | 93.8% | 20.67 s |
de.softwareforge.testing.postgres.junit5 | 14 | 0 | 0 | 0 | 100% | 28.43 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
de.softwareforge.testing.postgres.embedded
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
LocalDirectoryPostgresTest | 1 | 0 | 0 | 1 | 0% | 0.155 s | |
FlywayPreparerTest | 3 | 0 | 0 | 0 | 100% | 5.020 s | |
ConnectConfigTest | 1 | 0 | 0 | 0 | 100% | 2.705 s | |
DatabaseInfoTest | 3 | 0 | 0 | 0 | 100% | 0.220 s | |
EmbeddedPostgresTest | 4 | 0 | 0 | 0 | 100% | 4.015 s | |
DatabaseManagerTest | 2 | 0 | 0 | 0 | 100% | 4.350 s | |
PostgresVersionTest | 1 | 0 | 0 | 0 | 100% | 2.247 s | |
ClasspathLocatorTest | 1 | 0 | 0 | 0 | 100% | 1.962 s |
de.softwareforge.testing.postgres.junit5
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
Junit5FlywayTest | 2 | 0 | 0 | 0 | 100% | 3.079 s | |
Junit5ClassMemberTest | 2 | 0 | 0 | 0 | 100% | 4.592 s | |
IsolationTest | 3 | 0 | 0 | 0 | 100% | 7.414 s | |
ExtendWithTest | 3 | 0 | 0 | 0 | 100% | 2.419 s | |
Junit5InstanceMemberTest | 2 | 0 | 0 | 0 | 100% | 6.204 s | |
Junit5NestedTest$TableValidation | 1 | 0 | 0 | 0 | 100% | 0.168 s | |
Junit5NestedTest$TableCreation | 1 | 0 | 0 | 0 | 100% | 0.037 s | |
Junit5NestedTest | 0 | 0 | 0 | 0 | 0% | 4.517 s |
Test Cases
[Summary] [Package List] [Test Cases]
LocalDirectoryPostgresTest
testEmbeddedPg | 0 s | |
- | skipped | - |
Junit5FlywayTest
testSingleTables | 0.008 s | |
testMultiTables | 0.079 s |
Junit5ClassMemberTest
testTableCreation | 0.035 s | |
testTableExists | 0.193 s |
FlywayPreparerTest
testMissing | 2.102 s | |
testWorking | 1.926 s | |
testBroken | 0.880 s |
IsolationTest
testDifferentTable | 3.542 s | |
testSameTable | 2.115 s | |
testDoubleTable | 1.500 s |
ExtendWithTest
testDataSource(DataSource) | 0.189 s | |
testDatabaseInfo(DatabaseInfo) | 0.063 s | |
testEmbeddedPostgres(EmbeddedPostgres) | 0.025 s |
ConnectConfigTest
test | 2.507 s |
DatabaseInfoTest
testException | 0.050 s | |
testFull | 0.104 s | |
testMinimal | 0.004 s |
EmbeddedPostgresTest
testInitDbOptions | 1.367 s | |
testDatasources | 1.021 s | |
testEmbeddedPg | 0.884 s | |
testEmbeddedPgCreationWithNestedDataDirectory | 0.723 s |
Junit5InstanceMemberTest
testTableCreation | 3.979 s | |
testTableExists | 2.012 s |
DatabaseManagerTest
testSingleDatabase | 2.445 s | |
testMultiDatabase | 1.903 s |
PostgresVersionTest
testVersion | 2.176 s |
Junit5NestedTest$TableValidation
testTableExists | 0.168 s |
Junit5NestedTest$TableCreation
testTableCreation | 0.030 s |
ClasspathLocatorTest
testClasspathLocator | 1.961 s |
Failure Details
[Summary] [Package List] [Test Cases]
testEmbeddedPg | |
- | skipped: skipped |