我在写我的第一部戏!项目,并且由于某种原因,当我运行test命令时,看起来我的测试都没有运行。
Abot::AbotsPlayApp $ play test
[info] Loading project definition from ~/AbotsPlayApp/project
[info] Set current project to AbotsPlayApp (in build file:~/AbotsPlayApp/)
[info] IntegrationTest
[info]
[info]
[info] Total for test IntegrationTest
[info] Finished in 0.0 seconds
[info] 0 tests, 0 failures, 0 errors
[info] ApplicationTest
[info]
[info]
[info] Total for test ApplicationTest
[info] Finished in 0.0 seconds
[info] 0 tests, 0 failures, 0 errors
[info] Passed: : Total 0, Failed 0, Errors 0, Passed 0, Skipped 0
[success] Total time: 1 s, completed Aug 20, 2013 10:11:14 PM
Abot::AbotsPlayApp $为什么它说"0测试,0失败,0错误“?
发布于 2013-08-22 08:16:53
这是关于Java测试的一个已知的2.1.3问题--请查看Play用户论坛进行解决,或者使用2.1.4RC1。对所造成的不便表示歉意。
https://stackoverflow.com/questions/18334917
复制相似问题