Update imports to use JUnit 5 instead of JUnit 4 (#11425)

* Update imports to use JUnit 5 instead of JUnit 4
* Add commonly used JUnit 4 classes to forbidden packages

Related to: https://github.com/openhab/openhab-core/pull/2534

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-10-24 10:36:47 +02:00
committed by GitHub
parent 739cba7d21
commit a9fd3f23c4
4 changed files with 5 additions and 12 deletions

View File

@@ -12,7 +12,6 @@
*/
package org.openhab.binding.fmiweather;
import static org.junit.Assert.assertNotNull;
import static org.junit.jupiter.api.Assertions.*;
import java.lang.reflect.InvocationTargetException;