Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 934 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 934 Bytes

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.