#16 board : data rest test disabled

This commit is contained in:
haerong22
2022-08-08 03:30:38 +09:00
parent afd18594cd
commit ead357016d

View File

@@ -1,5 +1,6 @@
package com.example.board.controller;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
@@ -13,6 +14,7 @@ import static org.springframework.test.web.servlet.request.MockMvcRequestBuilder
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.content;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
@Disabled("Spring Data REST 통합테스트는 불필요하므로 제외")
@DisplayName("Data REST - API 테스트")
@AutoConfigureMockMvc
@Transactional