各テストの開始時に STDOUT に出力して、Grails Spock 統合テストの進行状況を追跡したいと思います。したがって、テストの実行中は、サービスとコントローラーからのログ データ出力と、テストの開始を示す出力の両方が混在します。
例:
テスト 1 の開始
2012-02-09 13:01:41,375 [main] DEBUG - Adding included service vertex 2 to DAG
2012-02-09 13:01:41,377 [main] DEBUG - Adding this service vertex 4f34262584ae3fec6cc2d0f0 to DAG
テスト 2 の開始
2012-02-09 13:01:41,377 [main] DEBUG - Connecting included service vertex 4f34262584ae3fec6cc2d0f0 to 2
2012-02-09 13:01:41,379 [main] DEBUG - Added all the edges to the DAG for this service 4f34262584ae3fec6cc2d0f0
テスト 3 の開始
...