2022-10-06 18:25:54 +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';
|
|
|
|
|
|
|
|
// tests for AllJobStatusResponseDto
|
|
|
|
void main() {
|
|
|
|
// final instance = AllJobStatusResponseDto();
|
|
|
|
|
|
|
|
group('test AllJobStatusResponseDto', () {
|
2023-03-20 17:55:28 +02:00
|
|
|
// JobCountsDto thumbnailGenerationQueue
|
|
|
|
test('to test the property `thumbnailGenerationQueue`', () async {
|
2022-10-06 18:25:54 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-03-20 17:55:28 +02:00
|
|
|
// JobCountsDto metadataExtractionQueue
|
|
|
|
test('to test the property `metadataExtractionQueue`', () async {
|
2022-10-06 18:25:54 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-03-20 17:55:28 +02:00
|
|
|
// JobCountsDto videoConversionQueue
|
|
|
|
test('to test the property `videoConversionQueue`', () async {
|
2022-10-06 18:25:54 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-03-20 17:55:28 +02:00
|
|
|
// JobCountsDto objectTaggingQueue
|
|
|
|
test('to test the property `objectTaggingQueue`', () async {
|
2022-12-07 00:10:04 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-03-20 17:55:28 +02:00
|
|
|
// JobCountsDto clipEncodingQueue
|
|
|
|
test('to test the property `clipEncodingQueue`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// JobCountsDto storageTemplateMigrationQueue
|
|
|
|
test('to test the property `storageTemplateMigrationQueue`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// JobCountsDto backgroundTaskQueue
|
|
|
|
test('to test the property `backgroundTaskQueue`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// JobCountsDto searchQueue
|
|
|
|
test('to test the property `searchQueue`', () async {
|
2022-12-19 20:13:10 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-10-06 18:25:54 +02:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|