mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 03:35:11 +01:00
parent
0d7836ff12
commit
16c4c9b0be
@ -1,7 +1,6 @@
|
|||||||
package world.bentobox.bentobox.listeners;
|
package world.bentobox.bentobox.listeners;
|
||||||
|
|
||||||
import org.junit.Before;
|
import org.junit.Before;
|
||||||
import org.junit.Ignore;
|
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.powermock.core.classloader.annotations.PrepareForTest;
|
import org.powermock.core.classloader.annotations.PrepareForTest;
|
||||||
import org.powermock.modules.junit4.PowerMockRunner;
|
import org.powermock.modules.junit4.PowerMockRunner;
|
||||||
@ -20,7 +19,6 @@ import static org.mockito.Mockito.when;
|
|||||||
*/
|
*/
|
||||||
@RunWith(PowerMockRunner.class)
|
@RunWith(PowerMockRunner.class)
|
||||||
@PrepareForTest({BentoBox.class})
|
@PrepareForTest({BentoBox.class})
|
||||||
@Ignore
|
|
||||||
public class NetherTreesListenerTest {
|
public class NetherTreesListenerTest {
|
||||||
|
|
||||||
/* Plugin */
|
/* Plugin */
|
||||||
|
@ -89,7 +89,7 @@ public class PanelListenerManagerTest {
|
|||||||
click = ClickType.LEFT;
|
click = ClickType.LEFT;
|
||||||
inv = InventoryAction.UNKNOWN;
|
inv = InventoryAction.UNKNOWN;
|
||||||
|
|
||||||
plm = new PanelListenerManager(plugin);
|
plm = new PanelListenerManager();
|
||||||
|
|
||||||
// Panel
|
// Panel
|
||||||
panel = mock(Panel.class);
|
panel = mock(Panel.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user