File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ mvn idea:idea
8383
8484# for. Eclipse
8585mvn eclipse:eclipse
86+ mvn eclipse:configure-workspace -Declipse.workspace=/path/to/eclipse/workspace
8687```
8788
8889### テストの実行
Original file line number Diff line number Diff line change 3737 <version >${junit.jupiter.version} </version >
3838 <scope >test</scope >
3939 </dependency >
40+ <dependency >
41+ <groupId >org.junit.jupiter</groupId >
42+ <artifactId >junit-jupiter-engine</artifactId >
43+ <version >${junit.jupiter.version} </version >
44+ <scope >test</scope >
45+ </dependency >
46+ <dependency >
47+ <groupId >org.junit.platform</groupId >
48+ <artifactId >junit-platform-launcher</artifactId >
49+ <version >${junit.platform.version} </version >
50+ <scope >test</scope >
51+ </dependency >
4052 </dependencies >
4153 <build >
4254 <plugins >
6577 <artifactId >junit-platform-surefire-provider</artifactId >
6678 <version >${junit.platform.version} </version >
6779 </dependency >
68- <dependency >
69- <groupId >org.junit.jupiter</groupId >
70- <artifactId >junit-jupiter-engine</artifactId >
71- <version >${junit.jupiter.version} </version >
72- </dependency >
7380 </dependencies >
7481 </plugin >
7582 </plugins >
You can’t perform that action at this time.
0 commit comments