4 lines
109 B
Groovy
4 lines
109 B
Groovy
dependencies {
|
|
testImplementation testLibs.junit.jupiter.params
|
|
testImplementation testLibs.junit4
|
|
}
|