| 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 bd057d5ddf880d8b7abf537d5857c789b503654d..f03c4fcce27ce12ad807a28388de99531731f582 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--;
|
| }
|
|
|
| -buildUnnamed3322() {
|
| +buildUnnamed3171() {
|
| var o = new core.List<api.PerfSample>();
|
| o.add(buildPerfSample());
|
| o.add(buildPerfSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3322(core.List<api.PerfSample> o) {
|
| +checkUnnamed3171(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 = buildUnnamed3322();
|
| + o.perfSamples = buildUnnamed3171();
|
| }
|
| buildCounterBatchCreatePerfSamplesRequest--;
|
| return o;
|
| @@ -122,19 +122,19 @@ buildBatchCreatePerfSamplesRequest() {
|
| checkBatchCreatePerfSamplesRequest(api.BatchCreatePerfSamplesRequest o) {
|
| buildCounterBatchCreatePerfSamplesRequest++;
|
| if (buildCounterBatchCreatePerfSamplesRequest < 3) {
|
| - checkUnnamed3322(o.perfSamples);
|
| + checkUnnamed3171(o.perfSamples);
|
| }
|
| buildCounterBatchCreatePerfSamplesRequest--;
|
| }
|
|
|
| -buildUnnamed3323() {
|
| +buildUnnamed3172() {
|
| var o = new core.List<api.PerfSample>();
|
| o.add(buildPerfSample());
|
| o.add(buildPerfSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3323(core.List<api.PerfSample> o) {
|
| +checkUnnamed3172(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 = buildUnnamed3323();
|
| + o.perfSamples = buildUnnamed3172();
|
| }
|
| buildCounterBatchCreatePerfSamplesResponse--;
|
| return o;
|
| @@ -154,7 +154,7 @@ buildBatchCreatePerfSamplesResponse() {
|
| checkBatchCreatePerfSamplesResponse(api.BatchCreatePerfSamplesResponse o) {
|
| buildCounterBatchCreatePerfSamplesResponse++;
|
| if (buildCounterBatchCreatePerfSamplesResponse < 3) {
|
| - checkUnnamed3323(o.perfSamples);
|
| + checkUnnamed3172(o.perfSamples);
|
| }
|
| buildCounterBatchCreatePerfSamplesResponse--;
|
| }
|
| @@ -347,14 +347,14 @@ checkInconclusiveDetail(api.InconclusiveDetail o) {
|
| buildCounterInconclusiveDetail--;
|
| }
|
|
|
| -buildUnnamed3324() {
|
| +buildUnnamed3173() {
|
| var o = new core.List<api.Execution>();
|
| o.add(buildExecution());
|
| o.add(buildExecution());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3324(core.List<api.Execution> o) {
|
| +checkUnnamed3173(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 = buildUnnamed3324();
|
| + o.executions = buildUnnamed3173();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListExecutionsResponse--;
|
| @@ -375,20 +375,20 @@ buildListExecutionsResponse() {
|
| checkListExecutionsResponse(api.ListExecutionsResponse o) {
|
| buildCounterListExecutionsResponse++;
|
| if (buildCounterListExecutionsResponse < 3) {
|
| - checkUnnamed3324(o.executions);
|
| + checkUnnamed3173(o.executions);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListExecutionsResponse--;
|
| }
|
|
|
| -buildUnnamed3325() {
|
| +buildUnnamed3174() {
|
| var o = new core.List<api.History>();
|
| o.add(buildHistory());
|
| o.add(buildHistory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3325(core.List<api.History> o) {
|
| +checkUnnamed3174(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 = buildUnnamed3325();
|
| + o.histories = buildUnnamed3174();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListHistoriesResponse--;
|
| @@ -409,20 +409,20 @@ buildListHistoriesResponse() {
|
| checkListHistoriesResponse(api.ListHistoriesResponse o) {
|
| buildCounterListHistoriesResponse++;
|
| if (buildCounterListHistoriesResponse < 3) {
|
| - checkUnnamed3325(o.histories);
|
| + checkUnnamed3174(o.histories);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListHistoriesResponse--;
|
| }
|
|
|
| -buildUnnamed3326() {
|
| +buildUnnamed3175() {
|
| var o = new core.List<api.PerfSampleSeries>();
|
| o.add(buildPerfSampleSeries());
|
| o.add(buildPerfSampleSeries());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3326(core.List<api.PerfSampleSeries> o) {
|
| +checkUnnamed3175(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 = buildUnnamed3326();
|
| + o.perfSampleSeries = buildUnnamed3175();
|
| }
|
| buildCounterListPerfSampleSeriesResponse--;
|
| return o;
|
| @@ -442,19 +442,19 @@ buildListPerfSampleSeriesResponse() {
|
| checkListPerfSampleSeriesResponse(api.ListPerfSampleSeriesResponse o) {
|
| buildCounterListPerfSampleSeriesResponse++;
|
| if (buildCounterListPerfSampleSeriesResponse < 3) {
|
| - checkUnnamed3326(o.perfSampleSeries);
|
| + checkUnnamed3175(o.perfSampleSeries);
|
| }
|
| buildCounterListPerfSampleSeriesResponse--;
|
| }
|
|
|
| -buildUnnamed3327() {
|
| +buildUnnamed3176() {
|
| var o = new core.List<api.PerfSample>();
|
| o.add(buildPerfSample());
|
| o.add(buildPerfSample());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3327(core.List<api.PerfSample> o) {
|
| +checkUnnamed3176(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 = buildUnnamed3327();
|
| + o.perfSamples = buildUnnamed3176();
|
| }
|
| buildCounterListPerfSamplesResponse--;
|
| return o;
|
| @@ -476,19 +476,19 @@ checkListPerfSamplesResponse(api.ListPerfSamplesResponse o) {
|
| buildCounterListPerfSamplesResponse++;
|
| if (buildCounterListPerfSamplesResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3327(o.perfSamples);
|
| + checkUnnamed3176(o.perfSamples);
|
| }
|
| buildCounterListPerfSamplesResponse--;
|
| }
|
|
|
| -buildUnnamed3328() {
|
| +buildUnnamed3177() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3328(core.List<api.Image> o) {
|
| +checkUnnamed3177(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 = buildUnnamed3328();
|
| + o.thumbnails = buildUnnamed3177();
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| return o;
|
| @@ -510,19 +510,19 @@ checkListStepThumbnailsResponse(api.ListStepThumbnailsResponse o) {
|
| buildCounterListStepThumbnailsResponse++;
|
| if (buildCounterListStepThumbnailsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3328(o.thumbnails);
|
| + checkUnnamed3177(o.thumbnails);
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| }
|
|
|
| -buildUnnamed3329() {
|
| +buildUnnamed3178() {
|
| var o = new core.List<api.Step>();
|
| o.add(buildStep());
|
| o.add(buildStep());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3329(core.List<api.Step> o) {
|
| +checkUnnamed3178(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 = buildUnnamed3329();
|
| + o.steps = buildUnnamed3178();
|
| }
|
| buildCounterListStepsResponse--;
|
| return o;
|
| @@ -544,7 +544,7 @@ checkListStepsResponse(api.ListStepsResponse o) {
|
| buildCounterListStepsResponse++;
|
| if (buildCounterListStepsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3329(o.steps);
|
| + checkUnnamed3178(o.steps);
|
| }
|
| buildCounterListStepsResponse--;
|
| }
|
| @@ -618,14 +618,14 @@ checkPerfEnvironment(api.PerfEnvironment o) {
|
| buildCounterPerfEnvironment--;
|
| }
|
|
|
| -buildUnnamed3330() {
|
| +buildUnnamed3179() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3330(core.List<core.String> o) {
|
| +checkUnnamed3179(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 = buildUnnamed3330();
|
| + o.perfMetrics = buildUnnamed3179();
|
| 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);
|
| - checkUnnamed3330(o.perfMetrics);
|
| + checkUnnamed3179(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--;
|
| }
|
|
|
| -buildUnnamed3331() {
|
| +buildUnnamed3180() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3331(core.List<api.FileReference> o) {
|
| +checkUnnamed3180(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 = buildUnnamed3331();
|
| + o.xunitXmlFiles = buildUnnamed3180();
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| return o;
|
| @@ -758,7 +758,7 @@ buildPublishXunitXmlFilesRequest() {
|
| checkPublishXunitXmlFilesRequest(api.PublishXunitXmlFilesRequest o) {
|
| buildCounterPublishXunitXmlFilesRequest++;
|
| if (buildCounterPublishXunitXmlFilesRequest < 3) {
|
| - checkUnnamed3331(o.xunitXmlFiles);
|
| + checkUnnamed3180(o.xunitXmlFiles);
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| }
|
| @@ -805,14 +805,14 @@ checkStackTrace(api.StackTrace o) {
|
| buildCounterStackTrace--;
|
| }
|
|
|
| -buildUnnamed3332() {
|
| +buildUnnamed3181() {
|
| var o = new core.List<api.Any>();
|
| o.add(buildAny());
|
| o.add(buildAny());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3332(core.List<api.Any> o) {
|
| +checkUnnamed3181(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 = buildUnnamed3332();
|
| + o.details = buildUnnamed3181();
|
| o.message = "foo";
|
| }
|
| buildCounterStatus--;
|
| @@ -835,33 +835,33 @@ checkStatus(api.Status o) {
|
| buildCounterStatus++;
|
| if (buildCounterStatus < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed3332(o.details);
|
| + checkUnnamed3181(o.details);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterStatus--;
|
| }
|
|
|
| -buildUnnamed3333() {
|
| +buildUnnamed3182() {
|
| var o = new core.List<api.StepDimensionValueEntry>();
|
| o.add(buildStepDimensionValueEntry());
|
| o.add(buildStepDimensionValueEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3333(core.List<api.StepDimensionValueEntry> o) {
|
| +checkUnnamed3182(core.List<api.StepDimensionValueEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStepDimensionValueEntry(o[0]);
|
| checkStepDimensionValueEntry(o[1]);
|
| }
|
|
|
| -buildUnnamed3334() {
|
| +buildUnnamed3183() {
|
| var o = new core.List<api.StepLabelsEntry>();
|
| o.add(buildStepLabelsEntry());
|
| o.add(buildStepLabelsEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3334(core.List<api.StepLabelsEntry> o) {
|
| +checkUnnamed3183(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 = buildUnnamed3333();
|
| + o.dimensionValue = buildUnnamed3182();
|
| o.hasImages = true;
|
| - o.labels = buildUnnamed3334();
|
| + o.labels = buildUnnamed3183();
|
| 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);
|
| - checkUnnamed3333(o.dimensionValue);
|
| + checkUnnamed3182(o.dimensionValue);
|
| unittest.expect(o.hasImages, unittest.isTrue);
|
| - checkUnnamed3334(o.labels);
|
| + checkUnnamed3183(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkOutcome(o.outcome);
|
| checkDuration(o.runDuration);
|
| @@ -996,27 +996,27 @@ checkTestCaseReference(api.TestCaseReference o) {
|
| buildCounterTestCaseReference--;
|
| }
|
|
|
| -buildUnnamed3335() {
|
| +buildUnnamed3184() {
|
| var o = new core.List<api.TestIssue>();
|
| o.add(buildTestIssue());
|
| o.add(buildTestIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3335(core.List<api.TestIssue> o) {
|
| +checkUnnamed3184(core.List<api.TestIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestIssue(o[0]);
|
| checkTestIssue(o[1]);
|
| }
|
|
|
| -buildUnnamed3336() {
|
| +buildUnnamed3185() {
|
| var o = new core.List<api.TestSuiteOverview>();
|
| o.add(buildTestSuiteOverview());
|
| o.add(buildTestSuiteOverview());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3336(core.List<api.TestSuiteOverview> o) {
|
| +checkUnnamed3185(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 = buildUnnamed3335();
|
| - o.testSuiteOverviews = buildUnnamed3336();
|
| + o.testIssues = buildUnnamed3184();
|
| + o.testSuiteOverviews = buildUnnamed3185();
|
| o.testTiming = buildTestTiming();
|
| o.toolExecution = buildToolExecution();
|
| }
|
| @@ -1039,8 +1039,8 @@ buildTestExecutionStep() {
|
| checkTestExecutionStep(api.TestExecutionStep o) {
|
| buildCounterTestExecutionStep++;
|
| if (buildCounterTestExecutionStep < 3) {
|
| - checkUnnamed3335(o.testIssues);
|
| - checkUnnamed3336(o.testSuiteOverviews);
|
| + checkUnnamed3184(o.testIssues);
|
| + checkUnnamed3185(o.testSuiteOverviews);
|
| checkTestTiming(o.testTiming);
|
| checkToolExecution(o.toolExecution);
|
| }
|
| @@ -1162,40 +1162,40 @@ checkTimestamp(api.Timestamp o) {
|
| buildCounterTimestamp--;
|
| }
|
|
|
| -buildUnnamed3337() {
|
| +buildUnnamed3186() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3337(core.List<core.String> o) {
|
| +checkUnnamed3186(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'));
|
| }
|
|
|
| -buildUnnamed3338() {
|
| +buildUnnamed3187() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3338(core.List<api.FileReference> o) {
|
| +checkUnnamed3187(core.List<api.FileReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFileReference(o[0]);
|
| checkFileReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3339() {
|
| +buildUnnamed3188() {
|
| var o = new core.List<api.ToolOutputReference>();
|
| o.add(buildToolOutputReference());
|
| o.add(buildToolOutputReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3339(core.List<api.ToolOutputReference> o) {
|
| +checkUnnamed3188(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 = buildUnnamed3337();
|
| + o.commandLineArguments = buildUnnamed3186();
|
| o.exitCode = buildToolExitCode();
|
| - o.toolLogs = buildUnnamed3338();
|
| - o.toolOutputs = buildUnnamed3339();
|
| + o.toolLogs = buildUnnamed3187();
|
| + o.toolOutputs = buildUnnamed3188();
|
| }
|
| buildCounterToolExecution--;
|
| return o;
|
| @@ -1218,10 +1218,10 @@ buildToolExecution() {
|
| checkToolExecution(api.ToolExecution o) {
|
| buildCounterToolExecution++;
|
| if (buildCounterToolExecution < 3) {
|
| - checkUnnamed3337(o.commandLineArguments);
|
| + checkUnnamed3186(o.commandLineArguments);
|
| checkToolExitCode(o.exitCode);
|
| - checkUnnamed3338(o.toolLogs);
|
| - checkUnnamed3339(o.toolOutputs);
|
| + checkUnnamed3187(o.toolLogs);
|
| + checkUnnamed3188(o.toolOutputs);
|
| }
|
| buildCounterToolExecution--;
|
| }
|
| @@ -1287,14 +1287,14 @@ checkToolOutputReference(api.ToolOutputReference o) {
|
| buildCounterToolOutputReference--;
|
| }
|
|
|
| -buildUnnamed3340() {
|
| +buildUnnamed3189() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3340(core.List<core.String> o) {
|
| +checkUnnamed3189(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 = buildUnnamed3340();
|
| + var arg_filter = buildUnnamed3189();
|
| mock.register(unittest.expectAsync((http.BaseRequest req, json) {
|
| var path = (req.url).path;
|
| var pathOffset = 0;
|
|
|