adjusted code to upgraded JUnit, avoiding deprecation warnings

This commit is contained in:
Axel Uhl
2022-11-29 13:47:14 +01:00
parent 9c0413ce2a
commit a679cf5236
66 changed files with 86 additions and 96 deletions
@@ -1,7 +1,7 @@
package com.sap.sailing.datamining.impl.components;
import static org.hamcrest.CoreMatchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.stub;
@@ -1,7 +1,7 @@
package com.sap.sailing.datamining.impl.functions;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
import java.lang.reflect.Method;
import java.util.Arrays;