2023-08-08 16:39:51 +02:00
|
|
|
//
|
|
|
|
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
|
|
|
//
|
2024-05-15 23:52:52 +02:00
|
|
|
// @dart=2.18
|
2023-08-08 16:39:51 +02:00
|
|
|
|
|
|
|
// 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';
|
|
|
|
|
2024-04-02 06:56:56 +02:00
|
|
|
// tests for SystemConfigImageDto
|
2023-08-08 16:39:51 +02:00
|
|
|
void main() {
|
2024-04-02 06:56:56 +02:00
|
|
|
// final instance = SystemConfigImageDto();
|
2023-08-08 16:39:51 +02:00
|
|
|
|
2024-04-02 06:56:56 +02:00
|
|
|
group('test SystemConfigImageDto', () {
|
2023-09-03 08:21:51 +02:00
|
|
|
// Colorspace colorspace
|
|
|
|
test('to test the property `colorspace`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2024-04-19 17:50:13 +02:00
|
|
|
// bool extractEmbedded
|
|
|
|
test('to test the property `extractEmbedded`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2024-04-02 06:56:56 +02:00
|
|
|
// ImageFormat previewFormat
|
|
|
|
test('to test the property `previewFormat`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// int previewSize
|
|
|
|
test('to test the property `previewSize`', () async {
|
2023-08-08 16:39:51 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-09-03 08:21:51 +02:00
|
|
|
// int quality
|
|
|
|
test('to test the property `quality`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2024-04-02 06:56:56 +02:00
|
|
|
// ImageFormat thumbnailFormat
|
|
|
|
test('to test the property `thumbnailFormat`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// int thumbnailSize
|
|
|
|
test('to test the property `thumbnailSize`', () async {
|
2023-08-08 16:39:51 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|