Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/icon-project/javaee-unittest

Unit Testing Framework for Java SCORE
https://github.com/icon-project/javaee-unittest

Last synced: about 2 months ago
JSON representation

Unit Testing Framework for Java SCORE

Awesome Lists containing this project

README

        

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/foundation.icon/javaee-unittest/badge.svg)](https://search.maven.org/search?q=g:foundation.icon%20a:javaee-unittest)

# 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](https://search.maven.org/search?q=g:foundation.icon%20a:javaee-unittest)
by adding the following dependency in your `build.gradle`.

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

For a more complete example, please visit [Java SCORE Examples](https://github.com/icon-project/java-score-examples).

## License

This project is available under the [Apache License, Version 2.0](LICENSE).