2022-10-23 16:54:54 -05: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 UsageByUserDto
|
|
|
|
void main() {
|
|
|
|
// final instance = UsageByUserDto();
|
|
|
|
|
|
|
|
group('test UsageByUserDto', () {
|
2023-08-01 12:49:18 -04:00
|
|
|
// int photos
|
|
|
|
test('to test the property `photos`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2024-01-12 18:43:36 -06:00
|
|
|
// int quotaSizeInBytes
|
|
|
|
test('to test the property `quotaSizeInBytes`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 12:49:18 -04:00
|
|
|
// int usage
|
|
|
|
test('to test the property `usage`', () async {
|
2022-10-23 16:54:54 -05:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-08-01 12:49:18 -04:00
|
|
|
// String userId
|
|
|
|
test('to test the property `userId`', () async {
|
2022-10-23 16:54:54 -05:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-11-11 20:03:32 -05:00
|
|
|
// String userName
|
|
|
|
test('to test the property `userName`', () async {
|
2022-12-06 16:10:04 -06:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-02-26 20:57:34 +01:00
|
|
|
// int videos
|
|
|
|
test('to test the property `videos`', () async {
|
2022-10-23 16:54:54 -05:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|