Open ysera34 opened 5 years ago
4 사용 의심 부분 https://github.com/soulduse/springboot-with-kotlin-study/blob/master/src/test/kotlin/com/dave/springbootstudy/BookControllerTest.kt#L7-L8
5 사용 의심 부분 https://github.com/soulduse/springboot-with-kotlin-study/blob/master/src/test/kotlin/com/dave/springbootstudy/TreeSetTest.kt#L3
4를 버리고 junit 5로 통합하고 assertThat 을 사용 할 수 있도록 assertJ 를 추가하는게 awesome 할거 같습니다 😅
@ysera34 지금보니 그렇네요 짬뽕으로 썼구나 감사합니다!
4 사용 의심 부분 https://github.com/soulduse/springboot-with-kotlin-study/blob/master/src/test/kotlin/com/dave/springbootstudy/BookControllerTest.kt#L7-L8
5 사용 의심 부분 https://github.com/soulduse/springboot-with-kotlin-study/blob/master/src/test/kotlin/com/dave/springbootstudy/TreeSetTest.kt#L3
4를 버리고 junit 5로 통합하고 assertThat 을 사용 할 수 있도록 assertJ 를 추가하는게 awesome 할거 같습니다 😅