(a, msg)
| 117 | if (a) eq(a.sticky, b.sticky, msg ? msg + ' (sticky)' : 'sticky'); |
| 118 | } |
| 119 | function is(a, msg) { |
| 120 | if (!a) throw new Failure(label("assertion failed", msg)); |
| 121 | } |
| 122 | |
| 123 | function countTests() { |
| 124 | if (!filters.length) return tests.length; |