Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 543 Bytes

JUnit.md

File metadata and controls

13 lines (9 loc) · 543 Bytes

Keyword

junit unittest

Reference

상황/ 궁금증

  • 예전에 작성해둔 junit testcase를 보는데, parameterized test로 작성해두었지만, 파라미터 수와 타입이 달라서 코드가 복잡하고 가독성이 떨어진다 [궁금]더 좋은 방법은? 테스트케이스 분리는 어디까지? JUnitParams 써볼까?

정리