Skip to content

Commit 4064dc5

Browse files
committed
Update README.md
1 parent c733f66 commit 4064dc5

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,21 @@
1-
# javaee-unittest
1+
[![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)
2+
3+
# An Unit Testing Framework for Java SCORE
4+
5+
This repository contains a Java library that can be used to perform the unit testing on your Java SCORE implementation.
6+
It provides a SCORE execution emulation layer that can be integrated with the JUnit 5 and Mockito frameworks.
7+
8+
## Usage
9+
10+
You can include this package from [Maven Central](https://search.maven.org/search?q=g:foundation.icon%20a:javaee-unittest)
11+
by adding the following dependency in your `build.gradle`.
12+
13+
```groovy
14+
implementation 'foundation.icon:javaee-unittest:0.9.0'
15+
```
16+
17+
For a more complete example, please visit [Java SCORE Examples](https://github.com/icon-project/java-score-examples).
18+
19+
## License
20+
21+
This project is available under the [Apache License, Version 2.0](LICENSE).

0 commit comments

Comments
 (0)