// // AUTO-GENERATED FILE, DO NOT MODIFY! // // @dart=2.12 // ignore_for_file: unused_element, unused_import // ignore_for_file: always_put_required_named_parameters_first // ignore_for_file: constant_identifier_names // ignore_for_file: lines_longer_than_80_chars import 'package:openapi/api.dart'; import 'package:test/test.dart'; // tests for WorkPackageModelLinks void main() { // final instance = WorkPackageModelLinks(); group('test WorkPackageModelLinks', () { // WorkPackageModelLinksAddAttachment addAttachment test('to test the property `addAttachment`', () async { // TODO }); // WorkPackageModelLinksAddComment addComment test('to test the property `addComment`', () async { // TODO }); // WorkPackageModelLinksAddRelation addRelation test('to test the property `addRelation`', () async { // TODO }); // WorkPackageModelLinksAddWatcher addWatcher test('to test the property `addWatcher`', () async { // TODO }); // Object customActions test('to test the property `customActions`', () async { // TODO }); // WorkPackageModelLinksPreviewMarkup previewMarkup test('to test the property `previewMarkup`', () async { // TODO }); // WorkPackageModelLinksRemoveWatcher removeWatcher test('to test the property `removeWatcher`', () async { // TODO }); // WorkPackageModelLinksUnwatch unwatch test('to test the property `unwatch`', () async { // TODO }); // WorkPackageModelLinksUpdate update test('to test the property `update`', () async { // TODO }); // WorkPackageModelLinksUpdateImmediately updateImmediately test('to test the property `updateImmediately`', () async { // TODO }); // WorkPackageModelLinksWatch watch test('to test the property `watch`', () async { // TODO }); // WorkPackageModelLinksSelf self test('to test the property `self`', () async { // TODO }); // WorkPackageModelLinksSchema schema test('to test the property `schema`', () async { // TODO }); // Object ancestors test('to test the property `ancestors`', () async { // TODO }); // WorkPackageModelLinksAttachments attachments test('to test the property `attachments`', () async { // TODO }); // WorkPackageModelLinksAuthor author test('to test the property `author`', () async { // TODO }); // WorkPackageModelLinksAssignee assignee test('to test the property `assignee`', () async { // TODO }); // WorkPackageModelLinksAvailableWatchers availableWatchers test('to test the property `availableWatchers`', () async { // TODO }); // WorkPackageModelLinksBudget budget test('to test the property `budget`', () async { // TODO }); // WorkPackageModelLinksCategory category test('to test the property `category`', () async { // TODO }); // Object children test('to test the property `children`', () async { // TODO }); // WorkPackageModelLinksAddFileLink addFileLink test('to test the property `addFileLink`', () async { // TODO }); // WorkPackageModelLinksFileLinks fileLinks test('to test the property `fileLinks`', () async { // TODO }); // WorkPackageModelLinksParent parent test('to test the property `parent`', () async { // TODO }); // WorkPackageModelLinksPriority priority test('to test the property `priority`', () async { // TODO }); // WorkPackageModelLinksProject project test('to test the property `project`', () async { // TODO }); // WorkPackageModelLinksResponsible responsible test('to test the property `responsible`', () async { // TODO }); // WorkPackageModelLinksRelations relations test('to test the property `relations`', () async { // TODO }); // WorkPackageModelLinksRevisions revisions test('to test the property `revisions`', () async { // TODO }); // WorkPackageModelLinksStatus status test('to test the property `status`', () async { // TODO }); // WorkPackageModelLinksTimeEntries timeEntries test('to test the property `timeEntries`', () async { // TODO }); // WorkPackageModelLinksType type test('to test the property `type`', () async { // TODO }); // WorkPackageModelLinksVersion version test('to test the property `version`', () async { // TODO }); // WorkPackageModelLinksWatchers watchers test('to test the property `watchers`', () async { // TODO }); }); }