質問するログイン新規登録

質問編集履歴

1

add source code

2019/09/09 08:30

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -78,6 +78,16 @@
78
78
  ```
79
79
  **test class**
80
80
  ```
81
+ package test.model.beans;
82
+
83
+
84
+ import static org.hamcrest.MatcherAssert.*;
85
+ import static org.hamcrest.Matchers.*;
86
+
87
+ import org.junit.jupiter.api.Test;
88
+
89
+ import model.beans.Account;
90
+
81
91
  public class AccountTest {
82
92
 
83
93
  @Test
@@ -92,6 +102,7 @@
92
102
  }
93
103
 
94
104
  }
105
+
95
106
  ```
96
107
  ### エラーメッセージ
97
108