@RunWith(MockitoJUnitRunner.class)
public abstract class MockitoTestCase {
}
All test classes extends
this class. But when type mvn test,
All these test classes are ignored.
--
You received this message because you are subscribed to the Google Groups "mockito" group.
To post to this group, send email to moc...@googlegroups.com.
To unsubscribe from this group, send email to mockito+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/mockito?hl=en.

