質問編集履歴
1
SampleSessionTestControllerTestのアノテーション追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -49,6 +49,10 @@
|
|
49
49
|
#### テストコード
|
50
50
|
|
51
51
|
```
|
52
|
+
@RunWith(SpringRunner.class)
|
53
|
+
@ExtendWith(MockitoExtension.class)
|
54
|
+
@SpringBootTest
|
55
|
+
@AutoConfigureMockMvc
|
52
56
|
public class SampleSessionTestControllerTest {
|
53
57
|
|
54
58
|
@Autowired
|