|
@ -9,10 +9,6 @@ import org.bitbiome.entities.Player; |
|
|
import org.junit.jupiter.api.Test; |
|
|
import org.junit.jupiter.api.Test; |
|
|
|
|
|
|
|
|
public class UseCommandTest { |
|
|
public class UseCommandTest { |
|
|
public void testUseCommand() { |
|
|
|
|
|
testGetUseMessage(); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|
public void testUseItemMob() { |
|
|
public void testUseItemMob() { |
|
|
UseCommand com = new UseCommand(); |
|
|
UseCommand com = new UseCommand(); |
|
|