File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
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
2
3
- # An Unit Testing Framework for Java SCORE
3
+ # Unit Testing Framework for Java SCORE
4
4
5
5
This repository contains a Java library that can be used to perform the unit testing on your Java SCORE implementation.
6
6
It provides a SCORE execution emulation layer that can be integrated with the JUnit 5 and Mockito frameworks.
@@ -11,7 +11,7 @@ You can include this package from [Maven Central](https://search.maven.org/searc
11
11
by adding the following dependency in your ` build.gradle ` .
12
12
13
13
``` groovy
14
- testImplementation 'foundation.icon:javaee-unittest:0.10 .0'
14
+ testImplementation 'foundation.icon:javaee-unittest:0.11 .0'
15
15
```
16
16
17
17
For a more complete example, please visit [ Java SCORE Examples] ( https://github.com/icon-project/java-score-examples ) .
Original file line number Diff line number Diff line change 1
1
GROUP =foundation.icon
2
- VERSION =0.10 .0
2
+ VERSION =0.11 .0
You can’t perform that action at this time.
0 commit comments