Skip to content

icon-project/javaee-unittest

Repository files navigation

Maven Central

Unit Testing Framework for Java SCORE

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.

Usage

You can include this package from Maven Central by adding the following dependency in your build.gradle.

testImplementation 'foundation.icon:javaee-unittest:0.12.2'

For a more complete example, please visit Java SCORE Examples.

License

This project is available under the Apache License, Version 2.0.