Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 638 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 638 Bytes

Integrate MinuteLab labs into java "Unit" tests

Build Status License: MIT

Support for integrating MinuteLab labs inside Java "unit" testing.

Write "unit" tests that can set up servers on demand.

With MinuteLab you can decorate JUnit tests with rules that make sure that you have the appropriate environment set up for the test. For example you can treat a real postgres database as an embedded database.