Lines Matching full:false
64 return false;
67 return false;
78 if (a == null || b == null) return false;
84 return false;
87 return false;
89 return false;
93 return false;
95 return false;
132 assertEquals(false, value, name_opt);
165 threwException = false;
173 if (!threwException) assertTrue(false, "did not throw exception");
179 assertTrue(false, "Object <" + obj + "> is not an instance of <" + type + ">");
192 assertTrue(false, "threw an exception: " + (e.message || e));