Replace deprecated JUnit and Mockito statics. #2956

This commit is contained in:
Mark H. Wood
2020-11-18 16:12:41 -05:00
parent 7d64bb6f71
commit 87cfac01d4
39 changed files with 57 additions and 55 deletions

View File

@@ -10,9 +10,9 @@ package org.dspace.content;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.CoreMatchers.nullValue;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
import static org.mockito.ArgumentMatchers.any;