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

質問編集履歴

1

SampleSessionTestControllerTestのアノテーション追記

2021/06/20 09:42

投稿

kyo_k
kyo_k

スコア0

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