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
@@ -3,7 +3,7 @@ package com.sap.sailing.server.impl;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.not;
import static org.hamcrest.CoreMatchers.sameInstance;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.mockito.Matchers.any;
import static org.mockito.Matchers.eq;
import static org.mockito.Matchers.same;
@@ -3,7 +3,7 @@ package com.sap.sailing.server.impl;
import static org.hamcrest.Matchers.is;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertTrue;
import java.util.Collection;