2021-02-26から1日間の記事一覧

No tests were executed!

「No tests were executed!」のこれまで経験した解決パターン パターン1: pom.xmlに以下を追加 <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.22.2</version> </plugin> </plugins> </build> パターン2: プロジェクトをgit …