package biz.k11i.demo; import org.junit.Test; import static org.junit.Assert.assertThat; import static uk.co.datumedge.hamcrest.json.SameJSONAs.sameJSONAs; /** * hamcrest-json の利用デモ。 * <p>Gradle をお使いの方なら、以下のように記述すれば OK</p> * <pre> * dependencies { * testCompile group: 'junit', name: 'junit', version: '4.11' * testCompile group: 'uk.co.datumedge', name: 'hamcrest-json', version: '0.2' * } * </pre>