|
UserGuide
How to use dbassert library
Instructions
postgres:
url: jdbc:postgresql://127.0.0.1/test
username: postgres
password: postgres
driver: org.postgresql.Driver
hsqlSource:
url: jdbc:hsqldb:file:testSrc
username: sa
password:
driver: org.hsqldb.jdbcDriverThe dependencies are:
All database settings and fixtures use that format.
|
Sign in to add a comment