박재성님 Junit 강좌 정리
(setup)
(using)
... import... ...class @Before public void setup(){ cal = new Calculator(); //후에 수행되는 모든 TestCase에 대해 해당 초기화작업 진행 }