Lines Matching refs:alert
25 app.alert('PASS: ' + prop + ' = ' + actual);
27 app.alert('FAIL: ' + prop + ' = ' + actual + ', expected = ' + expected);
30 app.alert('ERROR: ' + e.toString());
37 app.alert('FAIL: ' + prop + ', expected to throw');
39 app.alert('PASS: ' + prop + ' threw ' + e.toString());
48 app.alert('PASS: ' + prop + ' = ' + actual);
50 app.alert('FAIL: ' + prop + ' = ' + actual + ', expected = ' + newValue);
53 app.alert('ERROR: ' + e.toString());
62 app.alert('PASS: ' + prop + ' = ' + actual);
64 app.alert('FAIL: ' + prop + ' = ' + actual + ', expected = ' + expected);
67 app.alert('ERROR: ' + e.toString());
74 app.alert('FAIL: ' + prop + ' = ' + newValue + ', expected to throw');
76 app.alert('PASS: ' + prop + ' threw ' + e.toString());