Searched refs:rawAssertion (Results 1 – 1 of 1) sorted by relevance
11 private MyRawAssertion rawAssertion; field in AssertionTest16 rawAssertion = new MyRawAssertion(); in bm()26 rawAssertion.assertTrue(true); in test2()27 rawAssertion.myAssert("test", true, "Raw test"); in test2()29 assertThat(rawAssertion.getMethods()) in test2()37 rawAssertion.assertTrue(true); in test2_fails()38 rawAssertion.myAssert("test", false, "Raw test"); in test2_fails()41 assertThat(rawAssertion.getMethods()) in test2_fails()