Create tool task that checks Mock fields of test classes

This commit is contained in:
ljacqu
2016-05-21 11:54:54 +02:00
parent 6af65e6cd4
commit 53043ddc0d
7 changed files with 180 additions and 9 deletions
@@ -6,7 +6,6 @@ import fr.xephi.authme.output.Messages;
import fr.xephi.authme.settings.NewSetting;
import fr.xephi.authme.settings.domain.Property;
import fr.xephi.authme.settings.properties.SecuritySettings;
import fr.xephi.authme.util.BukkitService;
import fr.xephi.authme.util.ValidationService;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
@@ -45,8 +44,6 @@ public class CommandServiceTest {
private NewSetting settings;
@Mock
private ValidationService validationService;
@Mock
private BukkitService bukkitService;
@Test
public void shouldSendMessage() {