본문 바로가기

프로그래밍/SPRING 3.X

jUnit에서 assertTha과 is에 대한 import문

import static org.hamcrest.CoreMatchers.*;  // is, notNullValue..

import static org.junit.Assert.*;   // assertThat, fail...


이클립스에 등록하기 http://blog.naver.com/civan/150069226814