Searched refs:stepLocations_ (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/toolchain/tooling/test/testcases/ |
D | js_step_into_test.h | 28 ASSERT_EQ(stepCompleteCounter_, stepLocations_.size()); in JsStepIntoTest() 41 SetJSPtLocation(stepInto[0], STEP_SIZE, stepLocations_); in JsStepIntoTest() 66 ASSERT_LOCATION_EQ(location, stepLocations_.at(stepCompleteCounter_)); in JsStepIntoTest() 82 TestUtil::WaitForStepComplete(stepLocations_.at(index)); in JsStepIntoTest() 108 std::vector<JSPtLocation> stepLocations_; variable
|
D | js_step_over_test.h | 28 ASSERT_EQ(stepCompleteCounter_, stepLocations_.size()); // size: step complete counter in JsStepOverTest() 39 SetJSPtLocation(stepOver[0], STEP_SIZE, stepLocations_); in JsStepOverTest() 64 ASSERT_LOCATION_EQ(location, stepLocations_.at(stepCompleteCounter_)); in JsStepOverTest() 80 TestUtil::WaitForStepComplete(stepLocations_.at(index)); in JsStepOverTest() 108 std::vector<JSPtLocation> stepLocations_; variable
|
D | js_step_out_test.h | 28 ASSERT_EQ(stepCompleteCounter_, stepLocations_.size()); // size: step complete counter in JsStepOutTest() 39 SetJSPtLocation(stepOut[0], STEP_SIZE, stepLocations_); in JsStepOutTest() 64 ASSERT_LOCATION_EQ(location, stepLocations_.at(stepCompleteCounter_)); in JsStepOutTest() 80 TestUtil::WaitForStepComplete(stepLocations_.at(index)); in JsStepOutTest() 108 std::vector<JSPtLocation> stepLocations_; variable
|