Searched refs:testBoolean (Results 1 – 3 of 3) sorted by relevance
45 public void testBoolean() throws Exception { in testBoolean() method in StubMethodAdapterTest48 testBoolean((name, type) -> false, Assert::assertTrue, methodName); in testBoolean()50 testBoolean((name, type) -> methodName.equals(name) && in testBoolean()57 private void testBoolean(BiPredicate<String, Type> methodPredicate, Consumer<Boolean> assertion, in testBoolean() method in StubMethodAdapterTest
43 public void testBoolean() { in testBoolean() method in ObservableFieldTest
147 public void testBoolean() throws Throwable { in testBoolean() method in OverlayBaseTest