2023-01-15 07:49:47 +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';
|
|
|
|
|
2023-06-21 03:08:43 +02:00
|
|
|
// tests for SharedLinkCreateDto
|
2023-01-15 07:49:47 +02:00
|
|
|
void main() {
|
2023-06-21 03:08:43 +02:00
|
|
|
// final instance = SharedLinkCreateDto();
|
|
|
|
|
|
|
|
group('test SharedLinkCreateDto', () {
|
2023-08-01 18:49:18 +02:00
|
|
|
// String albumId
|
|
|
|
test('to test the property `albumId`', () async {
|
2023-06-21 03:08:43 +02:00
|
|
|
// TODO
|
|
|
|
});
|
2023-01-15 07:49:47 +02:00
|
|
|
|
2023-08-01 18:49:18 +02:00
|
|
|
// bool allowDownload (default value: true)
|
|
|
|
test('to test the property `allowDownload`', () async {
|
2023-01-15 07:49:47 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 18:49:18 +02:00
|
|
|
// bool allowUpload (default value: false)
|
|
|
|
test('to test the property `allowUpload`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// List<String> assetIds (default value: const [])
|
|
|
|
test('to test the property `assetIds`', () async {
|
2023-06-21 03:08:43 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// String description
|
|
|
|
test('to test the property `description`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-05-30 15:15:56 +02:00
|
|
|
// DateTime expiresAt
|
2023-01-25 18:35:28 +02:00
|
|
|
test('to test the property `expiresAt`', () async {
|
2023-01-15 07:49:47 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 18:49:18 +02:00
|
|
|
// bool showExif (default value: true)
|
|
|
|
test('to test the property `showExif`', () async {
|
2023-01-22 06:15:16 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 18:49:18 +02:00
|
|
|
// SharedLinkType type
|
|
|
|
test('to test the property `type`', () async {
|
2023-01-22 06:15:16 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-15 07:49:47 +02:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|