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