// // 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 WorkPackagePatchModelLinks void main() { // final instance = WorkPackagePatchModelLinks(); group('test WorkPackagePatchModelLinks', () { // WorkPackageModelLinksAssignee assignee test('to test the property `assignee`', () async { // TODO }); // WorkPackageModelLinksBudget budget test('to test the property `budget`', () async { // TODO }); // WorkPackageModelLinksCategory category test('to test the property `category`', () 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 }); // WorkPackageModelLinksStatus status test('to test the property `status`', () async { // TODO }); // WorkPackageModelLinksType type test('to test the property `type`', () async { // TODO }); // WorkPackageModelLinksVersion version test('to test the property `version`', () async { // TODO }); }); }