Merge pull request #19826 from dreis2211
* pr/19826: Reinstate running of OutputCaptureRuleTests Closes gh-19826
This commit is contained in:
commit
308d9baec0
|
@ -52,4 +52,10 @@ dependencies {
|
||||||
testImplementation 'org.testng:testng'
|
testImplementation 'org.testng:testng'
|
||||||
|
|
||||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||||
|
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine'
|
||||||
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
useJUnit()
|
||||||
|
useJUnitPlatform()
|
||||||
}
|
}
|
Loading…
Reference in New Issue