Corda Testacles
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:
- For API Testing using a Corda MockNetwork, see the Mock Network section.
- For Integration(-ish) Testing using the Corda Node Driver, see the Node Driver section.
- For real Integration Testing using docker via Testcontainers, based on the output produced by Cordform see the Test Containers section.
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.