1

私の grails テストには、標準の grail 統合テストと sock テストである一連の統合テストがあります。

実行することですべての統合を実行できます

   grails integration:

実行するだけで、スポック統合テストを実行できます

   grails integration:spock

スポック テストではないすべての統合テストを実行するにはどうすればよいですか?

ありがとう

4

1 に答える 1

3

grails test-app integration:integrationすべての JUnit 統合テストに使用されます。

于 2013-08-25T01:00:29.237 に答える