Lines Matching refs:top

7     var tempTop = top;
12 if (tempTop.top && tempTop.top.jsUnitTestSuite) {
13 tempTop = tempTop.top;
19 window.top = tempTop;
79 if (!(aVar === null || aVar === top.JSUNIT_UNDEFINED_VALUE)) {
183 …assert(commentArg(1, arguments), aVar === top.JSUNIT_UNDEFINED_VALUE, 'Expected ' + _displayString…
189 …t(commentArg(1, arguments), aVar !== top.JSUNIT_UNDEFINED_VALUE, 'Expected not to be ' + _displayS…
396 if (top.tracer != null)
397 top.tracer.warn(arguments[0], arguments[1]);
401 if (top.tracer != null)
402 top.tracer.inform(arguments[0], arguments[1]);
410 if (top.tracer != null)
411 top.tracer.debug(arguments[0], arguments[1]);
415 top.tracer = aJsUnitTracer;
457 if (typeof(top.jsUnitParmHash[name]) != 'undefined')
459 return top.jsUnitParmHash[name];
464 if (top && typeof(top.xbDEBUG) != 'undefined' && top.xbDEBUG.on && top.testManager)
466 top.xbDebugTraceObject('top.testManager.containerTestFrame', 'JSUnitException');
468 top.xbDebugTraceFunction('top.testManager.containerTestFrame', '_displayStringForValue');
469 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'error');
470 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'argumentsIncludeComments');
471 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'commentArg');
472 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'nonCommentArg');
473 top.xbDebugTraceFunction('top.testManager.containerTestFrame', '_validateArguments');
474 top.xbDebugTraceFunction('top.testManager.containerTestFrame', '_assert');
475 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assert');
476 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertTrue');
477 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertEquals');
478 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertNotEquals');
479 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertNull');
480 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertNotNull');
481 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertUndefined');
482 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertNotUndefined');
483 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertNaN');
484 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'assertNotNaN');
485 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'isLoaded');
486 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'setUp');
487 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'tearDown');
488 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'getFunctionName');
489 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'getStackTrace');
490 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'warn');
491 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'inform');
492 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'debug');
493 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'setJsUnitTracer');
494 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'trim');
495 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'isBlank');
496 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'newOnLoadEvent');
497 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'push');
498 top.xbDebugTraceFunction('top.testManager.containerTestFrame', 'pop');
536 top.JSUNIT_JSCORE_LOCATION = findPath('jsUnitCore.js');