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 5adaec65874472a2058ba3af5a1253e84e67de7d..04df37062e9f3288d5f721831f6f0a2649942b0c 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--; |
} |
-buildUnnamed3531() { |
+buildUnnamed3242() { |
var o = new core.List<api.Execution>(); |
o.add(buildExecution()); |
o.add(buildExecution()); |
return o; |
} |
-checkUnnamed3531(core.List<api.Execution> o) { |
+checkUnnamed3242(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 = buildUnnamed3531(); |
+ o.executions = buildUnnamed3242(); |
o.nextPageToken = "foo"; |
} |
buildCounterListExecutionsResponse--; |
@@ -265,20 +265,20 @@ buildListExecutionsResponse() { |
checkListExecutionsResponse(api.ListExecutionsResponse o) { |
buildCounterListExecutionsResponse++; |
if (buildCounterListExecutionsResponse < 3) { |
- checkUnnamed3531(o.executions); |
+ checkUnnamed3242(o.executions); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListExecutionsResponse--; |
} |
-buildUnnamed3532() { |
+buildUnnamed3243() { |
var o = new core.List<api.History>(); |
o.add(buildHistory()); |
o.add(buildHistory()); |
return o; |
} |
-checkUnnamed3532(core.List<api.History> o) { |
+checkUnnamed3243(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 = buildUnnamed3532(); |
+ o.histories = buildUnnamed3243(); |
o.nextPageToken = "foo"; |
} |
buildCounterListHistoriesResponse--; |
@@ -299,20 +299,20 @@ buildListHistoriesResponse() { |
checkListHistoriesResponse(api.ListHistoriesResponse o) { |
buildCounterListHistoriesResponse++; |
if (buildCounterListHistoriesResponse < 3) { |
- checkUnnamed3532(o.histories); |
+ checkUnnamed3243(o.histories); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
} |
buildCounterListHistoriesResponse--; |
} |
-buildUnnamed3533() { |
+buildUnnamed3244() { |
var o = new core.List<api.Image>(); |
o.add(buildImage()); |
o.add(buildImage()); |
return o; |
} |
-checkUnnamed3533(core.List<api.Image> o) { |
+checkUnnamed3244(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 = buildUnnamed3533(); |
+ o.thumbnails = buildUnnamed3244(); |
} |
buildCounterListStepThumbnailsResponse--; |
return o; |
@@ -334,19 +334,19 @@ checkListStepThumbnailsResponse(api.ListStepThumbnailsResponse o) { |
buildCounterListStepThumbnailsResponse++; |
if (buildCounterListStepThumbnailsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3533(o.thumbnails); |
+ checkUnnamed3244(o.thumbnails); |
} |
buildCounterListStepThumbnailsResponse--; |
} |
-buildUnnamed3534() { |
+buildUnnamed3245() { |
var o = new core.List<api.Step>(); |
o.add(buildStep()); |
o.add(buildStep()); |
return o; |
} |
-checkUnnamed3534(core.List<api.Step> o) { |
+checkUnnamed3245(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 = buildUnnamed3534(); |
+ o.steps = buildUnnamed3245(); |
} |
buildCounterListStepsResponse--; |
return o; |
@@ -368,7 +368,7 @@ checkListStepsResponse(api.ListStepsResponse o) { |
buildCounterListStepsResponse++; |
if (buildCounterListStepsResponse < 3) { |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed3534(o.steps); |
+ checkUnnamed3245(o.steps); |
} |
buildCounterListStepsResponse--; |
} |
@@ -421,14 +421,14 @@ checkProjectSettings(api.ProjectSettings o) { |
buildCounterProjectSettings--; |
} |
-buildUnnamed3535() { |
+buildUnnamed3246() { |
var o = new core.List<api.FileReference>(); |
o.add(buildFileReference()); |
o.add(buildFileReference()); |
return o; |
} |
-checkUnnamed3535(core.List<api.FileReference> o) { |
+checkUnnamed3246(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 = buildUnnamed3535(); |
+ o.xunitXmlFiles = buildUnnamed3246(); |
} |
buildCounterPublishXunitXmlFilesRequest--; |
return o; |
@@ -448,7 +448,7 @@ buildPublishXunitXmlFilesRequest() { |
checkPublishXunitXmlFilesRequest(api.PublishXunitXmlFilesRequest o) { |
buildCounterPublishXunitXmlFilesRequest++; |
if (buildCounterPublishXunitXmlFilesRequest < 3) { |
- checkUnnamed3535(o.xunitXmlFiles); |
+ checkUnnamed3246(o.xunitXmlFiles); |
} |
buildCounterPublishXunitXmlFilesRequest--; |
} |
@@ -495,14 +495,14 @@ checkStackTrace(api.StackTrace o) { |
buildCounterStackTrace--; |
} |
-buildUnnamed3536() { |
+buildUnnamed3247() { |
var o = new core.List<api.Any>(); |
o.add(buildAny()); |
o.add(buildAny()); |
return o; |
} |
-checkUnnamed3536(core.List<api.Any> o) { |
+checkUnnamed3247(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 = buildUnnamed3536(); |
+ o.details = buildUnnamed3247(); |
o.message = "foo"; |
} |
buildCounterStatus--; |
@@ -525,33 +525,33 @@ checkStatus(api.Status o) { |
buildCounterStatus++; |
if (buildCounterStatus < 3) { |
unittest.expect(o.code, unittest.equals(42)); |
- checkUnnamed3536(o.details); |
+ checkUnnamed3247(o.details); |
unittest.expect(o.message, unittest.equals('foo')); |
} |
buildCounterStatus--; |
} |
-buildUnnamed3537() { |
+buildUnnamed3248() { |
var o = new core.List<api.StepDimensionValueEntry>(); |
o.add(buildStepDimensionValueEntry()); |
o.add(buildStepDimensionValueEntry()); |
return o; |
} |
-checkUnnamed3537(core.List<api.StepDimensionValueEntry> o) { |
+checkUnnamed3248(core.List<api.StepDimensionValueEntry> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkStepDimensionValueEntry(o[0]); |
checkStepDimensionValueEntry(o[1]); |
} |
-buildUnnamed3538() { |
+buildUnnamed3249() { |
var o = new core.List<api.StepLabelsEntry>(); |
o.add(buildStepLabelsEntry()); |
o.add(buildStepLabelsEntry()); |
return o; |
} |
-checkUnnamed3538(core.List<api.StepLabelsEntry> o) { |
+checkUnnamed3249(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 = buildUnnamed3537(); |
+ o.dimensionValue = buildUnnamed3248(); |
o.hasImages = true; |
- o.labels = buildUnnamed3538(); |
+ o.labels = buildUnnamed3249(); |
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); |
- checkUnnamed3537(o.dimensionValue); |
+ checkUnnamed3248(o.dimensionValue); |
unittest.expect(o.hasImages, unittest.isTrue); |
- checkUnnamed3538(o.labels); |
+ checkUnnamed3249(o.labels); |
unittest.expect(o.name, unittest.equals('foo')); |
checkOutcome(o.outcome); |
checkDuration(o.runDuration); |
@@ -686,27 +686,27 @@ checkTestCaseReference(api.TestCaseReference o) { |
buildCounterTestCaseReference--; |
} |
-buildUnnamed3539() { |
+buildUnnamed3250() { |
var o = new core.List<api.TestIssue>(); |
o.add(buildTestIssue()); |
o.add(buildTestIssue()); |
return o; |
} |
-checkUnnamed3539(core.List<api.TestIssue> o) { |
+checkUnnamed3250(core.List<api.TestIssue> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkTestIssue(o[0]); |
checkTestIssue(o[1]); |
} |
-buildUnnamed3540() { |
+buildUnnamed3251() { |
var o = new core.List<api.TestSuiteOverview>(); |
o.add(buildTestSuiteOverview()); |
o.add(buildTestSuiteOverview()); |
return o; |
} |
-checkUnnamed3540(core.List<api.TestSuiteOverview> o) { |
+checkUnnamed3251(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 = buildUnnamed3539(); |
- o.testSuiteOverviews = buildUnnamed3540(); |
+ o.testIssues = buildUnnamed3250(); |
+ o.testSuiteOverviews = buildUnnamed3251(); |
o.testTiming = buildTestTiming(); |
o.toolExecution = buildToolExecution(); |
} |
@@ -729,8 +729,8 @@ buildTestExecutionStep() { |
checkTestExecutionStep(api.TestExecutionStep o) { |
buildCounterTestExecutionStep++; |
if (buildCounterTestExecutionStep < 3) { |
- checkUnnamed3539(o.testIssues); |
- checkUnnamed3540(o.testSuiteOverviews); |
+ checkUnnamed3250(o.testIssues); |
+ checkUnnamed3251(o.testSuiteOverviews); |
checkTestTiming(o.testTiming); |
checkToolExecution(o.toolExecution); |
} |
@@ -852,40 +852,40 @@ checkTimestamp(api.Timestamp o) { |
buildCounterTimestamp--; |
} |
-buildUnnamed3541() { |
+buildUnnamed3252() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed3541(core.List<core.String> o) { |
+checkUnnamed3252(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')); |
} |
-buildUnnamed3542() { |
+buildUnnamed3253() { |
var o = new core.List<api.FileReference>(); |
o.add(buildFileReference()); |
o.add(buildFileReference()); |
return o; |
} |
-checkUnnamed3542(core.List<api.FileReference> o) { |
+checkUnnamed3253(core.List<api.FileReference> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkFileReference(o[0]); |
checkFileReference(o[1]); |
} |
-buildUnnamed3543() { |
+buildUnnamed3254() { |
var o = new core.List<api.ToolOutputReference>(); |
o.add(buildToolOutputReference()); |
o.add(buildToolOutputReference()); |
return o; |
} |
-checkUnnamed3543(core.List<api.ToolOutputReference> o) { |
+checkUnnamed3254(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 = buildUnnamed3541(); |
+ o.commandLineArguments = buildUnnamed3252(); |
o.exitCode = buildToolExitCode(); |
- o.toolLogs = buildUnnamed3542(); |
- o.toolOutputs = buildUnnamed3543(); |
+ o.toolLogs = buildUnnamed3253(); |
+ o.toolOutputs = buildUnnamed3254(); |
} |
buildCounterToolExecution--; |
return o; |
@@ -908,10 +908,10 @@ buildToolExecution() { |
checkToolExecution(api.ToolExecution o) { |
buildCounterToolExecution++; |
if (buildCounterToolExecution < 3) { |
- checkUnnamed3541(o.commandLineArguments); |
+ checkUnnamed3252(o.commandLineArguments); |
checkToolExitCode(o.exitCode); |
- checkUnnamed3542(o.toolLogs); |
- checkUnnamed3543(o.toolOutputs); |
+ checkUnnamed3253(o.toolLogs); |
+ checkUnnamed3254(o.toolOutputs); |
} |
buildCounterToolExecution--; |
} |