HEESUN

Results 2 comments of HEESUN

그래도 어떻게든 하려고 하고있는데 ```java package com.heesun.mycontact.interfaces; import com.heesun.mycontact.domain.RestaurantRespositoryImpl; import org.hamcrest.CoreMatchers; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest; import org.springframework.boot.test.mock.mockito.SpyBean; import org.springframework.test.context.junit4.SpringRunner; import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.ResultMatcher; import org.springframework.test.web.servlet.result.MockMvcResultMatchers; import...