1

サンプルアプリのコンピューターデータベースを試してから、「プレイテスト」を実行しています。実行中のテストはありません。play 2.1.3 を使用しています。

https://github.com/playframework/playframework/tree/2.1.x/samples/java/computer-database/test

$ play

 _ __ | | __ _ _  _| |
| '_ \| |/ _' | || |_|
|  __/|_|\____|\__ (_)
|_|            |__/

play! 2.1.3 (using Java 1.7.0_25 and Scala 2.10.0), http://www.playframework.org



$ play test
[info] FunctionalTest
[info] 
[info] 
[info] Total for test FunctionalTest
[info] Finished in 0.009 seconds
[info] 0 tests, 0 failures, 0 errors
[info] ModelTest
[info] 
[info] 
[info] Total for test ModelTest
[info] Finished in 0.001 seconds
[info] 0 tests, 0 failures, 0 errors
[info] IntegrationTest
[info] 
[info] 
[info] Total for test IntegrationTest
[info] Finished in 0.0 seconds
[info] 0 tests, 0 failures, 0 errors
4

1 に答える 1