Lines Matching refs:testData
44 } genData, testData;
47 if (genData.p() != testData.p() || genData.w() != testData.w()) {
48 ERRORF(r, "genData and testData not in sync.");
103 REPORTER_ASSERT(r, pathPts[0] == testData.p());
108 REPORTER_ASSERT(r, pathPts[1] == testData.p());
113 REPORTER_ASSERT(r, pathPts[1] == testData.p());
114 REPORTER_ASSERT(r, pathPts[2] == testData.p());
119 REPORTER_ASSERT(r, pathPts[1] == testData.p());
120 REPORTER_ASSERT(r, pathPts[2] == testData.p());
121 REPORTER_ASSERT(r, pathPts[3] == testData.p());
126 REPORTER_ASSERT(r, pathPts[1] == testData.p());
127 REPORTER_ASSERT(r, pathPts[2] == testData.p());
128 REPORTER_ASSERT(r, *pathWt == testData.w());