Searched refs:lastSteps (Results 1 – 2 of 2) sorted by relevance
144 int32_t lastSteps; member150 if (info->lastSteps+1 != steps) { in TestCallbackFn()151 log_err("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in TestCallbackFn()153 info->lastSteps = steps; in TestCallbackFn()
4705 int32_t lastSteps; member4706 void reset(int32_t max) {maxCalls=max; numCalls=0; lastSteps=0;}; in reset()4713 if (info->lastSteps+1 != steps) { in testCallBackFn()4714 …info->test->errln("incorrect steps in callback. Expected %d, got %d\n", info->lastSteps+1, steps); in testCallBackFn()4716 info->lastSteps = steps; in testCallBackFn()