| 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 507820bb0bd1120dede5c1f2b12245a9c2a05024..5adaec65874472a2058ba3af5a1253e84e67de7d 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--;
|
| }
|
|
|
| -buildUnnamed3694() {
|
| +buildUnnamed3531() {
|
| var o = new core.List<api.Execution>();
|
| o.add(buildExecution());
|
| o.add(buildExecution());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3694(core.List<api.Execution> o) {
|
| +checkUnnamed3531(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 = buildUnnamed3694();
|
| + o.executions = buildUnnamed3531();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListExecutionsResponse--;
|
| @@ -265,20 +265,20 @@ buildListExecutionsResponse() {
|
| checkListExecutionsResponse(api.ListExecutionsResponse o) {
|
| buildCounterListExecutionsResponse++;
|
| if (buildCounterListExecutionsResponse < 3) {
|
| - checkUnnamed3694(o.executions);
|
| + checkUnnamed3531(o.executions);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListExecutionsResponse--;
|
| }
|
|
|
| -buildUnnamed3695() {
|
| +buildUnnamed3532() {
|
| var o = new core.List<api.History>();
|
| o.add(buildHistory());
|
| o.add(buildHistory());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3695(core.List<api.History> o) {
|
| +checkUnnamed3532(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 = buildUnnamed3695();
|
| + o.histories = buildUnnamed3532();
|
| o.nextPageToken = "foo";
|
| }
|
| buildCounterListHistoriesResponse--;
|
| @@ -299,20 +299,20 @@ buildListHistoriesResponse() {
|
| checkListHistoriesResponse(api.ListHistoriesResponse o) {
|
| buildCounterListHistoriesResponse++;
|
| if (buildCounterListHistoriesResponse < 3) {
|
| - checkUnnamed3695(o.histories);
|
| + checkUnnamed3532(o.histories);
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| }
|
| buildCounterListHistoriesResponse--;
|
| }
|
|
|
| -buildUnnamed3696() {
|
| +buildUnnamed3533() {
|
| var o = new core.List<api.Image>();
|
| o.add(buildImage());
|
| o.add(buildImage());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3696(core.List<api.Image> o) {
|
| +checkUnnamed3533(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 = buildUnnamed3696();
|
| + o.thumbnails = buildUnnamed3533();
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| return o;
|
| @@ -334,19 +334,19 @@ checkListStepThumbnailsResponse(api.ListStepThumbnailsResponse o) {
|
| buildCounterListStepThumbnailsResponse++;
|
| if (buildCounterListStepThumbnailsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3696(o.thumbnails);
|
| + checkUnnamed3533(o.thumbnails);
|
| }
|
| buildCounterListStepThumbnailsResponse--;
|
| }
|
|
|
| -buildUnnamed3697() {
|
| +buildUnnamed3534() {
|
| var o = new core.List<api.Step>();
|
| o.add(buildStep());
|
| o.add(buildStep());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3697(core.List<api.Step> o) {
|
| +checkUnnamed3534(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 = buildUnnamed3697();
|
| + o.steps = buildUnnamed3534();
|
| }
|
| buildCounterListStepsResponse--;
|
| return o;
|
| @@ -368,7 +368,7 @@ checkListStepsResponse(api.ListStepsResponse o) {
|
| buildCounterListStepsResponse++;
|
| if (buildCounterListStepsResponse < 3) {
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed3697(o.steps);
|
| + checkUnnamed3534(o.steps);
|
| }
|
| buildCounterListStepsResponse--;
|
| }
|
| @@ -421,14 +421,14 @@ checkProjectSettings(api.ProjectSettings o) {
|
| buildCounterProjectSettings--;
|
| }
|
|
|
| -buildUnnamed3698() {
|
| +buildUnnamed3535() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3698(core.List<api.FileReference> o) {
|
| +checkUnnamed3535(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 = buildUnnamed3698();
|
| + o.xunitXmlFiles = buildUnnamed3535();
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| return o;
|
| @@ -448,7 +448,7 @@ buildPublishXunitXmlFilesRequest() {
|
| checkPublishXunitXmlFilesRequest(api.PublishXunitXmlFilesRequest o) {
|
| buildCounterPublishXunitXmlFilesRequest++;
|
| if (buildCounterPublishXunitXmlFilesRequest < 3) {
|
| - checkUnnamed3698(o.xunitXmlFiles);
|
| + checkUnnamed3535(o.xunitXmlFiles);
|
| }
|
| buildCounterPublishXunitXmlFilesRequest--;
|
| }
|
| @@ -495,14 +495,14 @@ checkStackTrace(api.StackTrace o) {
|
| buildCounterStackTrace--;
|
| }
|
|
|
| -buildUnnamed3699() {
|
| +buildUnnamed3536() {
|
| var o = new core.List<api.Any>();
|
| o.add(buildAny());
|
| o.add(buildAny());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3699(core.List<api.Any> o) {
|
| +checkUnnamed3536(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 = buildUnnamed3699();
|
| + o.details = buildUnnamed3536();
|
| o.message = "foo";
|
| }
|
| buildCounterStatus--;
|
| @@ -525,33 +525,33 @@ checkStatus(api.Status o) {
|
| buildCounterStatus++;
|
| if (buildCounterStatus < 3) {
|
| unittest.expect(o.code, unittest.equals(42));
|
| - checkUnnamed3699(o.details);
|
| + checkUnnamed3536(o.details);
|
| unittest.expect(o.message, unittest.equals('foo'));
|
| }
|
| buildCounterStatus--;
|
| }
|
|
|
| -buildUnnamed3700() {
|
| +buildUnnamed3537() {
|
| var o = new core.List<api.StepDimensionValueEntry>();
|
| o.add(buildStepDimensionValueEntry());
|
| o.add(buildStepDimensionValueEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3700(core.List<api.StepDimensionValueEntry> o) {
|
| +checkUnnamed3537(core.List<api.StepDimensionValueEntry> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkStepDimensionValueEntry(o[0]);
|
| checkStepDimensionValueEntry(o[1]);
|
| }
|
|
|
| -buildUnnamed3701() {
|
| +buildUnnamed3538() {
|
| var o = new core.List<api.StepLabelsEntry>();
|
| o.add(buildStepLabelsEntry());
|
| o.add(buildStepLabelsEntry());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3701(core.List<api.StepLabelsEntry> o) {
|
| +checkUnnamed3538(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 = buildUnnamed3700();
|
| + o.dimensionValue = buildUnnamed3537();
|
| o.hasImages = true;
|
| - o.labels = buildUnnamed3701();
|
| + o.labels = buildUnnamed3538();
|
| 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);
|
| - checkUnnamed3700(o.dimensionValue);
|
| + checkUnnamed3537(o.dimensionValue);
|
| unittest.expect(o.hasImages, unittest.isTrue);
|
| - checkUnnamed3701(o.labels);
|
| + checkUnnamed3538(o.labels);
|
| unittest.expect(o.name, unittest.equals('foo'));
|
| checkOutcome(o.outcome);
|
| checkDuration(o.runDuration);
|
| @@ -686,27 +686,27 @@ checkTestCaseReference(api.TestCaseReference o) {
|
| buildCounterTestCaseReference--;
|
| }
|
|
|
| -buildUnnamed3702() {
|
| +buildUnnamed3539() {
|
| var o = new core.List<api.TestIssue>();
|
| o.add(buildTestIssue());
|
| o.add(buildTestIssue());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3702(core.List<api.TestIssue> o) {
|
| +checkUnnamed3539(core.List<api.TestIssue> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkTestIssue(o[0]);
|
| checkTestIssue(o[1]);
|
| }
|
|
|
| -buildUnnamed3703() {
|
| +buildUnnamed3540() {
|
| var o = new core.List<api.TestSuiteOverview>();
|
| o.add(buildTestSuiteOverview());
|
| o.add(buildTestSuiteOverview());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3703(core.List<api.TestSuiteOverview> o) {
|
| +checkUnnamed3540(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 = buildUnnamed3702();
|
| - o.testSuiteOverviews = buildUnnamed3703();
|
| + o.testIssues = buildUnnamed3539();
|
| + o.testSuiteOverviews = buildUnnamed3540();
|
| o.testTiming = buildTestTiming();
|
| o.toolExecution = buildToolExecution();
|
| }
|
| @@ -729,8 +729,8 @@ buildTestExecutionStep() {
|
| checkTestExecutionStep(api.TestExecutionStep o) {
|
| buildCounterTestExecutionStep++;
|
| if (buildCounterTestExecutionStep < 3) {
|
| - checkUnnamed3702(o.testIssues);
|
| - checkUnnamed3703(o.testSuiteOverviews);
|
| + checkUnnamed3539(o.testIssues);
|
| + checkUnnamed3540(o.testSuiteOverviews);
|
| checkTestTiming(o.testTiming);
|
| checkToolExecution(o.toolExecution);
|
| }
|
| @@ -852,40 +852,40 @@ checkTimestamp(api.Timestamp o) {
|
| buildCounterTimestamp--;
|
| }
|
|
|
| -buildUnnamed3704() {
|
| +buildUnnamed3541() {
|
| var o = new core.List<core.String>();
|
| o.add("foo");
|
| o.add("foo");
|
| return o;
|
| }
|
|
|
| -checkUnnamed3704(core.List<core.String> o) {
|
| +checkUnnamed3541(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'));
|
| }
|
|
|
| -buildUnnamed3705() {
|
| +buildUnnamed3542() {
|
| var o = new core.List<api.FileReference>();
|
| o.add(buildFileReference());
|
| o.add(buildFileReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3705(core.List<api.FileReference> o) {
|
| +checkUnnamed3542(core.List<api.FileReference> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkFileReference(o[0]);
|
| checkFileReference(o[1]);
|
| }
|
|
|
| -buildUnnamed3706() {
|
| +buildUnnamed3543() {
|
| var o = new core.List<api.ToolOutputReference>();
|
| o.add(buildToolOutputReference());
|
| o.add(buildToolOutputReference());
|
| return o;
|
| }
|
|
|
| -checkUnnamed3706(core.List<api.ToolOutputReference> o) {
|
| +checkUnnamed3543(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 = buildUnnamed3704();
|
| + o.commandLineArguments = buildUnnamed3541();
|
| o.exitCode = buildToolExitCode();
|
| - o.toolLogs = buildUnnamed3705();
|
| - o.toolOutputs = buildUnnamed3706();
|
| + o.toolLogs = buildUnnamed3542();
|
| + o.toolOutputs = buildUnnamed3543();
|
| }
|
| buildCounterToolExecution--;
|
| return o;
|
| @@ -908,10 +908,10 @@ buildToolExecution() {
|
| checkToolExecution(api.ToolExecution o) {
|
| buildCounterToolExecution++;
|
| if (buildCounterToolExecution < 3) {
|
| - checkUnnamed3704(o.commandLineArguments);
|
| + checkUnnamed3541(o.commandLineArguments);
|
| checkToolExitCode(o.exitCode);
|
| - checkUnnamed3705(o.toolLogs);
|
| - checkUnnamed3706(o.toolOutputs);
|
| + checkUnnamed3542(o.toolLogs);
|
| + checkUnnamed3543(o.toolOutputs);
|
| }
|
| buildCounterToolExecution--;
|
| }
|
|
|