/javaee-unittest

An Unit Testing Framework for Java SCORE

Primary LanguageJavaApache License 2.0Apache-2.0

Maven Central

An 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.9.7'

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

License

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