manager-app/manager_api_new/test/event_agenda_dto_address_test.dart
2025-07-17 12:11:59 +02:00

70 lines
1.5 KiB
Dart

//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.18
// 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:manager_api_new/api.dart';
import 'package:test/test.dart';
// tests for EventAgendaDTOAddress
void main() {
// final instance = EventAgendaDTOAddress();
group('test EventAgendaDTOAddress', () {
// String address
test('to test the property `address`', () async {
// TODO
});
// String streetNumber
test('to test the property `streetNumber`', () async {
// TODO
});
// String streetName
test('to test the property `streetName`', () async {
// TODO
});
// String city
test('to test the property `city`', () async {
// TODO
});
// String state
test('to test the property `state`', () async {
// TODO
});
// String postCode
test('to test the property `postCode`', () async {
// TODO
});
// String country
test('to test the property `country`', () async {
// TODO
});
// EventAddressDTOGeometry geometry
test('to test the property `geometry`', () async {
// TODO
});
// String polyColor
test('to test the property `polyColor`', () async {
// TODO
});
// int zoom
test('to test the property `zoom`', () async {
// TODO
});
});
}