2013-12-18 assertThat JUnit int expected = 7; int actual = add(3, 4); assertThat(actual, is(expected)); 検証コードが自然言語の表記に近くなる。