Updated tests with isBlocking().

This commit is contained in:
EvilSeph
2012-03-14 01:35:43 -04:00
parent e8f00c8fd8
commit 627aa62119

View File

@@ -744,4 +744,8 @@ public class TestPlayer implements Player {
public void abandonConversation(Conversation conversation, ConversationAbandonedEvent details) {
throw new UnsupportedOperationException("Not supported yet.");
}
public boolean isBlocking() {
throw new UnsupportedOperationException("Not supported yet.");
}
}