0
當我在grails 2.4.2上運行grails測試應用程序時發生錯誤,但是run-app很好。Grails運行帶分叉Grails虛擬機的測試應用程序VM退出時出錯
我與Grails的2.4.2
工作的錯誤日誌是這樣的:
Failure: initializationError(org.junit.runner.manipulation.Filter)
| java.lang.Exception: No tests found matching grails test target pattern filter from [email protected]
at org.junit.internal.requests.FilterRequest.getRunner(FilterRequest.java:35)
at org.junit.runner.JUnitCore.run(JUnitCore.java:138)
| Completed 1 unit test, 1 failed in 0m 0s
| Tests FAILED - view reports in /home/pinhaoo/grailsworkspace/testing/target/test-reports
| Error Forked Grails VM exited with error
任何幫助表示讚賞
你看過提供的測試報告嗎?它應該有希望告訴你什麼失敗了,爲什麼。如果這還不夠,你需要提供比你在這裏更多的信息,這太稀少了,無法幫助提供答案。 – mnd