soulduse / springboot-with-kotlin-study

인프런 백기선 영상 또는 스프링부트2 책 내용을 토대로 코틀린으로 컨버팅해서 학습한 자료를 올립니다.
1 stars 0 forks source link

junit 이 4와 5가 혼용되고 있는거 같아요. #4

Open ysera34 opened 5 years ago

ysera34 commented 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 할거 같습니다 😅

soulduse commented 5 years ago

@ysera34 지금보니 그렇네요 짬뽕으로 썼구나 감사합니다!