Home | History | Annotate | Download | only in debugger

Lines Matching refs:RunTest

69   void RunTest(const std::string& test_name, const std::string& test_page) {
75 // files have been loaded) and has runTest method.
81 L"'' + (window.uiTests && (typeof uiTests.runTest)));",
89 UTF8ToWide(StringPrintf("uiTests.runTest('%s')",
251 RunTest("testHeapProfiler", kHeapProfilerPage);
256 RunTest("testShowScriptsTab", kDebuggerTestPage);
267 RunTest("testScriptsTabIsPopulatedOnInspectedPageRefresh",
276 RunTest("testContentScriptIsPresent", kPageWithContentScript);
282 RunTest("testNoScriptDuplicatesOnPanelSwitch", kDebuggerTestPage);
288 RunTest("testPauseWhenLoadingDevTools", kPauseWhenLoadingDevTools);
294 RunTest("testPauseWhenScriptIsRunning", kPauseWhenScriptIsRunning);