第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何在多模塊項(xiàng)目中使用 JUnit5 和 SpringBoot2 通過 gradle

如何在多模塊項(xiàng)目中使用 JUnit5 和 SpringBoot2 通過 gradle

小怪獸愛吃肉 2023-09-13 15:25:21
我創(chuàng)建了一個(gè)空的 gradle 項(xiàng)目,內(nèi)部包含單個(gè)模塊(子項(xiàng)目),也作為 gradle 項(xiàng)目,但使用 Spring boot 2。主要(無標(biāo)題1)build.gradle:group 'com.example'version '1.0-SNAPSHOT'allprojects {    repositories {        mavenCentral()    }}設(shè)置.gradle:rootProject.name = 'main-project'include 'new-one'子項(xiàng)目(新項(xiàng)目):構(gòu)建 gradle:plugins {    id("java")    id("org.springframework.boot") version "2.1.8.RELEASE"    id("io.spring.dependency-management") version "1.0.8.RELEASE"}group = 'com.example'version '1.0-SNAPSHOT'sourceCompatibility = 1.12dependencies {    implementation 'org.springframework.boot:spring-boot-dependencies:2.0.5.RELEASE'    implementation 'org.springframework.boot:spring-boot-starter-web'    testImplementation 'org.springframework.boot:spring-boot-starter-test'    def junit = '5.5.2'    testImplementation ("org.junit.jupiter:junit-jupiter-api:${junit}")    testImplementation ("org.junit.jupiter:junit-jupiter-params:${junit}")    testImplementation ("org.assertj:assertj-core:3.11.1")    testRuntime("org.junit.jupiter:junit-jupiter-engine:${junit}")}test {    useJUnitPlatform()}使用測(cè)試運(yùn)行器運(yùn)行測(cè)試:IntelliJ idea 編譯并通過測(cè)試,但是當(dāng)我使用 gradle 時(shí),如果我運(yùn)行單個(gè)測(cè)試,它會(huì)返回:Testing started at 2:48 PM ...> Task :new-one:cleanTest> Task :new-one:compileJava UP-TO-DATE> Task :new-one:processResources NO-SOURCE> Task :new-one:classes UP-TO-DATE> Task :new-one:compileTestJava> Task :new-one:processTestResources NO-SOURCE> Task :new-one:testClasses> Task :new-one:test FAILEDSep 30, 2019 2:48:53 PM org.junit.platform.launcher.core.DefaultLauncher handleThrowableWARNING: TestEngine with ID 'junit-jupiter' failed to discover testsjava.lang.NoClassDefFoundError: org/junit/platform/engine/support/discovery/Sel
查看完整描述

1 回答

?
江戶川亂折騰

TA貢獻(xiàn)1851條經(jīng)驗(yàn) 獲得超5個(gè)贊

如https://github.com/junit-team/junit5-samples/blob/r5.5.2/junit5-jupiter-starter-gradle/build.gradle所示,我建議將 Jupiter 依賴項(xiàng)定義為:

testImplementation('org.junit.jupiter:junit-jupiter:5.5.2')

希望能解決這個(gè)問題。


查看完整回答
反對(duì) 回復(fù) 2023-09-13
  • 1 回答
  • 0 關(guān)注
  • 135 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)