Convert UnitTestUtility to a JUnit 5 MockHardwareExtension (#1153)

Only initialize the HAL once.
This commit is contained in:
Austin Shalit
2018-06-24 03:19:45 -04:00
committed by Peter Johnson
parent b7807bf9d2
commit 50b13d2f36
7 changed files with 18 additions and 31 deletions

View File

@@ -80,6 +80,7 @@ publishing {
test {
useJUnitPlatform()
systemProperty 'junit.jupiter.extensions.autodetection.enabled', 'true'
testLogging {
events "failed"
exceptionFormat "full"