having problems trying to run by unit test with Ant, my test class uses Jmock;
@RunWith(JMock.class)
and annotations to identify each test method. When i attempt to build with ant (1.7.1) i get a
[junit] No tests found in MyTestClass
[junit] junit.framework.AssertionFailedError: No tests found
Any suggestions?