static-cleanup #21
@@ -1,4 +1,3 @@
|
||||
import Action.DigAction;
|
||||
import Entity.Player;
|
||||
import Inventory.Inventory;
|
||||
import Job.Miner;
|
||||
@@ -10,7 +9,6 @@ import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.hamcrest.Matchers.*;
|
||||
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||
import static org.mockito.ArgumentMatchers.any;
|
||||
import static org.mockito.ArgumentMatchers.anyInt;
|
||||
import static org.mockito.Mockito.*;
|
||||
|
||||
public class MinerTest {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import static org.junit.jupiter.api.Assertions.*;
|
||||
import org.junit.jupiter.api.Test;
|
||||
|
||||
public class MonsterTest {
|
||||
|
||||
Reference in New Issue
Block a user