jam2in / arcus-java-client

Arcus Java client
Apache License 2.0
0 stars 0 forks source link

중복된 Test code 제거 작업 #18

Closed aiceru closed 8 years ago

aiceru commented 8 years ago

테스트 함수들 중 ~~~UsingSingleClient() 코드의 목적이 불분명하고, 코드 중복이 일어나고 있어 삭제하기로 결정함.

arcus client pool 을 사용하는 경우와 단일 arcus client 를 사용하는 경우로 나누어 테스트하려고 했던 것으로 추측되나, ArcusClientPool 의 경우 모든 API 호출이 this.getClient().~~~() 호출로 이어지기 때문에 굳이 나누어 테스트하는 것이 불필요하다고 판단됨.

aiceru commented 8 years ago

Close