[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui/external/qunit/ -> testrunner.js (summary)

(no description)

File Size: 780 lines (23 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 30 functions

  hoozit()
  bindCallbacks()
  useStrictEquality()
  synchronize()
  process()
  stop()
  start()
  validTest()
  runTest()
  saveGlobal()
  checkPollution()
  diff()
  test()
  module()
  expect()
  reset()
  ok()
  isSet()
  serialArray()
  isObj()
  q()
  t()
  url()
  equals()
  push()
  triggerEvent()
  quote()
  literal()
  join()
  array()

Functions
Functions that are not part of a class:

hoozit(o)   X-Ref
No description

bindCallbacks(o, callbacks, args)   X-Ref
No description

useStrictEquality(b, a)   X-Ref
No description

synchronize(callback)   X-Ref
No description

process()   X-Ref
No description

stop(timeout)   X-Ref
No description

start()   X-Ref
No description

validTest( name )   X-Ref
No description

runTest()   X-Ref
No description

saveGlobal()   X-Ref
No description

checkPollution( name )   X-Ref
No description

diff( clean, dirty )   X-Ref
No description

test(name, callback)   X-Ref
No description

module(name, lifecycle)   X-Ref
No description

expect(asserts)   X-Ref
Specify the number of expected assertions to gurantee that failed test (no assertions are run at all) don't slip through.


reset()   X-Ref
Resets the test setup. Useful for tests that modify the DOM.


ok(a, msg)   X-Ref
Asserts true.


isSet(a, b, msg)   X-Ref
Asserts that two arrays are the same


serialArray( a )   X-Ref
No description

isObj(a, b, msg)   X-Ref
Asserts that two objects are equivalent


q()   X-Ref
Returns an array of elements with the given IDs, eg.


t(a,b,c)   X-Ref
Asserts that a select matches the given IDs


url(value)   X-Ref
Add random number to url to stop IE from caching


equals(actual, expected, message)   X-Ref
Checks that the first two arguments are equal, with an optional message.
Prints out both actual and expected values.

Prefered to ok( actual == expected, message )

param: Object actual
param: Object expected
param: String message (optional)

push(result, actual, expected, message)   X-Ref
No description

triggerEvent( elem, type, event )   X-Ref
Trigger an event on an element.

param: DOMElement elem
param: String type

quote( str )   X-Ref
jsDump
Copyright (c) 2008 Ariel Flesler - aflesler(at)gmail(dot)com | http://flesler.blogspot.com
Licensed under BSD (http://www.opensource.org/licenses/bsd-license.php)
Date: 5/15/2008

author: Ariel Flesler

literal( o )   X-Ref
No description

join( pre, arr, post )   X-Ref
No description

array( arr )   X-Ref
No description



Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7