// // 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 WorkPackagePatchModel void main() { // final instance = WorkPackagePatchModel(); group('test WorkPackagePatchModel', () { // The version of the item as used for optimistic locking // Object lockVersion test('to test the property `lockVersion`', () async { // TODO }); // Work package subject // Object subject test('to test the property `subject`', () async { // TODO }); // WorkPackageModelDescription description test('to test the property `description`', () async { // TODO }); // If false (default) schedule automatically. // Object scheduleManually test('to test the property `scheduleManually`', () async { // TODO }); // Scheduled beginning of a work package // Object startDate test('to test the property `startDate`', () async { // TODO }); // Scheduled end of a work package // Object dueDate test('to test the property `dueDate`', () async { // TODO }); // Date on which a milestone is achieved // Object date test('to test the property `date`', () async { // TODO }); // Time a work package likely needs to be completed excluding its descendants // Object estimatedTime test('to test the property `estimatedTime`', () async { // TODO }); // **(NOT IMPLEMENTED)** When scheduling, whether or not to ignore the non working days being defined. A work package with the flag set to true will be allowed to be scheduled to a non working day. // Object ignoreNonWorkingDays test('to test the property `ignoreNonWorkingDays`', () async { // TODO }); // The time booked for this work package by users working on it # Conditions **Permission** view time entries // Object spentTime test('to test the property `spentTime`', () async { // TODO }); // Amount of total completion for a work package // Object percentageDone test('to test the property `percentageDone`', () async { // TODO }); // Time of creation // Object createdAt test('to test the property `createdAt`', () async { // TODO }); // Time of the most recent change to the work package // Object updatedAt test('to test the property `updatedAt`', () async { // TODO }); // WorkPackagePatchModelLinks links test('to test the property `links`', () async { // TODO }); }); }