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

58 lines
1.3 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 RelationModelLinks
void main() {
// final instance = RelationModelLinks();
group('test RelationModelLinks', () {
// RelationModelLinksUpdate update
test('to test the property `update`', () async {
// TODO
});
// RelationModelLinksUpdateImmediately updateImmediately
test('to test the property `updateImmediately`', () async {
// TODO
});
// RelationModelLinksDelete delete
test('to test the property `delete`', () async {
// TODO
});
// RelationModelLinksSelf self
test('to test the property `self`', () async {
// TODO
});
// RelationModelLinksSchema schema
test('to test the property `schema`', () async {
// TODO
});
// RelationModelLinksFrom from
test('to test the property `from`', () async {
// TODO
});
// RelationModelLinksTo to
test('to test the property `to`', () async {
// TODO
});
});
}