2023-01-09 13:16:08 -07: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-20 18:08:43 -07:00
|
|
|
// tests for SharedLinkEditDto
|
2023-01-09 13:16:08 -07:00
|
|
|
void main() {
|
2023-06-20 18:08:43 -07:00
|
|
|
// final instance = SharedLinkEditDto();
|
2023-01-09 13:16:08 -07:00
|
|
|
|
2023-06-20 18:08:43 -07:00
|
|
|
group('test SharedLinkEditDto', () {
|
2023-08-01 09:49:18 -07:00
|
|
|
// bool allowDownload
|
|
|
|
test('to test the property `allowDownload`', () async {
|
2023-01-09 13:16:08 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 09:49:18 -07:00
|
|
|
// bool allowUpload
|
|
|
|
test('to test the property `allowUpload`', () async {
|
2023-01-09 13:16:08 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 09:49:18 -07:00
|
|
|
// String description
|
|
|
|
test('to test the property `description`', () async {
|
2023-01-09 13:16:08 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 09:49:18 -07:00
|
|
|
// DateTime expiresAt
|
|
|
|
test('to test the property `expiresAt`', () async {
|
2023-01-21 21:15:16 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// bool showExif
|
|
|
|
test('to test the property `showExif`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-09 13:16:08 -07:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|