matcher)方法,需要引入hamcrest...">
在項(xiàng)目中加入junit-x.x.jar包
在MyEclipse在package上右鍵 可以找到 Junit Test Case
這是負(fù)責(zé)單元測(cè)試的類(lèi)
只要在合適的包中 一般在對(duì)應(yīng)待測(cè)試類(lèi)的test包中 新建Junit Test Case
然后可以選擇 對(duì)哪個(gè)類(lèi) 的哪個(gè)方法進(jìn)行測(cè)試
MyEclipse會(huì)自動(dòng)生成測(cè)試類(lèi)框架
如果要用4以上推出的 assertThat(T actual,org.hamcrest.Matcher<T> matcher)方法
需要引入hamcrest中的hamcrest-core.jar hamcrest-library.jar兩個(gè)包
由assertThat第二個(gè)參數(shù)名可以看出 是由hamcrest定義的