質問編集履歴

2

依存関係を修正

2021/03/12 16:32

投稿

Rina0x0
Rina0x0

スコア1

test CHANGED
File without changes
test CHANGED
@@ -38,7 +38,15 @@
38
38
 
39
39
  ```
40
40
 
41
- testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.6.2'
41
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: JUNIT_JUPITER_VERSION
42
+
43
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: JUNIT_JUPITER_VERSION
44
+
45
+ testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: JUNIT_JUPITER_VERSION
46
+
47
+ testImplementation group: 'org.junit.vintage', name: 'junit-vintage-engine', version: JUNIT_JUPITER_VERSION
48
+
49
+ testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.6.2'
42
50
 
43
51
  testImplementation group: 'org.mockito', name: 'mockito-core', version: '3.8.0'
44
52
 

1

誤字があったので修正しています

2021/03/12 16:32

投稿

Rina0x0
Rina0x0

スコア1

test CHANGED
File without changes
test CHANGED
@@ -94,10 +94,6 @@
94
94
 
95
95
  package com.myapp.usecase;
96
96
 
97
-
98
-
99
- import com.myapp.domain.Money;
100
-
101
97
  import com.myapp.usecase.gateway.Gateway;
102
98
 
103
99
 
@@ -132,12 +128,6 @@
132
128
 
133
129
 
134
130
 
135
- import com.myapp.domain.Money;
136
-
137
- import com.myapp.usecase.gateway.Gateway;
138
-
139
-
140
-
141
131
  public class Gateway {
142
132
 
143
133
  public String getInputValue() {