Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 660 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 660 Bytes

db-test-utils

Utility library for writing JUnit database integration tests with an embedded PostgreSQL and Liquibase

Java CI with Maven Maven Central

<dependency>
    <groupId>de.hs-heilbronn.mi</groupId>
    <artifactId>db-test-utils</artifactId>
    <version>1.0.0</version>
</dependency>