=== Unit Test 작성을 위한 pom.xml dependency 설정 === . . . 중략 . . . junit junit 4.4 test org.easymock easymock 2.4 test org.easymock easymockclassextension 2.4 test org.dbunit dbunit 2.4.3 test org.unitils unitils 2.2 test org.slf4j slf4j-api 1.5.6 org.slf4j slf4j-nop 1.5.6 runtime true . . . 중략 . . .