質問編集履歴
1
add source code
test
CHANGED
File without changes
|
test
CHANGED
@@ -158,6 +158,26 @@
|
|
158
158
|
|
159
159
|
```
|
160
160
|
|
161
|
+
package test.model.beans;
|
162
|
+
|
163
|
+
|
164
|
+
|
165
|
+
|
166
|
+
|
167
|
+
import static org.hamcrest.MatcherAssert.*;
|
168
|
+
|
169
|
+
import static org.hamcrest.Matchers.*;
|
170
|
+
|
171
|
+
|
172
|
+
|
173
|
+
import org.junit.jupiter.api.Test;
|
174
|
+
|
175
|
+
|
176
|
+
|
177
|
+
import model.beans.Account;
|
178
|
+
|
179
|
+
|
180
|
+
|
161
181
|
public class AccountTest {
|
162
182
|
|
163
183
|
|
@@ -186,6 +206,8 @@
|
|
186
206
|
|
187
207
|
}
|
188
208
|
|
209
|
+
|
210
|
+
|
189
211
|
```
|
190
212
|
|
191
213
|
### エラーメッセージ
|