This subproject contains a Java library that can be used to perform the integration testing on your Java SCORE implementation. It assumes there is a running ICON network (either local or remote) that can be connected for the testing, and provides some utility classes and methods to interact with the ICON network using ICON SDK for Java.
You can include this package from Maven Central
by adding the following dependency in your build.gradle
.
testImplementation 'foundation.icon:javaee-integration-test:0.9.0'
For a more complete example, please visit Java SCORE Examples.