| 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 8c393689b60e01686b140f3f3cf6a297f9603f8e..e9d1f8aefd7a285b75439843de5c57137f534da2 100644
|
| --- a/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
|
| +++ b/generated/googleapis_beta/test/toolresults/v1beta3_test.dart
|
| @@ -237,14 +237,14 @@ checkInconclusiveDetail(api.InconclusiveDetail o) {
|
| buildCounterInconclusiveDetail--;
|
| }
|
|
|
| -buildUnnamed3227() {
|
| +buildUnnamed4176() {
|
| var o = new core.List<api.Execution>();
|
| o.add(buildExecution());
|
| o.add(buildExecution());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3227(core.List<api.Execution> o) {
|
| +checkUnnamed4176(core.List<api.Execution> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkExecution(o[0]);
|
| checkExecution(o[1]);
|
| @@ -255,7 +255,7 @@ buildListExecutionsResponse() {
|
| var o = new api.ListExecutionsResponse();
|
| buildCounterListExecutionsResponse++;
|
| if (buildCounterListExecutionsResponse < 3) {
|
| - o.executions = buildUnnamed3227();
|
| + o.executions = buildUnnamed4176();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListExecutionsResponse--;
|
| @@ -265,20 +265,20 @@ buildListExecutionsResponse() {
|
| checkListExecutionsResponse(api.ListExecutionsResponse o) {
|
| buildCounterListExecutionsResponse++;
|
| if (buildCounterListExecutionsResponse < 3) {
|
| - checkUnnamed3227(o.executions);
|
| + checkUnnamed4176(o.executions);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListExecutionsResponse--;
|
| }
|
|
|
| -buildUnnamed3228() {
|
| +buildUnnamed4177() {
|
| var o = new core.List<api.History>();
|
| o.add(buildHistory());
|
| o.add(buildHistory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3228(core.List<api.History> o) {
|
| +checkUnnamed4177(core.List<api.History> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkHistory(o[0]);
|
| checkHistory(o[1]);
|
| @@ -289,7 +289,7 @@ buildListHistoriesResponse() {
|
| var o = new api.ListHistoriesResponse();
|
| buildCounterListHistoriesResponse++;
|
| if (buildCounterListHistoriesResponse < 3) {
|
| - o.histories = buildUnnamed3228();
|
| + o.histories = buildUnnamed4177();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListHistoriesResponse--;
|
| @@ -299,20 +299,20 @@ buildListHistoriesResponse() {
|
| checkListHistoriesResponse(api.ListHistoriesResponse o) {
|
| buildCounterListHistoriesResponse++;
|
| if (buildCounterListHistoriesResponse < 3) {
|
| - checkUnnamed3228(o.histories);
|
| + checkUnnamed4177(o.histories);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListHistoriesResponse--;
|
| }
|
|
|
| -buildUnnamed3229() {
|
| +buildUnnamed4178() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3229(core.List<api.Image> o) {
|
| +checkUnnamed4178(core.List<api.Image> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkImage(o[0]);
|
| checkImage(o[1]);
|
| @@ -324,7 +324,7 @@ buildListStepThumbnailsResponse() {
|
| buildCounterListStepThumbnailsResponse++;
|
| if (buildCounterListStepThumbnailsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.thumbnails = buildUnnamed3229();
|
| + o.thumbnails = buildUnnamed4178();
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| return o;
|
| @@ -334,19 +334,19 @@ checkListStepThumbnailsResponse(api.ListStepThumbnailsResponse o) {
|
| buildCounterListStepThumbnailsResponse++;
|
| if (buildCounterListStepThumbnailsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3229(o.thumbnails);
|
| + checkUnnamed4178(o.thumbnails);
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| }
|
|
|
| -buildUnnamed3230() {
|
| +buildUnnamed4179() {
|
| var o = new core.List<api.Step>();
|
| o.add(buildStep());
|
| o.add(buildStep());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3230(core.List<api.Step> o) {
|
| +checkUnnamed4179(core.List<api.Step> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStep(o[0]);
|
| checkStep(o[1]);
|
| @@ -358,7 +358,7 @@ buildListStepsResponse() {
|
| buildCounterListStepsResponse++;
|
| if (buildCounterListStepsResponse < 3) {
|
| o.nextPageToken = "foo";
|
| - o.steps = buildUnnamed3230();
|
| + o.steps = buildUnnamed4179();
|
| }
|
| buildCounterListStepsResponse--;
|
| return o;
|
| @@ -368,7 +368,7 @@ checkListStepsResponse(api.ListStepsResponse o) {
|
| buildCounterListStepsResponse++;
|
| if (buildCounterListStepsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3230(o.steps);
|
| + checkUnnamed4179(o.steps);
|
| }
|
| buildCounterListStepsResponse--;
|
| }
|
| @@ -421,14 +421,14 @@ checkProjectSettings(api.ProjectSettings o) {
|
| buildCounterProjectSettings--;
|
| }
|
|
|
| -buildUnnamed3231() {
|
| +buildUnnamed4180() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3231(core.List<api.FileReference> o) {
|
| +checkUnnamed4180(core.List<api.FileReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFileReference(o[0]);
|
| checkFileReference(o[1]);
|
| @@ -439,7 +439,7 @@ buildPublishXunitXmlFilesRequest() {
|
| var o = new api.PublishXunitXmlFilesRequest();
|
| buildCounterPublishXunitXmlFilesRequest++;
|
| if (buildCounterPublishXunitXmlFilesRequest < 3) {
|
| - o.xunitXmlFiles = buildUnnamed3231();
|
| + o.xunitXmlFiles = buildUnnamed4180();
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| return o;
|
| @@ -448,7 +448,7 @@ buildPublishXunitXmlFilesRequest() {
|
| checkPublishXunitXmlFilesRequest(api.PublishXunitXmlFilesRequest o) {
|
| buildCounterPublishXunitXmlFilesRequest++;
|
| if (buildCounterPublishXunitXmlFilesRequest < 3) {
|
| - checkUnnamed3231(o.xunitXmlFiles);
|
| + checkUnnamed4180(o.xunitXmlFiles);
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| }
|
| @@ -495,14 +495,14 @@ checkStackTrace(api.StackTrace o) {
|
| buildCounterStackTrace--;
|
| }
|
|
|
| -buildUnnamed3232() {
|
| +buildUnnamed4181() {
|
| var o = new core.List<api.Any>();
|
| o.add(buildAny());
|
| o.add(buildAny());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3232(core.List<api.Any> o) {
|
| +checkUnnamed4181(core.List<api.Any> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkAny(o[0]);
|
| checkAny(o[1]);
|
| @@ -514,7 +514,7 @@ buildStatus() {
|
| buildCounterStatus++;
|
| if (buildCounterStatus < 3) {
|
| o.code = 42;
|
| - o.details = buildUnnamed3232();
|
| + o.details = buildUnnamed4181();
|
| o.message = "foo";
|
| }
|
| buildCounterStatus--;
|
| @@ -525,33 +525,33 @@ checkStatus(api.Status o) {
|
| buildCounterStatus++;
|
| if (buildCounterStatus < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed3232(o.details);
|
| + checkUnnamed4181(o.details);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterStatus--;
|
| }
|
|
|
| -buildUnnamed3233() {
|
| +buildUnnamed4182() {
|
| var o = new core.List<api.StepDimensionValueEntry>();
|
| o.add(buildStepDimensionValueEntry());
|
| o.add(buildStepDimensionValueEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3233(core.List<api.StepDimensionValueEntry> o) {
|
| +checkUnnamed4182(core.List<api.StepDimensionValueEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStepDimensionValueEntry(o[0]);
|
| checkStepDimensionValueEntry(o[1]);
|
| }
|
|
|
| -buildUnnamed3234() {
|
| +buildUnnamed4183() {
|
| var o = new core.List<api.StepLabelsEntry>();
|
| o.add(buildStepLabelsEntry());
|
| o.add(buildStepLabelsEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3234(core.List<api.StepLabelsEntry> o) {
|
| +checkUnnamed4183(core.List<api.StepLabelsEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStepLabelsEntry(o[0]);
|
| checkStepLabelsEntry(o[1]);
|
| @@ -566,9 +566,9 @@ buildStep() {
|
| o.creationTime = buildTimestamp();
|
| o.description = "foo";
|
| o.deviceUsageDuration = buildDuration();
|
| - o.dimensionValue = buildUnnamed3233();
|
| + o.dimensionValue = buildUnnamed4182();
|
| o.hasImages = true;
|
| - o.labels = buildUnnamed3234();
|
| + o.labels = buildUnnamed4183();
|
| o.name = "foo";
|
| o.outcome = buildOutcome();
|
| o.runDuration = buildDuration();
|
| @@ -588,9 +588,9 @@ checkStep(api.Step o) {
|
| checkTimestamp(o.creationTime);
|
| unittest.expect(o.description, unittest.equals('foo'));
|
| checkDuration(o.deviceUsageDuration);
|
| - checkUnnamed3233(o.dimensionValue);
|
| + checkUnnamed4182(o.dimensionValue);
|
| unittest.expect(o.hasImages, unittest.isTrue);
|
| - checkUnnamed3234(o.labels);
|
| + checkUnnamed4183(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkOutcome(o.outcome);
|
| checkDuration(o.runDuration);
|
| @@ -686,27 +686,27 @@ checkTestCaseReference(api.TestCaseReference o) {
|
| buildCounterTestCaseReference--;
|
| }
|
|
|
| -buildUnnamed3235() {
|
| +buildUnnamed4184() {
|
| var o = new core.List<api.TestIssue>();
|
| o.add(buildTestIssue());
|
| o.add(buildTestIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3235(core.List<api.TestIssue> o) {
|
| +checkUnnamed4184(core.List<api.TestIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestIssue(o[0]);
|
| checkTestIssue(o[1]);
|
| }
|
|
|
| -buildUnnamed3236() {
|
| +buildUnnamed4185() {
|
| var o = new core.List<api.TestSuiteOverview>();
|
| o.add(buildTestSuiteOverview());
|
| o.add(buildTestSuiteOverview());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3236(core.List<api.TestSuiteOverview> o) {
|
| +checkUnnamed4185(core.List<api.TestSuiteOverview> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestSuiteOverview(o[0]);
|
| checkTestSuiteOverview(o[1]);
|
| @@ -717,8 +717,8 @@ buildTestExecutionStep() {
|
| var o = new api.TestExecutionStep();
|
| buildCounterTestExecutionStep++;
|
| if (buildCounterTestExecutionStep < 3) {
|
| - o.testIssues = buildUnnamed3235();
|
| - o.testSuiteOverviews = buildUnnamed3236();
|
| + o.testIssues = buildUnnamed4184();
|
| + o.testSuiteOverviews = buildUnnamed4185();
|
| o.testTiming = buildTestTiming();
|
| o.toolExecution = buildToolExecution();
|
| }
|
| @@ -729,8 +729,8 @@ buildTestExecutionStep() {
|
| checkTestExecutionStep(api.TestExecutionStep o) {
|
| buildCounterTestExecutionStep++;
|
| if (buildCounterTestExecutionStep < 3) {
|
| - checkUnnamed3235(o.testIssues);
|
| - checkUnnamed3236(o.testSuiteOverviews);
|
| + checkUnnamed4184(o.testIssues);
|
| + checkUnnamed4185(o.testSuiteOverviews);
|
| checkTestTiming(o.testTiming);
|
| checkToolExecution(o.toolExecution);
|
| }
|
| @@ -852,40 +852,40 @@ checkTimestamp(api.Timestamp o) {
|
| buildCounterTimestamp--;
|
| }
|
|
|
| -buildUnnamed3237() {
|
| +buildUnnamed4186() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3237(core.List<core.String> o) {
|
| +checkUnnamed4186(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'));
|
| }
|
|
|
| -buildUnnamed3238() {
|
| +buildUnnamed4187() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3238(core.List<api.FileReference> o) {
|
| +checkUnnamed4187(core.List<api.FileReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFileReference(o[0]);
|
| checkFileReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3239() {
|
| +buildUnnamed4188() {
|
| var o = new core.List<api.ToolOutputReference>();
|
| o.add(buildToolOutputReference());
|
| o.add(buildToolOutputReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3239(core.List<api.ToolOutputReference> o) {
|
| +checkUnnamed4188(core.List<api.ToolOutputReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkToolOutputReference(o[0]);
|
| checkToolOutputReference(o[1]);
|
| @@ -896,10 +896,10 @@ buildToolExecution() {
|
| var o = new api.ToolExecution();
|
| buildCounterToolExecution++;
|
| if (buildCounterToolExecution < 3) {
|
| - o.commandLineArguments = buildUnnamed3237();
|
| + o.commandLineArguments = buildUnnamed4186();
|
| o.exitCode = buildToolExitCode();
|
| - o.toolLogs = buildUnnamed3238();
|
| - o.toolOutputs = buildUnnamed3239();
|
| + o.toolLogs = buildUnnamed4187();
|
| + o.toolOutputs = buildUnnamed4188();
|
| }
|
| buildCounterToolExecution--;
|
| return o;
|
| @@ -908,10 +908,10 @@ buildToolExecution() {
|
| checkToolExecution(api.ToolExecution o) {
|
| buildCounterToolExecution++;
|
| if (buildCounterToolExecution < 3) {
|
| - checkUnnamed3237(o.commandLineArguments);
|
| + checkUnnamed4186(o.commandLineArguments);
|
| checkToolExitCode(o.exitCode);
|
| - checkUnnamed3238(o.toolLogs);
|
| - checkUnnamed3239(o.toolOutputs);
|
| + checkUnnamed4187(o.toolLogs);
|
| + checkUnnamed4188(o.toolOutputs);
|
| }
|
| buildCounterToolExecution--;
|
| }
|
|
|