2022-11-15 06:39:32 +02: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 22:51:42 +02:00
|
|
|
// tests for SystemConfigDto
|
2022-11-15 06:39:32 +02:00
|
|
|
void main() {
|
2022-12-09 22:51:42 +02:00
|
|
|
// final instance = SystemConfigDto();
|
2022-11-15 06:39:32 +02:00
|
|
|
|
2022-12-09 22:51:42 +02:00
|
|
|
group('test SystemConfigDto', () {
|
|
|
|
// SystemConfigFFmpegDto ffmpeg
|
|
|
|
test('to test the property `ffmpeg`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 18:49:18 +02:00
|
|
|
// SystemConfigJobDto job
|
|
|
|
test('to test the property `job`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-25 06:15:03 +02:00
|
|
|
// SystemConfigMachineLearningDto machineLearning
|
|
|
|
test('to test the property `machineLearning`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-12-09 22:51:42 +02:00
|
|
|
// SystemConfigOAuthDto oauth
|
|
|
|
test('to test the property `oauth`', () async {
|
2022-11-15 06:39:32 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-09 23:32:58 +02:00
|
|
|
// SystemConfigPasswordLoginDto passwordLogin
|
|
|
|
test('to test the property `passwordLogin`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-12-16 22:26:12 +02:00
|
|
|
// SystemConfigStorageTemplateDto storageTemplate
|
|
|
|
test('to test the property `storageTemplate`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-08 16:39:51 +02:00
|
|
|
// SystemConfigThumbnailDto thumbnail
|
|
|
|
test('to test the property `thumbnail`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-11-15 06:39:32 +02:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|