Skip to content

Latest commit

 

History

History

testinteg

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Maven Central

An Integration Testing Framework for Java SCORE

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.

Usage

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.