File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 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 ) .
You can’t perform that action at this time.
0 commit comments