95 lines
2.0 KiB
Dart
95 lines
2.0 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 EventAgendaDTO
|
|
void main() {
|
|
// final instance = EventAgendaDTO();
|
|
|
|
group('test EventAgendaDTO', () {
|
|
// int id
|
|
test('to test the property `id`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<TranslationDTO> label (default value: const [])
|
|
test('to test the property `label`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<TranslationDTO> description (default value: const [])
|
|
test('to test the property `description`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// String type
|
|
test('to test the property `type`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// DateTime dateAdded
|
|
test('to test the property `dateAdded`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// DateTime dateFrom
|
|
test('to test the property `dateFrom`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// DateTime dateTo
|
|
test('to test the property `dateTo`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// String website
|
|
test('to test the property `website`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// String resourceId
|
|
test('to test the property `resourceId`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// EventAgendaDTOResource resource
|
|
test('to test the property `resource`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// EventAgendaDTOAddress address
|
|
test('to test the property `address`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// String phone
|
|
test('to test the property `phone`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// String email
|
|
test('to test the property `email`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// String sectionAgendaId
|
|
test('to test the property `sectionAgendaId`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// String sectionEventId
|
|
test('to test the property `sectionEventId`', () async {
|
|
// TODO
|
|
});
|
|
});
|
|
}
|