use of org.mamute.model.Answer in project mamute by caelum.
the class RetrieveKarmaTest method should_handle_answer_with_moderator.
@Test
public void should_handle_answer_with_moderator() {
Answer answer = answer(null, question, null);
assertTrue(retrieveKarma.shouldHandle(answer));
}
Aggregations