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.assertFalse;
|
||||||
import static org.junit.jupiter.api.Assertions.assertTrue;
|
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||||
|
|
||||||
public class EmptyMapInitializerTest {
|
public class EmptyMapInitializerUnitTest {
|
||||||
|
|
||||||
@Test(expected=UnsupportedOperationException.class)
|
@Test(expected=UnsupportedOperationException.class)
|
||||||
public void givenEmptyMap_whenAddingEntries_throwsException() {
|
public void givenEmptyMap_whenAddingEntries_throwsException() {
|
Loading…
x
Reference in New Issue
Block a user