mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
148 lines
3.4 KiB
Dart
148 lines
3.4 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 ServerAboutResponseDto
|
|
void main() {
|
|
// final instance = ServerAboutResponseDto();
|
|
|
|
group('test ServerAboutResponseDto', () {
|
|
// Build identifier
|
|
// Optional<String?> build
|
|
test('to test the property `build`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Build image name
|
|
// Optional<String?> buildImage
|
|
test('to test the property `buildImage`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Build image URL
|
|
// Optional<String?> buildImageUrl
|
|
test('to test the property `buildImageUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Build URL
|
|
// Optional<String?> buildUrl
|
|
test('to test the property `buildUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// ExifTool version
|
|
// Optional<String?> exiftool
|
|
test('to test the property `exiftool`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// FFmpeg version
|
|
// Optional<String?> ffmpeg
|
|
test('to test the property `ffmpeg`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// ImageMagick version
|
|
// Optional<String?> imagemagick
|
|
test('to test the property `imagemagick`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// libvips version
|
|
// Optional<String?> libvips
|
|
test('to test the property `libvips`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Whether the server is licensed
|
|
// bool licensed
|
|
test('to test the property `licensed`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Node.js version
|
|
// Optional<String?> nodejs
|
|
test('to test the property `nodejs`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Repository name
|
|
// Optional<String?> repository
|
|
test('to test the property `repository`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Repository URL
|
|
// Optional<String?> repositoryUrl
|
|
test('to test the property `repositoryUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Source commit hash
|
|
// Optional<String?> sourceCommit
|
|
test('to test the property `sourceCommit`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Source reference (branch/tag)
|
|
// Optional<String?> sourceRef
|
|
test('to test the property `sourceRef`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Source URL
|
|
// Optional<String?> sourceUrl
|
|
test('to test the property `sourceUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Third-party bug/feature URL
|
|
// Optional<String?> thirdPartyBugFeatureUrl
|
|
test('to test the property `thirdPartyBugFeatureUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Third-party documentation URL
|
|
// Optional<String?> thirdPartyDocumentationUrl
|
|
test('to test the property `thirdPartyDocumentationUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Third-party source URL
|
|
// Optional<String?> thirdPartySourceUrl
|
|
test('to test the property `thirdPartySourceUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Third-party support URL
|
|
// Optional<String?> thirdPartySupportUrl
|
|
test('to test the property `thirdPartySupportUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Server version
|
|
// String version
|
|
test('to test the property `version`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// URL to version information
|
|
// String versionUrl
|
|
test('to test the property `versionUrl`', () async {
|
|
// TODO
|
|
});
|
|
|
|
|
|
});
|
|
|
|
}
|