2022-11-14 23:39:32 -05:00
|
|
|
//
|
|
|
|
// 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';
|
|
|
|
|
2022-12-09 15:51:42 -05:00
|
|
|
// tests for SystemConfigDto
|
2022-11-14 23:39:32 -05:00
|
|
|
void main() {
|
2022-12-09 15:51:42 -05:00
|
|
|
// final instance = SystemConfigDto();
|
2022-11-14 23:39:32 -05:00
|
|
|
|
2022-12-09 15:51:42 -05:00
|
|
|
group('test SystemConfigDto', () {
|
|
|
|
// SystemConfigFFmpegDto ffmpeg
|
|
|
|
test('to test the property `ffmpeg`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2024-04-02 00:56:56 -04:00
|
|
|
// SystemConfigImageDto image
|
|
|
|
test('to test the property `image`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 12:49:18 -04:00
|
|
|
// SystemConfigJobDto job
|
|
|
|
test('to test the property `job`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-10-31 21:19:12 +01:00
|
|
|
// SystemConfigLibraryDto library_
|
|
|
|
test('to test the property `library_`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-12-14 11:55:40 -05:00
|
|
|
// SystemConfigLoggingDto logging
|
|
|
|
test('to test the property `logging`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-25 00:15:03 -04:00
|
|
|
// SystemConfigMachineLearningDto machineLearning
|
|
|
|
test('to test the property `machineLearning`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-09-08 22:51:46 -04:00
|
|
|
// SystemConfigMapDto map
|
|
|
|
test('to test the property `map`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-10-24 17:05:42 +02:00
|
|
|
// SystemConfigNewVersionCheckDto newVersionCheck
|
|
|
|
test('to test the property `newVersionCheck`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-12-09 15:51:42 -05:00
|
|
|
// SystemConfigOAuthDto oauth
|
|
|
|
test('to test the property `oauth`', () async {
|
2022-11-14 23:39:32 -05:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-09 16:32:58 -05:00
|
|
|
// SystemConfigPasswordLoginDto passwordLogin
|
|
|
|
test('to test the property `passwordLogin`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-09-26 09:03:57 +02:00
|
|
|
// SystemConfigReverseGeocodingDto reverseGeocoding
|
|
|
|
test('to test the property `reverseGeocoding`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2024-01-03 21:54:48 -05:00
|
|
|
// SystemConfigServerDto server
|
|
|
|
test('to test the property `server`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-12-16 14:26:12 -06:00
|
|
|
// SystemConfigStorageTemplateDto storageTemplate
|
|
|
|
test('to test the property `storageTemplate`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-10-23 11:38:41 -07:00
|
|
|
// SystemConfigThemeDto theme
|
|
|
|
test('to test the property `theme`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-10-06 07:01:14 +00:00
|
|
|
// SystemConfigTrashDto trash
|
|
|
|
test('to test the property `trash`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2024-03-06 00:45:40 -05:00
|
|
|
// SystemConfigUserDto user
|
|
|
|
test('to test the property `user`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-11-14 23:39:32 -05:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|