File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # corda5-testutils [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.manosbatsis.corda5.testutils/integration-junit5:1.1.1" )
1
+ # corda5-testutils [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.manosbatsis.corda5.testutils/integration-junit5.svg )] ( https://repo1.maven.org/maven2/com/github/manosbatsis/corda5/testutils/integration-junit5/ ) [ ![ CI ] ( https://github.com/manosbatsis/corda5-testutils/actions/workflows/gradle.yml/badge.svg )] ( https://github.com/manosbatsis/corda5-testutils/actions/workflows/gradle.yml )
2
2
3
3
Test utilities for Corda 5 applications.
4
4
At the moment this project provides utilities for integration testing with the Corda 5 Combined Worker.
@@ -18,7 +18,7 @@ In your gradle:
18
18
19
19
``` groovy
20
20
21
- testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.1 ")
21
+ testImplementation("com.github.manosbatsis.corda5.testutils:integration-junit5:1.1.2 ")
22
22
23
23
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
24
24
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
Original file line number Diff line number Diff line change 43
43
"files" : [
44
44
" README.md"
45
45
],
46
- "from" : " \\ bintegration -junit5.*" ,
47
- "to" : " integration-junit5:${lastRelease.version}\" )" ,
46
+ "from" : " \\ btestImplementation( \" com.github.manosbatsis.corda5.testutils:integration -junit5.*" ,
47
+ "to" : " testImplementation( \" com.github.manosbatsis.corda5.testutils: integration-junit5:${lastRelease.version}\" )" ,
48
48
"countMatches" : true
49
49
}
50
50
]
You can’t perform that action at this time.
0 commit comments