70 lines
1.8 KiB
Dart
70 lines
1.8 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 StatsSummaryDTO
|
|
void main() {
|
|
// final instance = StatsSummaryDTO();
|
|
|
|
group('test StatsSummaryDTO', () {
|
|
// int totalSessions
|
|
test('to test the property `totalSessions`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// int avgVisitDurationSeconds
|
|
test('to test the property `avgVisitDurationSeconds`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<SectionStatDTO> topSections (default value: const [])
|
|
test('to test the property `topSections`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<DayStatDTO> visitsByDay (default value: const [])
|
|
test('to test the property `visitsByDay`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Map<String, int> languageDistribution (default value: const {})
|
|
test('to test the property `languageDistribution`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// Map<String, int> appTypeDistribution (default value: const {})
|
|
test('to test the property `appTypeDistribution`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<PoiStatDTO> topPois (default value: const [])
|
|
test('to test the property `topPois`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<AgendaEventStatDTO> topAgendaEvents (default value: const [])
|
|
test('to test the property `topAgendaEvents`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<QuizStatDTO> quizStats (default value: const [])
|
|
test('to test the property `quizStats`', () async {
|
|
// TODO
|
|
});
|
|
|
|
// List<GameStatDTO> gameStats (default value: const [])
|
|
test('to test the property `gameStats`', () async {
|
|
// TODO
|
|
});
|
|
});
|
|
}
|