This repository contains a Java library that can be used to perform the unit testing on your Java SCORE implementation. It provides a SCORE execution emulation layer that can be integrated with the JUnit 5 and Mockito frameworks.
You can include this package from Maven Central
by adding the following dependency in your build.gradle
.
testImplementation 'foundation.icon:javaee-unittest:0.9.7'
For a more complete example, please visit Java SCORE Examples.
This project is available under the Apache License, Version 2.0.