// // 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 LibraryResponseDto void main() { // final instance = LibraryResponseDto(); group('test LibraryResponseDto', () { // int assetCount test('to test the property `assetCount`', () async { // TODO }); // DateTime createdAt test('to test the property `createdAt`', () async { // TODO }); // List exclusionPatterns (default value: const []) test('to test the property `exclusionPatterns`', () async { // TODO }); // String id test('to test the property `id`', () async { // TODO }); // List importPaths (default value: const []) test('to test the property `importPaths`', () async { // TODO }); // String name test('to test the property `name`', () async { // TODO }); // String ownerId test('to test the property `ownerId`', () async { // TODO }); // DateTime refreshedAt test('to test the property `refreshedAt`', () async { // TODO }); // LibraryType type test('to test the property `type`', () async { // TODO }); // DateTime updatedAt test('to test the property `updatedAt`', () async { // TODO }); }); }