#306 Add tests for CommandHandler and CommandMapper

This commit is contained in:
ljacqu
2016-01-09 22:51:22 +01:00
parent fc0b7c46ac
commit 4d2f39f06e
3 changed files with 155 additions and 1 deletions
@@ -11,7 +11,6 @@ import org.bukkit.command.BlockCommandSender;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.Mockito;