Junit -> JUnit

Just one more change ... verified in Intellij:
Junit -> JUnit
This commit is contained in:
Michael Benz
2022-05-02 10:08:46 +02:00
committed by GitHub
parent ac0b9aa025
commit 4278aa46f5
+2 -2
View File
@@ -83,10 +83,10 @@ The current recommendation is to use IntelliJ IDEA as the IDE to build and hack
#### IntelliJ IDEA
We want to get IntelliJ to run tests using classpath similar to Maven Surefire. To do this set:
`Junit -> modify options -> Do not use module-path option`
`JUnit -> modify options -> Do not use module-path option`
To set this option as the global default for IntelliJ use:
`Run - Edit Configurations -> Edit configuration templates -> Junit -> modify options - Do not use module-path option`
`Run - Edit Configurations -> Edit configuration templates -> JUnit -> modify options - Do not use module-path option`