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-01-22 06:13:36 +02:00
|
|
|
// JobCounts thumbnailGeneration
|
|
|
|
test('to test the property `thumbnailGeneration`', () async {
|
2022-10-06 18:25:54 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-22 06:13:36 +02:00
|
|
|
// JobCounts metadataExtraction
|
|
|
|
test('to test the property `metadataExtraction`', () async {
|
2022-10-06 18:25:54 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-22 06:13:36 +02:00
|
|
|
// JobCounts videoConversion
|
|
|
|
test('to test the property `videoConversion`', () async {
|
2022-10-06 18:25:54 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-22 06:13:36 +02:00
|
|
|
// JobCounts machineLearning
|
|
|
|
test('to test the property `machineLearning`', () async {
|
2022-12-07 00:10:04 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-01-22 06:13:36 +02:00
|
|
|
// JobCounts storageTemplateMigration
|
|
|
|
test('to test the property `storageTemplateMigration`', () async {
|
2022-12-19 20:13:10 +02:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-10-06 18:25:54 +02:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|