質問編集履歴
1
SampleSessionTestControllerTestのアノテーション追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -100,6 +100,14 @@
|
|
100
100
|
|
101
101
|
```
|
102
102
|
|
103
|
+
@RunWith(SpringRunner.class)
|
104
|
+
|
105
|
+
@ExtendWith(MockitoExtension.class)
|
106
|
+
|
107
|
+
@SpringBootTest
|
108
|
+
|
109
|
+
@AutoConfigureMockMvc
|
110
|
+
|
103
111
|
public class SampleSessionTestControllerTest {
|
104
112
|
|
105
113
|
|