| Index: generated/googleapis_beta/test/toolresults/v1beta3_test.dart
 | 
| diff --git a/generated/googleapis_beta/test/toolresults/v1beta3_test.dart b/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
 | 
| index f03c4fcce27ce12ad807a28388de99531731f582..93f1387305f9471089c3589a5bcb2af80cc43bcc 100644
 | 
| --- a/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
 | 
| +++ b/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
 | 
| @@ -95,14 +95,14 @@ checkBasicPerfSampleSeries(api.BasicPerfSampleSeries o) {
 | 
|    buildCounterBasicPerfSampleSeries--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3171() {
 | 
| +buildUnnamed3263() {
 | 
|    var o = new core.List<api.PerfSample>();
 | 
|    o.add(buildPerfSample());
 | 
|    o.add(buildPerfSample());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3171(core.List<api.PerfSample> o) {
 | 
| +checkUnnamed3263(core.List<api.PerfSample> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPerfSample(o[0]);
 | 
|    checkPerfSample(o[1]);
 | 
| @@ -113,7 +113,7 @@ buildBatchCreatePerfSamplesRequest() {
 | 
|    var o = new api.BatchCreatePerfSamplesRequest();
 | 
|    buildCounterBatchCreatePerfSamplesRequest++;
 | 
|    if (buildCounterBatchCreatePerfSamplesRequest < 3) {
 | 
| -    o.perfSamples = buildUnnamed3171();
 | 
| +    o.perfSamples = buildUnnamed3263();
 | 
|    }
 | 
|    buildCounterBatchCreatePerfSamplesRequest--;
 | 
|    return o;
 | 
| @@ -122,19 +122,19 @@ buildBatchCreatePerfSamplesRequest() {
 | 
|  checkBatchCreatePerfSamplesRequest(api.BatchCreatePerfSamplesRequest o) {
 | 
|    buildCounterBatchCreatePerfSamplesRequest++;
 | 
|    if (buildCounterBatchCreatePerfSamplesRequest < 3) {
 | 
| -    checkUnnamed3171(o.perfSamples);
 | 
| +    checkUnnamed3263(o.perfSamples);
 | 
|    }
 | 
|    buildCounterBatchCreatePerfSamplesRequest--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3172() {
 | 
| +buildUnnamed3264() {
 | 
|    var o = new core.List<api.PerfSample>();
 | 
|    o.add(buildPerfSample());
 | 
|    o.add(buildPerfSample());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3172(core.List<api.PerfSample> o) {
 | 
| +checkUnnamed3264(core.List<api.PerfSample> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPerfSample(o[0]);
 | 
|    checkPerfSample(o[1]);
 | 
| @@ -145,7 +145,7 @@ buildBatchCreatePerfSamplesResponse() {
 | 
|    var o = new api.BatchCreatePerfSamplesResponse();
 | 
|    buildCounterBatchCreatePerfSamplesResponse++;
 | 
|    if (buildCounterBatchCreatePerfSamplesResponse < 3) {
 | 
| -    o.perfSamples = buildUnnamed3172();
 | 
| +    o.perfSamples = buildUnnamed3264();
 | 
|    }
 | 
|    buildCounterBatchCreatePerfSamplesResponse--;
 | 
|    return o;
 | 
| @@ -154,7 +154,7 @@ buildBatchCreatePerfSamplesResponse() {
 | 
|  checkBatchCreatePerfSamplesResponse(api.BatchCreatePerfSamplesResponse o) {
 | 
|    buildCounterBatchCreatePerfSamplesResponse++;
 | 
|    if (buildCounterBatchCreatePerfSamplesResponse < 3) {
 | 
| -    checkUnnamed3172(o.perfSamples);
 | 
| +    checkUnnamed3264(o.perfSamples);
 | 
|    }
 | 
|    buildCounterBatchCreatePerfSamplesResponse--;
 | 
|  }
 | 
| @@ -347,14 +347,14 @@ checkInconclusiveDetail(api.InconclusiveDetail o) {
 | 
|    buildCounterInconclusiveDetail--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3173() {
 | 
| +buildUnnamed3265() {
 | 
|    var o = new core.List<api.Execution>();
 | 
|    o.add(buildExecution());
 | 
|    o.add(buildExecution());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3173(core.List<api.Execution> o) {
 | 
| +checkUnnamed3265(core.List<api.Execution> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkExecution(o[0]);
 | 
|    checkExecution(o[1]);
 | 
| @@ -365,7 +365,7 @@ buildListExecutionsResponse() {
 | 
|    var o = new api.ListExecutionsResponse();
 | 
|    buildCounterListExecutionsResponse++;
 | 
|    if (buildCounterListExecutionsResponse < 3) {
 | 
| -    o.executions = buildUnnamed3173();
 | 
| +    o.executions = buildUnnamed3265();
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
|    buildCounterListExecutionsResponse--;
 | 
| @@ -375,20 +375,20 @@ buildListExecutionsResponse() {
 | 
|  checkListExecutionsResponse(api.ListExecutionsResponse o) {
 | 
|    buildCounterListExecutionsResponse++;
 | 
|    if (buildCounterListExecutionsResponse < 3) {
 | 
| -    checkUnnamed3173(o.executions);
 | 
| +    checkUnnamed3265(o.executions);
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterListExecutionsResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3174() {
 | 
| +buildUnnamed3266() {
 | 
|    var o = new core.List<api.History>();
 | 
|    o.add(buildHistory());
 | 
|    o.add(buildHistory());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3174(core.List<api.History> o) {
 | 
| +checkUnnamed3266(core.List<api.History> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkHistory(o[0]);
 | 
|    checkHistory(o[1]);
 | 
| @@ -399,7 +399,7 @@ buildListHistoriesResponse() {
 | 
|    var o = new api.ListHistoriesResponse();
 | 
|    buildCounterListHistoriesResponse++;
 | 
|    if (buildCounterListHistoriesResponse < 3) {
 | 
| -    o.histories = buildUnnamed3174();
 | 
| +    o.histories = buildUnnamed3266();
 | 
|      o.nextPageToken = "foo";
 | 
|    }
 | 
|    buildCounterListHistoriesResponse--;
 | 
| @@ -409,20 +409,20 @@ buildListHistoriesResponse() {
 | 
|  checkListHistoriesResponse(api.ListHistoriesResponse o) {
 | 
|    buildCounterListHistoriesResponse++;
 | 
|    if (buildCounterListHistoriesResponse < 3) {
 | 
| -    checkUnnamed3174(o.histories);
 | 
| +    checkUnnamed3266(o.histories);
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterListHistoriesResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3175() {
 | 
| +buildUnnamed3267() {
 | 
|    var o = new core.List<api.PerfSampleSeries>();
 | 
|    o.add(buildPerfSampleSeries());
 | 
|    o.add(buildPerfSampleSeries());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3175(core.List<api.PerfSampleSeries> o) {
 | 
| +checkUnnamed3267(core.List<api.PerfSampleSeries> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPerfSampleSeries(o[0]);
 | 
|    checkPerfSampleSeries(o[1]);
 | 
| @@ -433,7 +433,7 @@ buildListPerfSampleSeriesResponse() {
 | 
|    var o = new api.ListPerfSampleSeriesResponse();
 | 
|    buildCounterListPerfSampleSeriesResponse++;
 | 
|    if (buildCounterListPerfSampleSeriesResponse < 3) {
 | 
| -    o.perfSampleSeries = buildUnnamed3175();
 | 
| +    o.perfSampleSeries = buildUnnamed3267();
 | 
|    }
 | 
|    buildCounterListPerfSampleSeriesResponse--;
 | 
|    return o;
 | 
| @@ -442,19 +442,19 @@ buildListPerfSampleSeriesResponse() {
 | 
|  checkListPerfSampleSeriesResponse(api.ListPerfSampleSeriesResponse o) {
 | 
|    buildCounterListPerfSampleSeriesResponse++;
 | 
|    if (buildCounterListPerfSampleSeriesResponse < 3) {
 | 
| -    checkUnnamed3175(o.perfSampleSeries);
 | 
| +    checkUnnamed3267(o.perfSampleSeries);
 | 
|    }
 | 
|    buildCounterListPerfSampleSeriesResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3176() {
 | 
| +buildUnnamed3268() {
 | 
|    var o = new core.List<api.PerfSample>();
 | 
|    o.add(buildPerfSample());
 | 
|    o.add(buildPerfSample());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3176(core.List<api.PerfSample> o) {
 | 
| +checkUnnamed3268(core.List<api.PerfSample> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkPerfSample(o[0]);
 | 
|    checkPerfSample(o[1]);
 | 
| @@ -466,7 +466,7 @@ buildListPerfSamplesResponse() {
 | 
|    buildCounterListPerfSamplesResponse++;
 | 
|    if (buildCounterListPerfSamplesResponse < 3) {
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.perfSamples = buildUnnamed3176();
 | 
| +    o.perfSamples = buildUnnamed3268();
 | 
|    }
 | 
|    buildCounterListPerfSamplesResponse--;
 | 
|    return o;
 | 
| @@ -476,19 +476,19 @@ checkListPerfSamplesResponse(api.ListPerfSamplesResponse o) {
 | 
|    buildCounterListPerfSamplesResponse++;
 | 
|    if (buildCounterListPerfSamplesResponse < 3) {
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed3176(o.perfSamples);
 | 
| +    checkUnnamed3268(o.perfSamples);
 | 
|    }
 | 
|    buildCounterListPerfSamplesResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3177() {
 | 
| +buildUnnamed3269() {
 | 
|    var o = new core.List<api.Image>();
 | 
|    o.add(buildImage());
 | 
|    o.add(buildImage());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3177(core.List<api.Image> o) {
 | 
| +checkUnnamed3269(core.List<api.Image> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkImage(o[0]);
 | 
|    checkImage(o[1]);
 | 
| @@ -500,7 +500,7 @@ buildListStepThumbnailsResponse() {
 | 
|    buildCounterListStepThumbnailsResponse++;
 | 
|    if (buildCounterListStepThumbnailsResponse < 3) {
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.thumbnails = buildUnnamed3177();
 | 
| +    o.thumbnails = buildUnnamed3269();
 | 
|    }
 | 
|    buildCounterListStepThumbnailsResponse--;
 | 
|    return o;
 | 
| @@ -510,19 +510,19 @@ checkListStepThumbnailsResponse(api.ListStepThumbnailsResponse o) {
 | 
|    buildCounterListStepThumbnailsResponse++;
 | 
|    if (buildCounterListStepThumbnailsResponse < 3) {
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed3177(o.thumbnails);
 | 
| +    checkUnnamed3269(o.thumbnails);
 | 
|    }
 | 
|    buildCounterListStepThumbnailsResponse--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3178() {
 | 
| +buildUnnamed3270() {
 | 
|    var o = new core.List<api.Step>();
 | 
|    o.add(buildStep());
 | 
|    o.add(buildStep());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3178(core.List<api.Step> o) {
 | 
| +checkUnnamed3270(core.List<api.Step> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkStep(o[0]);
 | 
|    checkStep(o[1]);
 | 
| @@ -534,7 +534,7 @@ buildListStepsResponse() {
 | 
|    buildCounterListStepsResponse++;
 | 
|    if (buildCounterListStepsResponse < 3) {
 | 
|      o.nextPageToken = "foo";
 | 
| -    o.steps = buildUnnamed3178();
 | 
| +    o.steps = buildUnnamed3270();
 | 
|    }
 | 
|    buildCounterListStepsResponse--;
 | 
|    return o;
 | 
| @@ -544,7 +544,7 @@ checkListStepsResponse(api.ListStepsResponse o) {
 | 
|    buildCounterListStepsResponse++;
 | 
|    if (buildCounterListStepsResponse < 3) {
 | 
|      unittest.expect(o.nextPageToken, unittest.equals('foo'));
 | 
| -    checkUnnamed3178(o.steps);
 | 
| +    checkUnnamed3270(o.steps);
 | 
|    }
 | 
|    buildCounterListStepsResponse--;
 | 
|  }
 | 
| @@ -618,14 +618,14 @@ checkPerfEnvironment(api.PerfEnvironment o) {
 | 
|    buildCounterPerfEnvironment--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3179() {
 | 
| +buildUnnamed3271() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3179(core.List<core.String> o) {
 | 
| +checkUnnamed3271(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -639,7 +639,7 @@ buildPerfMetricsSummary() {
 | 
|      o.executionId = "foo";
 | 
|      o.historyId = "foo";
 | 
|      o.perfEnvironment = buildPerfEnvironment();
 | 
| -    o.perfMetrics = buildUnnamed3179();
 | 
| +    o.perfMetrics = buildUnnamed3271();
 | 
|      o.projectId = "foo";
 | 
|      o.stepId = "foo";
 | 
|    }
 | 
| @@ -653,7 +653,7 @@ checkPerfMetricsSummary(api.PerfMetricsSummary o) {
 | 
|      unittest.expect(o.executionId, unittest.equals('foo'));
 | 
|      unittest.expect(o.historyId, unittest.equals('foo'));
 | 
|      checkPerfEnvironment(o.perfEnvironment);
 | 
| -    checkUnnamed3179(o.perfMetrics);
 | 
| +    checkUnnamed3271(o.perfMetrics);
 | 
|      unittest.expect(o.projectId, unittest.equals('foo'));
 | 
|      unittest.expect(o.stepId, unittest.equals('foo'));
 | 
|    }
 | 
| @@ -731,14 +731,14 @@ checkProjectSettings(api.ProjectSettings o) {
 | 
|    buildCounterProjectSettings--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3180() {
 | 
| +buildUnnamed3272() {
 | 
|    var o = new core.List<api.FileReference>();
 | 
|    o.add(buildFileReference());
 | 
|    o.add(buildFileReference());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3180(core.List<api.FileReference> o) {
 | 
| +checkUnnamed3272(core.List<api.FileReference> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFileReference(o[0]);
 | 
|    checkFileReference(o[1]);
 | 
| @@ -749,7 +749,7 @@ buildPublishXunitXmlFilesRequest() {
 | 
|    var o = new api.PublishXunitXmlFilesRequest();
 | 
|    buildCounterPublishXunitXmlFilesRequest++;
 | 
|    if (buildCounterPublishXunitXmlFilesRequest < 3) {
 | 
| -    o.xunitXmlFiles = buildUnnamed3180();
 | 
| +    o.xunitXmlFiles = buildUnnamed3272();
 | 
|    }
 | 
|    buildCounterPublishXunitXmlFilesRequest--;
 | 
|    return o;
 | 
| @@ -758,7 +758,7 @@ buildPublishXunitXmlFilesRequest() {
 | 
|  checkPublishXunitXmlFilesRequest(api.PublishXunitXmlFilesRequest o) {
 | 
|    buildCounterPublishXunitXmlFilesRequest++;
 | 
|    if (buildCounterPublishXunitXmlFilesRequest < 3) {
 | 
| -    checkUnnamed3180(o.xunitXmlFiles);
 | 
| +    checkUnnamed3272(o.xunitXmlFiles);
 | 
|    }
 | 
|    buildCounterPublishXunitXmlFilesRequest--;
 | 
|  }
 | 
| @@ -805,14 +805,14 @@ checkStackTrace(api.StackTrace o) {
 | 
|    buildCounterStackTrace--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3181() {
 | 
| +buildUnnamed3273() {
 | 
|    var o = new core.List<api.Any>();
 | 
|    o.add(buildAny());
 | 
|    o.add(buildAny());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3181(core.List<api.Any> o) {
 | 
| +checkUnnamed3273(core.List<api.Any> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkAny(o[0]);
 | 
|    checkAny(o[1]);
 | 
| @@ -824,7 +824,7 @@ buildStatus() {
 | 
|    buildCounterStatus++;
 | 
|    if (buildCounterStatus < 3) {
 | 
|      o.code = 42;
 | 
| -    o.details = buildUnnamed3181();
 | 
| +    o.details = buildUnnamed3273();
 | 
|      o.message = "foo";
 | 
|    }
 | 
|    buildCounterStatus--;
 | 
| @@ -835,33 +835,33 @@ checkStatus(api.Status o) {
 | 
|    buildCounterStatus++;
 | 
|    if (buildCounterStatus < 3) {
 | 
|      unittest.expect(o.code, unittest.equals(42));
 | 
| -    checkUnnamed3181(o.details);
 | 
| +    checkUnnamed3273(o.details);
 | 
|      unittest.expect(o.message, unittest.equals('foo'));
 | 
|    }
 | 
|    buildCounterStatus--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3182() {
 | 
| +buildUnnamed3274() {
 | 
|    var o = new core.List<api.StepDimensionValueEntry>();
 | 
|    o.add(buildStepDimensionValueEntry());
 | 
|    o.add(buildStepDimensionValueEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3182(core.List<api.StepDimensionValueEntry> o) {
 | 
| +checkUnnamed3274(core.List<api.StepDimensionValueEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkStepDimensionValueEntry(o[0]);
 | 
|    checkStepDimensionValueEntry(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3183() {
 | 
| +buildUnnamed3275() {
 | 
|    var o = new core.List<api.StepLabelsEntry>();
 | 
|    o.add(buildStepLabelsEntry());
 | 
|    o.add(buildStepLabelsEntry());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3183(core.List<api.StepLabelsEntry> o) {
 | 
| +checkUnnamed3275(core.List<api.StepLabelsEntry> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkStepLabelsEntry(o[0]);
 | 
|    checkStepLabelsEntry(o[1]);
 | 
| @@ -876,9 +876,9 @@ buildStep() {
 | 
|      o.creationTime = buildTimestamp();
 | 
|      o.description = "foo";
 | 
|      o.deviceUsageDuration = buildDuration();
 | 
| -    o.dimensionValue = buildUnnamed3182();
 | 
| +    o.dimensionValue = buildUnnamed3274();
 | 
|      o.hasImages = true;
 | 
| -    o.labels = buildUnnamed3183();
 | 
| +    o.labels = buildUnnamed3275();
 | 
|      o.name = "foo";
 | 
|      o.outcome = buildOutcome();
 | 
|      o.runDuration = buildDuration();
 | 
| @@ -898,9 +898,9 @@ checkStep(api.Step o) {
 | 
|      checkTimestamp(o.creationTime);
 | 
|      unittest.expect(o.description, unittest.equals('foo'));
 | 
|      checkDuration(o.deviceUsageDuration);
 | 
| -    checkUnnamed3182(o.dimensionValue);
 | 
| +    checkUnnamed3274(o.dimensionValue);
 | 
|      unittest.expect(o.hasImages, unittest.isTrue);
 | 
| -    checkUnnamed3183(o.labels);
 | 
| +    checkUnnamed3275(o.labels);
 | 
|      unittest.expect(o.name, unittest.equals('foo'));
 | 
|      checkOutcome(o.outcome);
 | 
|      checkDuration(o.runDuration);
 | 
| @@ -996,27 +996,27 @@ checkTestCaseReference(api.TestCaseReference o) {
 | 
|    buildCounterTestCaseReference--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3184() {
 | 
| +buildUnnamed3276() {
 | 
|    var o = new core.List<api.TestIssue>();
 | 
|    o.add(buildTestIssue());
 | 
|    o.add(buildTestIssue());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3184(core.List<api.TestIssue> o) {
 | 
| +checkUnnamed3276(core.List<api.TestIssue> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTestIssue(o[0]);
 | 
|    checkTestIssue(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3185() {
 | 
| +buildUnnamed3277() {
 | 
|    var o = new core.List<api.TestSuiteOverview>();
 | 
|    o.add(buildTestSuiteOverview());
 | 
|    o.add(buildTestSuiteOverview());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3185(core.List<api.TestSuiteOverview> o) {
 | 
| +checkUnnamed3277(core.List<api.TestSuiteOverview> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkTestSuiteOverview(o[0]);
 | 
|    checkTestSuiteOverview(o[1]);
 | 
| @@ -1027,8 +1027,8 @@ buildTestExecutionStep() {
 | 
|    var o = new api.TestExecutionStep();
 | 
|    buildCounterTestExecutionStep++;
 | 
|    if (buildCounterTestExecutionStep < 3) {
 | 
| -    o.testIssues = buildUnnamed3184();
 | 
| -    o.testSuiteOverviews = buildUnnamed3185();
 | 
| +    o.testIssues = buildUnnamed3276();
 | 
| +    o.testSuiteOverviews = buildUnnamed3277();
 | 
|      o.testTiming = buildTestTiming();
 | 
|      o.toolExecution = buildToolExecution();
 | 
|    }
 | 
| @@ -1039,8 +1039,8 @@ buildTestExecutionStep() {
 | 
|  checkTestExecutionStep(api.TestExecutionStep o) {
 | 
|    buildCounterTestExecutionStep++;
 | 
|    if (buildCounterTestExecutionStep < 3) {
 | 
| -    checkUnnamed3184(o.testIssues);
 | 
| -    checkUnnamed3185(o.testSuiteOverviews);
 | 
| +    checkUnnamed3276(o.testIssues);
 | 
| +    checkUnnamed3277(o.testSuiteOverviews);
 | 
|      checkTestTiming(o.testTiming);
 | 
|      checkToolExecution(o.toolExecution);
 | 
|    }
 | 
| @@ -1162,40 +1162,40 @@ checkTimestamp(api.Timestamp o) {
 | 
|    buildCounterTimestamp--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3186() {
 | 
| +buildUnnamed3278() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3186(core.List<core.String> o) {
 | 
| +checkUnnamed3278(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3187() {
 | 
| +buildUnnamed3279() {
 | 
|    var o = new core.List<api.FileReference>();
 | 
|    o.add(buildFileReference());
 | 
|    o.add(buildFileReference());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3187(core.List<api.FileReference> o) {
 | 
| +checkUnnamed3279(core.List<api.FileReference> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkFileReference(o[0]);
 | 
|    checkFileReference(o[1]);
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3188() {
 | 
| +buildUnnamed3280() {
 | 
|    var o = new core.List<api.ToolOutputReference>();
 | 
|    o.add(buildToolOutputReference());
 | 
|    o.add(buildToolOutputReference());
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3188(core.List<api.ToolOutputReference> o) {
 | 
| +checkUnnamed3280(core.List<api.ToolOutputReference> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    checkToolOutputReference(o[0]);
 | 
|    checkToolOutputReference(o[1]);
 | 
| @@ -1206,10 +1206,10 @@ buildToolExecution() {
 | 
|    var o = new api.ToolExecution();
 | 
|    buildCounterToolExecution++;
 | 
|    if (buildCounterToolExecution < 3) {
 | 
| -    o.commandLineArguments = buildUnnamed3186();
 | 
| +    o.commandLineArguments = buildUnnamed3278();
 | 
|      o.exitCode = buildToolExitCode();
 | 
| -    o.toolLogs = buildUnnamed3187();
 | 
| -    o.toolOutputs = buildUnnamed3188();
 | 
| +    o.toolLogs = buildUnnamed3279();
 | 
| +    o.toolOutputs = buildUnnamed3280();
 | 
|    }
 | 
|    buildCounterToolExecution--;
 | 
|    return o;
 | 
| @@ -1218,10 +1218,10 @@ buildToolExecution() {
 | 
|  checkToolExecution(api.ToolExecution o) {
 | 
|    buildCounterToolExecution++;
 | 
|    if (buildCounterToolExecution < 3) {
 | 
| -    checkUnnamed3186(o.commandLineArguments);
 | 
| +    checkUnnamed3278(o.commandLineArguments);
 | 
|      checkToolExitCode(o.exitCode);
 | 
| -    checkUnnamed3187(o.toolLogs);
 | 
| -    checkUnnamed3188(o.toolOutputs);
 | 
| +    checkUnnamed3279(o.toolLogs);
 | 
| +    checkUnnamed3280(o.toolOutputs);
 | 
|    }
 | 
|    buildCounterToolExecution--;
 | 
|  }
 | 
| @@ -1287,14 +1287,14 @@ checkToolOutputReference(api.ToolOutputReference o) {
 | 
|    buildCounterToolOutputReference--;
 | 
|  }
 | 
|  
 | 
| -buildUnnamed3189() {
 | 
| +buildUnnamed3281() {
 | 
|    var o = new core.List<core.String>();
 | 
|    o.add("foo");
 | 
|    o.add("foo");
 | 
|    return o;
 | 
|  }
 | 
|  
 | 
| -checkUnnamed3189(core.List<core.String> o) {
 | 
| +checkUnnamed3281(core.List<core.String> o) {
 | 
|    unittest.expect(o, unittest.hasLength(2));
 | 
|    unittest.expect(o[0], unittest.equals('foo'));
 | 
|    unittest.expect(o[1], unittest.equals('foo'));
 | 
| @@ -2572,7 +2572,7 @@ main() {
 | 
|        var arg_historyId = "foo";
 | 
|        var arg_executionId = "foo";
 | 
|        var arg_stepId = "foo";
 | 
| -      var arg_filter = buildUnnamed3189();
 | 
| +      var arg_filter = buildUnnamed3281();
 | 
|        mock.register(unittest.expectAsync((http.BaseRequest req, json) {
 | 
|          var path = (req.url).path;
 | 
|          var pathOffset = 0;
 | 
| 
 |