// // 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 title (default value: const []) test('to test the property `title`', () async { // TODO }); // List description (default value: const []) test('to test the property `description`', () async { // TODO }); // List contents (default value: const []) test('to test the property `contents`', () async { // TODO }); // List schedules (default value: const []) test('to test the property `schedules`', () async { // TODO }); // List prices (default value: const []) test('to test the property `prices`', () async { // TODO }); // List phone (default value: const []) test('to test the property `phone`', () async { // TODO }); // List email (default value: const []) test('to test the property `email`', () async { // TODO }); // List 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 }); }); }