Class ExtendWithTest
java.lang.Object
de.softwareforge.testing.postgres.junit5.ExtendWithTest
@ExtendWith(de.softwareforge.testing.postgres.junit5.EmbeddedPgExtension.class)
public class ExtendWithTest
extends Object
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidtestDatabaseInfo(DatabaseInfo databaseInfo) voidtestDataSource(DataSource dataSource) void
- 
Constructor Details- 
ExtendWithTestpublic ExtendWithTest()
 
- 
- 
Method Details- 
testEmbeddedPostgres- Throws:
- SQLException
 
- 
testDatabaseInfo- Throws:
- SQLException
 
- 
testDataSource- Throws:
- SQLException
 
 
-