Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icon-project/javaee-unittest
Unit Testing Framework for Java SCORE
https://github.com/icon-project/javaee-unittest
Last synced: 14 days ago
JSON representation
Unit Testing Framework for Java SCORE
- Host: GitHub
- URL: https://github.com/icon-project/javaee-unittest
- Owner: icon-project
- License: apache-2.0
- Created: 2021-06-23T07:06:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-29T02:45:13.000Z (12 months ago)
- Last Synced: 2024-08-01T18:24:26.453Z (3 months ago)
- Language: Java
- Homepage:
- Size: 265 KB
- Stars: 4
- Watchers: 8
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-icon - javaee-unittest - An Unit Testing Framework for ICON Java smart contracts (Testing)
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).