3
當我運行與IDEA規格+ Scalacheck測試中,我得到好的漂亮的輸出:如何使用maven從specs + scalacheck獲得漂亮的輸出結果?
Specification "CoreSpec"
The core grammar should
+ parse any encoded string
+ fail to parse an empty encoded string
+ parse an expected empty string
+ fail on a non-empty string when expecting an empty string
+ parse well-formed coordinates
爲了得到我的測試,使用Maven跑,我通常:
class CoreSpecTest extends JUnit4(CoreSpec)
.. 。但然後輸出不是很滿意:
Running CoreSpecTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.782 sec
Results :
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0
有沒有辦法在這種情況下得到漂亮的輸出?
謝謝...
好主意,謝謝。現在用Maven卡住... – 2010-12-08 16:36:45