8 string references to 'drupal_add_js'

DrupalRenderTestCase::testDrupalRenderChildrenAttached in drupal/modules/simpletest/tests/common.test
Test #attached functionality in children elements.
JavaScriptTestCase::resetStaticVariables in drupal/modules/simpletest/tests/common.test
Resets static variables related to adding JavaScript to a page.
JavaScriptTestCase::setUp in drupal/modules/simpletest/tests/common.test
Sets up a Drupal site for running functional and integration tests.
JavaScriptTestCase::testAggregationOrder in drupal/modules/simpletest/tests/common.test
Tests JavaScript aggregation when files are added to a different scope.
JavaScriptTestCase::testReset in drupal/modules/simpletest/tests/common.test
Test to see if resetting the JavaScript empties the cache.
overlay_render_region in drupal/modules/overlay/overlay.module
Renders an individual page region.
ThemeTableTestCase::testThemeTableNoStickyHeaders in drupal/modules/simpletest/tests/theme.test
If $sticky is FALSE, no tableheader.js should be included.
ThemeTableTestCase::testThemeTableStickyHeaders in drupal/modules/simpletest/tests/theme.test
Tableheader.js provides 'sticky' table headers, and is included by default.