[JUnit] 간단 정리 JUnit은 테스트 모듈이다. 일반적으로 System.out.println등을 사용하는 테스트는 각 클래스에 main메서드등을 만들어야하며 테스트가 끝나면 다시 지워주고, 게다가 테스트의 이력관리가 전혀 되지 않는 단점이 있다. 다음과 같은 클래스를 만들었다고 하면 * TODO To change the template for this generated file go to * Window - Preferences - Java - Code Style - Code Templates */ package helloproject.junit1; import java.util.Calendar; /** * @author Administrator * * TODO To change the template for this g.. 더보기 이전 1 ··· 681 682 683 684 685 686 687 ··· 713 다음