2016-09-27 22 views

回答

0

定義的測試將在運行的秩序。 支持的值是「字母」,「reversealphabetical」,「隨機」,「小時工」(就連小時按字母順序排列,扭轉在奇數小時字母),「 failedfirst「,」平衡「和」文件系統「。

<plugin> 
    <groupId>org.apache.maven.plugins</groupId> 
    <artifactId>maven-surefire-plugin</artifactId> 
    <version>2.17</version> 
    <configuration> 
    <runOrder>alphabetical</runOrder> 
    </configuration> 
</plugin> 

Documentation Here

相關問題