BAEL-5351: Resolved PMD violations by renaming file
This commit is contained in:
parent
7f88e21e92
commit
54f43a311a
|
@ -6,7 +6,7 @@ import org.junit.Test;
|
|||
import static org.junit.jupiter.api.Assertions.assertFalse;
|
||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||
|
||||
public class EmptyMapInitializerTest {
|
||||
public class EmptyMapInitializerUnitTest {
|
||||
|
||||
@Test(expected=UnsupportedOperationException.class)
|
||||
public void givenEmptyMap_whenAddingEntries_throwsException() {
|
Loading…
Reference in New Issue