#16 board : data rest test disabled
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user