open-project-flutter-api/test/time_entry_activity_model_test.dart
2023-11-05 19:54:17 +01:00

62 lines
1.4 KiB
Dart

//
// 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 TimeEntryActivityModel
void main() {
// final instance = TimeEntryActivityModel();
group('test TimeEntryActivityModel', () {
// Object type
test('to test the property `type`', () async {
// TODO
});
// Time entry id
// Object id
test('to test the property `id`', () async {
// TODO
});
// The human readable name chosen for this activity
// Object name
test('to test the property `name`', () async {
// TODO
});
// The rank the activity has in a list of activities
// Object position
test('to test the property `position`', () async {
// TODO
});
// Flag to signal whether this activity is the default activity
// Object default_
test('to test the property `default_`', () async {
// TODO
});
// TimeEntryActivityModelEmbedded embedded
test('to test the property `embedded`', () async {
// TODO
});
// TimeEntryActivityModelLinks links
test('to test the property `links`', () async {
// TODO
});
});
}