<Spring MVC 테스팅(static import)>

​* import static org.junit.Assert.*;

* import static

  org.springframework.test.web.servlet.request

  .MockMVCRequestBuilders.*;

* import static

  org.springframework.test.web.servlet.result.

  MockMvcResultMatchers.*;

* import static

  org.springframework.test.web.servlet.setup.

  MockMvcBuilders.*;

 

 

 

 

+ Recent posts