// // 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 StorageReadModelLinks void main() { // final instance = StorageReadModelLinks(); group('test StorageReadModelLinks', () { // StorageReadModelLinksSelf self test('to test the property `self`', () async { // TODO }); // StorageReadModelLinksType type test('to test the property `type`', () async { // TODO }); // StorageReadModelLinksOrigin origin test('to test the property `origin`', () async { // TODO }); // StorageReadModelLinksOpen open test('to test the property `open`', () async { // TODO }); // StorageReadModelLinksAuthorizationState authorizationState test('to test the property `authorizationState`', () async { // TODO }); // StorageReadModelLinksAuthorize authorize test('to test the property `authorize`', () async { // TODO }); // StorageReadModelLinksOauthApplication oauthApplication test('to test the property `oauthApplication`', () async { // TODO }); // StorageReadModelLinksOauthClientCredentials oauthClientCredentials test('to test the property `oauthClientCredentials`', () async { // TODO }); }); }