我們僅將單元測試移植到JUnit5。意識到這仍然是相當早的採用與谷歌的一點提示。 最具挑戰性的是讓jacoco代碼覆蓋我們使用上詹金斯的Junit5測試。由於這花了我近一天的時間才弄清楚,我以爲我分享了。儘管如此,如果你知道更好的解決方案,我會感興趣的! buildscript {
dependencies {
// dependency needed to run jun
我試圖通過LauncherDiscoveryRequest作爲described in the user guide來發現JUnit 5測試。 LauncherDiscoveryRequest request = LauncherDiscoveryRequestBuilder.request()
.filters(includeClassNamePatterns(".*"))