2023-10-31 20:13:34 -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 UserDto
|
|
|
|
void main() {
|
|
|
|
// final instance = UserDto();
|
|
|
|
|
|
|
|
group('test UserDto', () {
|
2023-11-13 20:10:35 -07:00
|
|
|
// UserAvatarColor avatarColor
|
|
|
|
test('to test the property `avatarColor`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-10-31 20:13:34 -07:00
|
|
|
// String email
|
|
|
|
test('to test the property `email`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// String id
|
|
|
|
test('to test the property `id`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
2023-11-11 18:03:32 -07:00
|
|
|
// String name
|
|
|
|
test('to test the property `name`', () async {
|
2023-10-31 20:13:34 -07:00
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
// String profileImagePath
|
|
|
|
test('to test the property `profileImagePath`', () async {
|
|
|
|
// TODO
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
}
|