immich/mobile/openapi/test/memory_response_dto_test.dart

97 lines
2.1 KiB
Dart

//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.18
// 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';
// tests for MemoryResponseDto
void main() {
// final instance = MemoryResponseDto();
group('test MemoryResponseDto', () {
// List<AssetResponseDto> assets (default value: const [])
test('to test the property `assets`', () async {
// TODO
});
// Creation date
// DateTime createdAt
test('to test the property `createdAt`', () async {
// TODO
});
// OnThisDayDto data
test('to test the property `data`', () async {
// TODO
});
// Deletion date
// Optional<DateTime?> deletedAt
test('to test the property `deletedAt`', () async {
// TODO
});
// Date when memory should be hidden
// Optional<DateTime?> hideAt
test('to test the property `hideAt`', () async {
// TODO
});
// Memory ID
// String id
test('to test the property `id`', () async {
// TODO
});
// Is memory saved
// bool isSaved
test('to test the property `isSaved`', () async {
// TODO
});
// Memory date
// DateTime memoryAt
test('to test the property `memoryAt`', () async {
// TODO
});
// Owner user ID
// String ownerId
test('to test the property `ownerId`', () async {
// TODO
});
// Date when memory was seen
// Optional<DateTime?> seenAt
test('to test the property `seenAt`', () async {
// TODO
});
// Date when memory should be shown
// Optional<DateTime?> showAt
test('to test the property `showAt`', () async {
// TODO
});
// MemoryType type
test('to test the property `type`', () async {
// TODO
});
// Last update date
// DateTime updatedAt
test('to test the property `updatedAt`', () async {
// TODO
});
});
}