by shigemk2

当面は技術的なことしか書かない

assertThat

int expected = 7;
int actual = add(3, 4);
assertThat(actual, is(expected));

検証コードが自然言語の表記に近くなる。