2022-09-07 13:16:18 -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';
|
|
|
|
|
2023-07-14 06:30:17 -07:00
|
|
|
// tests for AssetStatsResponseDto
|
2022-09-07 13:16:18 -07:00
|
|
|
void main() {
|
2023-07-14 06:30:17 -07:00
|
|
|
// final instance = AssetStatsResponseDto();
|
2022-09-07 13:16:18 -07:00
|
|
|
|
2023-07-14 06:30:17 -07:00
|
|
|
group('test AssetStatsResponseDto', () {
|
|
|
|
// int images
|
|
|
|
test('to test the property `images`', () async {
|
2022-12-06 15:10:04 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-02 14:10:55 -07:00
|
|
|
// int total
|
|
|
|
test('to test the property `total`', () async {
|
2022-09-07 13:16:18 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-02 14:10:55 -07:00
|
|
|
// int videos
|
|
|
|
test('to test the property `videos`', () async {
|
2022-12-06 15:10:04 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2022-09-07 13:16:18 -07:00
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|