Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
29 | 0 | 0 | 0 | 100% | 157.455 |
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 | 15 | 0 | 0 | 0 | 100% | 73.15 |
de.softwareforge.testing.postgres.junit5 | 14 | 0 | 0 | 0 | 100% | 84.305 |
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 | 0 | 100% | 8.256 | |
FlywayPreparerTest | 3 | 0 | 0 | 0 | 100% | 15.366 | |
ConnectConfigTest | 1 | 0 | 0 | 0 | 100% | 10.873 | |
DatabaseInfoTest | 3 | 0 | 0 | 0 | 100% | 0.724 | |
EmbeddedPostgresTest | 4 | 0 | 0 | 0 | 100% | 15.915 | |
DatabaseManagerTest | 2 | 0 | 0 | 0 | 100% | 13.453 | |
ClasspathLocatorTest | 1 | 0 | 0 | 0 | 100% | 8.563 |
de.softwareforge.testing.postgres.junit5
Class | Tests | Errors | Failures | Skipped | Success Rate | Time | |
---|---|---|---|---|---|---|---|
JUnit5FlywayTest | 2 | 0 | 0 | 0 | 100% | 13.229 | |
Junit5ClassMemberTest | 2 | 0 | 0 | 0 | 100% | 12.876 | |
IsolationTest | 3 | 0 | 0 | 0 | 100% | 18.484 | |
ExtendWithTest | 3 | 0 | 0 | 0 | 100% | 10.636 | |
Junit5InstanceMemberTest | 2 | 0 | 0 | 0 | 100% | 16.064 | |
Junit5NestedTest$TableValidation | 1 | 0 | 0 | 0 | 100% | 0.143 | |
Junit5NestedTest$TableCreation | 1 | 0 | 0 | 0 | 100% | 0.119 | |
Junit5NestedTest | 0 | 0 | 0 | 0 | 0% | 12.754 |
Test Cases
[Summary] [Package List] [Test Cases]
LocalDirectoryPostgresTest
testEmbeddedPg | 8.149 |
JUnit5FlywayTest
testSingleTables | 0.064 | |
testMultiTables | 0.161 |
Junit5ClassMemberTest
testTableCreation | 0.068 | |
testTableExists | 0.142 |
FlywayPreparerTest
testMissing | 10.893 | |
testWorking | 2.912 | |
testBroken | 1.375 |
IsolationTest
testDifferentTable | 12.271 | |
testSameTable | 2.92 | |
testDoubleTable | 2.386 |
ExtendWithTest
testDataSource(DataSource) | 0.284 | |
testDatabaseInfo(DatabaseInfo) | 0.101 | |
testEmbeddedPostgres(EmbeddedPostgres) | 0.092 |
ConnectConfigTest
test | 10.149 |
DatabaseInfoTest
testException | 0.498 | |
testFull | 0.111 | |
testMinimal | 0.002 |
EmbeddedPostgresTest
testInitDbOptions | 10.242 | |
testDatasources | 2.457 | |
testEmbeddedPg | 1.834 | |
testEmbeddedPgCreationWithNestedDataDirectory | 1.265 |
Junit5InstanceMemberTest
testTableCreation | 12.42 | |
testTableExists | 2.826 |
DatabaseManagerTest
testSingleDatabase | 10.399 | |
testMultiDatabase | 2.945 |
Junit5NestedTest$TableValidation
testTableExists | 0.14 |
Junit5NestedTest$TableCreation
testTableCreation | 0.102 |
ClasspathLocatorTest
testClasspathLocator | 8.448 |