Testing 播放而不是运行测试

Testing 播放而不是运行测试,testing,playframework,Testing,Playframework,我正在写我的第一个剧本!由于某种原因,当我运行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] [in

我正在写我的第一个剧本!由于某种原因,当我运行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个错误”

这是2.1.3关于Java测试的一个已知问题-请查看Play用户论坛了解解决方法,或使用2.1.4-RC1。对由此带来的不便表示歉意。

感谢您的回复,2.1.4RC1有多稳定?我在google groups页面上尝试了该解决方案,现在测试将完全不执行,在我运行测试命令后它将挂起。我刚刚尝试了2.1.4RC1,它也一直挂起。我意识到这是集成测试(默认情况下包括在内),所以我删除了该测试,我的测试运行良好(包括2.1.3中提供的解决方案)。似乎出于某种原因,集成测试没有正常运行/完成。如果您可以发布一个链接到您的项目,那么我可能可以看一看。2.1.4-RC1非常稳定-我们也将很快发布2.1.4-RC2。