immich/mobile/openapi/test/sync_memory_v1_test.dart

93 lines
1.8 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 SyncMemoryV1
void main() {
// final instance = SyncMemoryV1();
group('test SyncMemoryV1', () {
// Created at
// DateTime createdAt
test('to test the property `createdAt`', () async {
// TODO
});
// Data
// Map<String, Object> data (default value: const {})
test('to test the property `data`', () async {
// TODO
});
// Deleted at
// DateTime deletedAt
test('to test the property `deletedAt`', () async {
// TODO
});
// Hide at
// DateTime hideAt
test('to test the property `hideAt`', () async {
// TODO
});
// Memory ID
// String id
test('to test the property `id`', () async {
// TODO
});
// Is saved
// bool isSaved
test('to test the property `isSaved`', () async {
// TODO
});
// Memory at
// DateTime memoryAt
test('to test the property `memoryAt`', () async {
// TODO
});
// Owner ID
// String ownerId
test('to test the property `ownerId`', () async {
// TODO
});
// Seen at
// DateTime seenAt
test('to test the property `seenAt`', () async {
// TODO
});
// Show at
// DateTime showAt
test('to test the property `showAt`', () async {
// TODO
});
// MemoryType type
test('to test the property `type`', () async {
// TODO
});
// Updated at
// DateTime updatedAt
test('to test the property `updatedAt`', () async {
// TODO
});
});
}