| 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 93f1387305f9471089c3589a5bcb2af80cc43bcc..a79f46c784c8cf8ce252a8fbb7b9c4e59a61ec5b 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--;
|
| }
|
|
|
| -buildUnnamed3263() {
|
| +buildUnnamed3269() {
|
| var o = new core.List<api.PerfSample>();
|
| o.add(buildPerfSample());
|
| o.add(buildPerfSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3263(core.List<api.PerfSample> o) {
|
| +checkUnnamed3269(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 = buildUnnamed3263();
|
| + o.perfSamples = buildUnnamed3269();
|
| }
|
| buildCounterBatchCreatePerfSamplesRequest--;
|
| return o;
|
| @@ -122,19 +122,19 @@ buildBatchCreatePerfSamplesRequest() {
|
| checkBatchCreatePerfSamplesRequest(api.BatchCreatePerfSamplesRequest o) {
|
| buildCounterBatchCreatePerfSamplesRequest++;
|
| if (buildCounterBatchCreatePerfSamplesRequest < 3) {
|
| - checkUnnamed3263(o.perfSamples);
|
| + checkUnnamed3269(o.perfSamples);
|
| }
|
| buildCounterBatchCreatePerfSamplesRequest--;
|
| }
|
|
|
| -buildUnnamed3264() {
|
| +buildUnnamed3270() {
|
| var o = new core.List<api.PerfSample>();
|
| o.add(buildPerfSample());
|
| o.add(buildPerfSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3264(core.List<api.PerfSample> o) {
|
| +checkUnnamed3270(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 = buildUnnamed3264();
|
| + o.perfSamples = buildUnnamed3270();
|
| }
|
| buildCounterBatchCreatePerfSamplesResponse--;
|
| return o;
|
| @@ -154,7 +154,7 @@ buildBatchCreatePerfSamplesResponse() {
|
| checkBatchCreatePerfSamplesResponse(api.BatchCreatePerfSamplesResponse o) {
|
| buildCounterBatchCreatePerfSamplesResponse++;
|
| if (buildCounterBatchCreatePerfSamplesResponse < 3) {
|
| - checkUnnamed3264(o.perfSamples);
|
| + checkUnnamed3270(o.perfSamples);
|
| }
|
| buildCounterBatchCreatePerfSamplesResponse--;
|
| }
|
| @@ -347,14 +347,14 @@ checkInconclusiveDetail(api.InconclusiveDetail o) {
|
| buildCounterInconclusiveDetail--;
|
| }
|
|
|
| -buildUnnamed3265() {
|
| +buildUnnamed3271() {
|
| var o = new core.List<api.Execution>();
|
| o.add(buildExecution());
|
| o.add(buildExecution());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3265(core.List<api.Execution> o) {
|
| +checkUnnamed3271(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 = buildUnnamed3265();
|
| + o.executions = buildUnnamed3271();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListExecutionsResponse--;
|
| @@ -375,20 +375,20 @@ buildListExecutionsResponse() {
|
| checkListExecutionsResponse(api.ListExecutionsResponse o) {
|
| buildCounterListExecutionsResponse++;
|
| if (buildCounterListExecutionsResponse < 3) {
|
| - checkUnnamed3265(o.executions);
|
| + checkUnnamed3271(o.executions);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListExecutionsResponse--;
|
| }
|
|
|
| -buildUnnamed3266() {
|
| +buildUnnamed3272() {
|
| var o = new core.List<api.History>();
|
| o.add(buildHistory());
|
| o.add(buildHistory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3266(core.List<api.History> o) {
|
| +checkUnnamed3272(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 = buildUnnamed3266();
|
| + o.histories = buildUnnamed3272();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListHistoriesResponse--;
|
| @@ -409,20 +409,20 @@ buildListHistoriesResponse() {
|
| checkListHistoriesResponse(api.ListHistoriesResponse o) {
|
| buildCounterListHistoriesResponse++;
|
| if (buildCounterListHistoriesResponse < 3) {
|
| - checkUnnamed3266(o.histories);
|
| + checkUnnamed3272(o.histories);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListHistoriesResponse--;
|
| }
|
|
|
| -buildUnnamed3267() {
|
| +buildUnnamed3273() {
|
| var o = new core.List<api.PerfSampleSeries>();
|
| o.add(buildPerfSampleSeries());
|
| o.add(buildPerfSampleSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3267(core.List<api.PerfSampleSeries> o) {
|
| +checkUnnamed3273(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 = buildUnnamed3267();
|
| + o.perfSampleSeries = buildUnnamed3273();
|
| }
|
| buildCounterListPerfSampleSeriesResponse--;
|
| return o;
|
| @@ -442,19 +442,19 @@ buildListPerfSampleSeriesResponse() {
|
| checkListPerfSampleSeriesResponse(api.ListPerfSampleSeriesResponse o) {
|
| buildCounterListPerfSampleSeriesResponse++;
|
| if (buildCounterListPerfSampleSeriesResponse < 3) {
|
| - checkUnnamed3267(o.perfSampleSeries);
|
| + checkUnnamed3273(o.perfSampleSeries);
|
| }
|
| buildCounterListPerfSampleSeriesResponse--;
|
| }
|
|
|
| -buildUnnamed3268() {
|
| +buildUnnamed3274() {
|
| var o = new core.List<api.PerfSample>();
|
| o.add(buildPerfSample());
|
| o.add(buildPerfSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3268(core.List<api.PerfSample> o) {
|
| +checkUnnamed3274(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 = buildUnnamed3268();
|
| + o.perfSamples = buildUnnamed3274();
|
| }
|
| buildCounterListPerfSamplesResponse--;
|
| return o;
|
| @@ -476,19 +476,19 @@ checkListPerfSamplesResponse(api.ListPerfSamplesResponse o) {
|
| buildCounterListPerfSamplesResponse++;
|
| if (buildCounterListPerfSamplesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3268(o.perfSamples);
|
| + checkUnnamed3274(o.perfSamples);
|
| }
|
| buildCounterListPerfSamplesResponse--;
|
| }
|
|
|
| -buildUnnamed3269() {
|
| +buildUnnamed3275() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3269(core.List<api.Image> o) {
|
| +checkUnnamed3275(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 = buildUnnamed3269();
|
| + o.thumbnails = buildUnnamed3275();
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| return o;
|
| @@ -510,19 +510,19 @@ checkListStepThumbnailsResponse(api.ListStepThumbnailsResponse o) {
|
| buildCounterListStepThumbnailsResponse++;
|
| if (buildCounterListStepThumbnailsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3269(o.thumbnails);
|
| + checkUnnamed3275(o.thumbnails);
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| }
|
|
|
| -buildUnnamed3270() {
|
| +buildUnnamed3276() {
|
| var o = new core.List<api.Step>();
|
| o.add(buildStep());
|
| o.add(buildStep());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3270(core.List<api.Step> o) {
|
| +checkUnnamed3276(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 = buildUnnamed3270();
|
| + o.steps = buildUnnamed3276();
|
| }
|
| buildCounterListStepsResponse--;
|
| return o;
|
| @@ -544,7 +544,7 @@ checkListStepsResponse(api.ListStepsResponse o) {
|
| buildCounterListStepsResponse++;
|
| if (buildCounterListStepsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3270(o.steps);
|
| + checkUnnamed3276(o.steps);
|
| }
|
| buildCounterListStepsResponse--;
|
| }
|
| @@ -618,14 +618,14 @@ checkPerfEnvironment(api.PerfEnvironment o) {
|
| buildCounterPerfEnvironment--;
|
| }
|
|
|
| -buildUnnamed3271() {
|
| +buildUnnamed3277() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3271(core.List<core.String> o) {
|
| +checkUnnamed3277(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 = buildUnnamed3271();
|
| + o.perfMetrics = buildUnnamed3277();
|
| 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);
|
| - checkUnnamed3271(o.perfMetrics);
|
| + checkUnnamed3277(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--;
|
| }
|
|
|
| -buildUnnamed3272() {
|
| +buildUnnamed3278() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3272(core.List<api.FileReference> o) {
|
| +checkUnnamed3278(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 = buildUnnamed3272();
|
| + o.xunitXmlFiles = buildUnnamed3278();
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| return o;
|
| @@ -758,7 +758,7 @@ buildPublishXunitXmlFilesRequest() {
|
| checkPublishXunitXmlFilesRequest(api.PublishXunitXmlFilesRequest o) {
|
| buildCounterPublishXunitXmlFilesRequest++;
|
| if (buildCounterPublishXunitXmlFilesRequest < 3) {
|
| - checkUnnamed3272(o.xunitXmlFiles);
|
| + checkUnnamed3278(o.xunitXmlFiles);
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| }
|
| @@ -805,14 +805,14 @@ checkStackTrace(api.StackTrace o) {
|
| buildCounterStackTrace--;
|
| }
|
|
|
| -buildUnnamed3273() {
|
| +buildUnnamed3279() {
|
| var o = new core.List<api.Any>();
|
| o.add(buildAny());
|
| o.add(buildAny());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3273(core.List<api.Any> o) {
|
| +checkUnnamed3279(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 = buildUnnamed3273();
|
| + o.details = buildUnnamed3279();
|
| o.message = "foo";
|
| }
|
| buildCounterStatus--;
|
| @@ -835,33 +835,33 @@ checkStatus(api.Status o) {
|
| buildCounterStatus++;
|
| if (buildCounterStatus < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed3273(o.details);
|
| + checkUnnamed3279(o.details);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterStatus--;
|
| }
|
|
|
| -buildUnnamed3274() {
|
| +buildUnnamed3280() {
|
| var o = new core.List<api.StepDimensionValueEntry>();
|
| o.add(buildStepDimensionValueEntry());
|
| o.add(buildStepDimensionValueEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3274(core.List<api.StepDimensionValueEntry> o) {
|
| +checkUnnamed3280(core.List<api.StepDimensionValueEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStepDimensionValueEntry(o[0]);
|
| checkStepDimensionValueEntry(o[1]);
|
| }
|
|
|
| -buildUnnamed3275() {
|
| +buildUnnamed3281() {
|
| var o = new core.List<api.StepLabelsEntry>();
|
| o.add(buildStepLabelsEntry());
|
| o.add(buildStepLabelsEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3275(core.List<api.StepLabelsEntry> o) {
|
| +checkUnnamed3281(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 = buildUnnamed3274();
|
| + o.dimensionValue = buildUnnamed3280();
|
| o.hasImages = true;
|
| - o.labels = buildUnnamed3275();
|
| + o.labels = buildUnnamed3281();
|
| 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);
|
| - checkUnnamed3274(o.dimensionValue);
|
| + checkUnnamed3280(o.dimensionValue);
|
| unittest.expect(o.hasImages, unittest.isTrue);
|
| - checkUnnamed3275(o.labels);
|
| + checkUnnamed3281(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkOutcome(o.outcome);
|
| checkDuration(o.runDuration);
|
| @@ -996,27 +996,27 @@ checkTestCaseReference(api.TestCaseReference o) {
|
| buildCounterTestCaseReference--;
|
| }
|
|
|
| -buildUnnamed3276() {
|
| +buildUnnamed3282() {
|
| var o = new core.List<api.TestIssue>();
|
| o.add(buildTestIssue());
|
| o.add(buildTestIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3276(core.List<api.TestIssue> o) {
|
| +checkUnnamed3282(core.List<api.TestIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestIssue(o[0]);
|
| checkTestIssue(o[1]);
|
| }
|
|
|
| -buildUnnamed3277() {
|
| +buildUnnamed3283() {
|
| var o = new core.List<api.TestSuiteOverview>();
|
| o.add(buildTestSuiteOverview());
|
| o.add(buildTestSuiteOverview());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3277(core.List<api.TestSuiteOverview> o) {
|
| +checkUnnamed3283(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 = buildUnnamed3276();
|
| - o.testSuiteOverviews = buildUnnamed3277();
|
| + o.testIssues = buildUnnamed3282();
|
| + o.testSuiteOverviews = buildUnnamed3283();
|
| o.testTiming = buildTestTiming();
|
| o.toolExecution = buildToolExecution();
|
| }
|
| @@ -1039,8 +1039,8 @@ buildTestExecutionStep() {
|
| checkTestExecutionStep(api.TestExecutionStep o) {
|
| buildCounterTestExecutionStep++;
|
| if (buildCounterTestExecutionStep < 3) {
|
| - checkUnnamed3276(o.testIssues);
|
| - checkUnnamed3277(o.testSuiteOverviews);
|
| + checkUnnamed3282(o.testIssues);
|
| + checkUnnamed3283(o.testSuiteOverviews);
|
| checkTestTiming(o.testTiming);
|
| checkToolExecution(o.toolExecution);
|
| }
|
| @@ -1162,40 +1162,40 @@ checkTimestamp(api.Timestamp o) {
|
| buildCounterTimestamp--;
|
| }
|
|
|
| -buildUnnamed3278() {
|
| +buildUnnamed3284() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3278(core.List<core.String> o) {
|
| +checkUnnamed3284(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'));
|
| }
|
|
|
| -buildUnnamed3279() {
|
| +buildUnnamed3285() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3279(core.List<api.FileReference> o) {
|
| +checkUnnamed3285(core.List<api.FileReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFileReference(o[0]);
|
| checkFileReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3280() {
|
| +buildUnnamed3286() {
|
| var o = new core.List<api.ToolOutputReference>();
|
| o.add(buildToolOutputReference());
|
| o.add(buildToolOutputReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3280(core.List<api.ToolOutputReference> o) {
|
| +checkUnnamed3286(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 = buildUnnamed3278();
|
| + o.commandLineArguments = buildUnnamed3284();
|
| o.exitCode = buildToolExitCode();
|
| - o.toolLogs = buildUnnamed3279();
|
| - o.toolOutputs = buildUnnamed3280();
|
| + o.toolLogs = buildUnnamed3285();
|
| + o.toolOutputs = buildUnnamed3286();
|
| }
|
| buildCounterToolExecution--;
|
| return o;
|
| @@ -1218,10 +1218,10 @@ buildToolExecution() {
|
| checkToolExecution(api.ToolExecution o) {
|
| buildCounterToolExecution++;
|
| if (buildCounterToolExecution < 3) {
|
| - checkUnnamed3278(o.commandLineArguments);
|
| + checkUnnamed3284(o.commandLineArguments);
|
| checkToolExitCode(o.exitCode);
|
| - checkUnnamed3279(o.toolLogs);
|
| - checkUnnamed3280(o.toolOutputs);
|
| + checkUnnamed3285(o.toolLogs);
|
| + checkUnnamed3286(o.toolOutputs);
|
| }
|
| buildCounterToolExecution--;
|
| }
|
| @@ -1287,14 +1287,14 @@ checkToolOutputReference(api.ToolOutputReference o) {
|
| buildCounterToolOutputReference--;
|
| }
|
|
|
| -buildUnnamed3281() {
|
| +buildUnnamed3287() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3281(core.List<core.String> o) {
|
| +checkUnnamed3287(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 = buildUnnamed3281();
|
| + var arg_filter = buildUnnamed3287();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|