Lines Matching refs:Error
23 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
29 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
35 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
41 throw new Error("Expected: " + expected + ", found: " + result); in expectEquals()
49 throw new Error("Expected: " + a + ", found: " + b in expectApproxEquals()
58 throw new Error("Expected: " + a + ", found: " in expectApproxEquals()
65 throw new Error("Expected NaN: " + a); in expectNaN()
71 throw new Error("Expected NaN: " + a); in expectNaN()
78 throw new Error("Expected RuntimeException when dividing by 0"); in expectDivisionByZero()
83 throw new Error("Expected RuntimeException when dividing by 0"); in expectDivisionByZero()
91 throw new Error("Expected RuntimeException when dividing by 0"); in expectDivisionByZero()
96 throw new Error("Expected RuntimeException when dividing by 0"); in expectDivisionByZero()