2025-05-28 14:08:32 +02:00

90 lines
2.1 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 GeoPoint
void main() {
// final instance = GeoPoint();
group('test GeoPoint', () {
// int id
test('to test the property `id`', () async {
// TODO
});
// List<TranslationDTO> title (default value: const [])
test('to test the property `title`', () async {
// TODO
});
// List<TranslationDTO> description (default value: const [])
test('to test the property `description`', () async {
// TODO
});
// List<ContentDTO> contents (default value: const [])
test('to test the property `contents`', () async {
// TODO
});
// List<TranslationDTO> schedules (default value: const [])
test('to test the property `schedules`', () async {
// TODO
});
// List<TranslationDTO> prices (default value: const [])
test('to test the property `prices`', () async {
// TODO
});
// List<TranslationDTO> phone (default value: const [])
test('to test the property `phone`', () async {
// TODO
});
// List<TranslationDTO> email (default value: const [])
test('to test the property `email`', () async {
// TODO
});
// List<TranslationDTO> site (default value: const [])
test('to test the property `site`', () async {
// TODO
});
// int categorieId
test('to test the property `categorieId`', () async {
// TODO
});
// String latitude
test('to test the property `latitude`', () async {
// TODO
});
// String longitude
test('to test the property `longitude`', () async {
// TODO
});
// String imageResourceId
test('to test the property `imageResourceId`', () async {
// TODO
});
// String imageUrl
test('to test the property `imageUrl`', () async {
// TODO
});
});
}