Lines Matching refs:asserts
147 'test: asserts': function() {
163 'test: asserts fail areNotEqual': function() {
166 'test: asserts fail areNotSame': function() {
169 'test: asserts fail isFalse': function() {
172 'test: asserts fail isTrue': function() {
175 'test: asserts fail isNaN': function() {
178 'test: asserts fail isNotNaN': function() {
181 'test: asserts fail isNull': function() {
184 'test: asserts fail isNotNull': function() {
187 'test: asserts fail isUndefined': function() {
190 'test: asserts fail isNotUndefined': function() {
193 'test: asserts fail isArray': function() {
199 'test: asserts fail isInstanceOf': function() {
202 'test: asserts fail isTypeOf': function() {
210 'test: asserts fail areNotEqual': true,
211 'test: asserts fail areNotSame': true,
212 'test: asserts fail isFalse': true,
213 'test: asserts fail isTrue': true,
214 'test: asserts fail isNaN': true,
215 'test: asserts fail isNotNaN': true,
216 'test: asserts fail isNull': true,
217 'test: asserts fail isNotNull': true,
218 'test: asserts fail isUndefined': true,
219 'test: asserts fail isNotUndefined': true,
220 'test: asserts fail isArray': true,
221 'test: asserts fail isInstanceOf': true,
222 'test: asserts fail isTypeOf': true,
298 var asserts = Assert._asserts;
300 Assert.areEqual(asserts, Assert._getCount());
303 Assert._asserts = asserts;