org.junit.Test 註解失效的問題The import org.junit cannot be resolved

檢查pom依賴後確認junit的jar包,java

儘管查看maven依賴裏面有jar包,可是,jar包的顏色是灰色的,而且編譯時報錯:The import org.junit cannot be resolvedmaven

緣由是<scope>test</scope>
含義是依賴項目僅僅參與測試相關的工做,包括測試代碼的編譯,執行,不能在src/main/java包下面使用,只能在src/test/java下使用測試

相關文章
相關標籤/搜索