From 13040dfd62a5c39d072dc15eb3728077c02042c1 Mon Sep 17 00:00:00 2001 From: EvilSeph Date: Thu, 22 Mar 2012 18:17:38 -0400 Subject: Added missing tests to TestPlayer. --- src/test/java/org/bukkit/plugin/messaging/TestPlayer.java | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/test') diff --git a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java index 94199465..4a4032b6 100644 --- a/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java +++ b/src/test/java/org/bukkit/plugin/messaging/TestPlayer.java @@ -637,6 +637,14 @@ public class TestPlayer implements Player { throw new UnsupportedOperationException("Not supported yet."); } + public boolean isFlying() { + throw new UnsupportedOperationException("Not supported yet."); + } + + public void setFlying(boolean value) { + throw new UnsupportedOperationException("Not supported yet."); + } + public boolean addPotionEffect(PotionEffect effect) { throw new UnsupportedOperationException("Not supported yet."); } -- cgit v1.2.3