java.lang.Exception: No tests found matching [{ExactMatcher:fDisplayName=testfindAll], {ExactMatcher:fDisplayName=testfindAll(com.tao.test.TestImpl)], {LeadingIdentifierMatcher:fClassName=com.tao.test.TestImpl,fLeadingIdentifier=testfindAll]] from or…
错误提示: junit.framework.AssertionFailedError: No tests found in错误解决办法 用junit Test运行后,出现如下的错误:junit.framework.AssertionFailedError: No tests found in com.wichina.model.Test at junit.framework.Assert.fail(Assert.java:) at junit.framework.TestSuite$.runTe…