Java, JUnit | 00:33こんばんは! MavenセントラルにJUnit 4.11-beta-1が来てたことにようやく気が付きました!で、早速pom.xmlに junit junit 4.11-beta-1 test などと書いて体験します。 JUnit 4.10までのオレオレMatcherアサーションにはorg.junit.Assert#a... 続きを読む
Java, JUnitJUnit Hamcrest の eclipse 設定 - etc9のついでに hamcrest の CoreMatchers についてまとめます。まずは基本の is と not全体的にはこんな感じ。 import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import... 続きを読む