blog1.mammb.com ã®ã¤ãã§ã« hamcrest ã® CoreMatchers ã«ã¤ãã¦ã¾ã¨ãã¾ãã Matchers ã«ã¤ãã¦ã¯ blog1.mammb.com ã¾ãã¯åºæ¬ã® is 㨠not å ¨ä½çã«ã¯ãããªæãã import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import org.junit.Test; public class FooTest { @Test public void testFoo() { String actual = "foo"; assertThat(actual, is("foo")); } } not ã¯ããã String actual = "foo"; assertThat(actual, not("bar"));
{{#tags}}- {{label}}
{{/tags}}