Lines Matching refs:testFailed
33 function testFailed(msg)
87 testFailed(_a + " threw exception " + e);
105 testFailed(_a + " should be " + _bv + ". Threw exception " + exception);
109 testFailed(_a + " should be " + _bv + ". Was " + stringify(_av) + ".");
111 testFailed(_a + " should be " + _bv + " (of type " + typeof _bv + "). Was " + _av + " (of type " + typeof _av + ").");
139 testFailed("Evaluating " + actual + ": Threw exception " + e);
173 testFailed(_a + " should be non-zero. Threw exception " + exception);
177 testFailed(_a + " should be non-zero. Was " + _av);
191 testFailed(_a + " should be non-null. Threw exception " + exception);
195 testFailed(_a + " should be non-null. Was " + _av);
209 testFailed(_a + " should be undefined. Threw exception " + exception);
213 testFailed(_a + " should be undefined. Was " + _av);
235 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Threw exception " + exception + ".");
237 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was undefined.");
239 testFailed(_a + " should throw " + (typeof _e == "undefined" ? "an exception" : _ev) + ". Was " + _av + ".");