Updated tests with isBlocking().

This commit is contained in:
EvilSeph 2012-03-14 01:35:43 -04:00
parent e30b896163
commit 2ab4e6bdc7

View File

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