Home | History | Annotate | Download | only in src

Lines Matching full:iteration

786   // Gets the random seed used at the start of the current test iteration.
1138 // test iteration, not for the entire test program.
1145 void OnTestIterationStart(const UnitTest& /* unit_test */, int iteration) {
1146 SendLn("event=TestIterationStart&iteration=" +
1147 StreamableToString(iteration));
1150 void OnTestIterationEnd(const UnitTest& unit_test, int /* iteration */) {