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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidtestDatabaseInfo(DatabaseInfo databaseInfo) voidtestDataSource(DataSource dataSource) void 
- 
Constructor Details
- 
ExtendWithTest
public ExtendWithTest() 
 - 
 - 
Method Details
- 
testEmbeddedPostgres
- Throws:
 SQLException
 - 
testDatabaseInfo
- Throws:
 SQLException
 - 
testDataSource
- Throws:
 SQLException
 
 -