Simple but practical conveniences for Corda Test Suites; because who doesn't need to grow some more of those.
The latest release includes both a helper class and
JUnit5
extension for creating and testing against a Corda network using
the following test approaches:
- API Testing using a Corda MockNetwork.
- Integration(-ish) Testing using the Corda Node Driver.
- Real Integration Testing using docker via Testcontainers, based on the output produced by Cordform .
Corda Testacles is tested against both Corda Open Source and Enterprise, versions 4.5 or later.
Checkout the documentation at https://manosbatsis.github.io/corda-testacles for more info.
Please note this is a work in progress, with unstable messy parts and so on. A sandbox really, something to help focus while trying to pickup a thing or two around the bits involved and make my day-to-day easier.