程式與日常
執行JUnit測試程式時,出現ClassNotFoundException導致無法執行測試。
ClassNotFoundException
原因在於找不到測試程式的class檔,可能是之前執行過Maven的mvn clean指令將已編譯過的class檔刪除。
mvn clean
解決方法為執行mvn compile test-compile重新編譯原程式及測試程式來產生class檔。
mvn compile test-compile
張貼留言
沒有留言:
張貼留言