Lines Matching refs:TestUtil
38 TestUtil::RegisterTest("JsSingleStepTest", GetJsSingleStepTest());
39 TestUtil::RegisterTest("JsRangeErrorTest", GetJsRangeErrorTest());
40 TestUtil::RegisterTest("JsSyntaxExceptionTest", GetJsSyntaxExceptionTest());
41 TestUtil::RegisterTest("JsThrowExceptionTest", GetJsThrowExceptionTest());
42 TestUtil::RegisterTest("JsStepIntoTest", GetJsStepIntoTest());
43 TestUtil::RegisterTest("JsStepOverTest", GetJsStepOverTest());
44 TestUtil::RegisterTest("JsStepOutTest", GetJsStepOutTest());
45 TestUtil::RegisterTest("JSDropFrameTest", GetJsDropFrameTest());
46 TestUtil::RegisterTest("JsVariableFirstTest", GetJsVariableFirstTest());
47 TestUtil::RegisterTest("JsVariableSecondTest", GetJsVariableSecondTest());
55 auto &tests = TestUtil::GetTests();
74 return TestUtil::GetTest(testName)->GetEntryPoint();