생성자 빈 주입 썸네일형 리스트형 Kotest + 생성자 Bean 주입 상황 @WebMvcTest(TestController::class) class TestControllerTest @Autowired constructor( private val testService: TestService ) : DescribeSpec({ describe("---") { context("---") { it("---") { --- } } } }) Kotest DCI 패턴을 적용하여 테스트를 진행하려고 테스트 코드를 작성하는 과정에서 생성자를 통해 빈을 주입 받으니 다음과 같은 에러가 발생했다. io.kotest.engine.spec.SpecInstantiationException: Could not create instance of class kr.weit.odya.controller.te.. 더보기 이전 1 다음