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

105 lines
2.4 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 GuidedStep
void main() {
// final instance = GuidedStep();
group('test GuidedStep', () {
// String guidedPathId
test('to test the property `guidedPathId`', () async {
// TODO
});
// List<TranslationDTO> title (default value: const [])
test('to test the property `title`', () async {
// TODO
});
// String id
test('to test the property `id`', () async {
// TODO
});
// GuidedStepGuidedPath guidedPath
test('to test the property `guidedPath`', () async {
// TODO
});
// int order
test('to test the property `order`', () async {
// TODO
});
// List<TranslationDTO> description (default value: const [])
test('to test the property `description`', () async {
// TODO
});
// PointAllOfBoundary geometry
test('to test the property `geometry`', () async {
// TODO
});
// double zoneRadiusMeters
test('to test the property `zoneRadiusMeters`', () async {
// TODO
});
// String imageUrl
test('to test the property `imageUrl`', () async {
// TODO
});
// int triggerGeoPointId
test('to test the property `triggerGeoPointId`', () async {
// TODO
});
// GuidedStepTriggerGeoPoint triggerGeoPoint
test('to test the property `triggerGeoPoint`', () async {
// TODO
});
// bool isHiddenInitially
test('to test the property `isHiddenInitially`', () async {
// TODO
});
// List<QuizQuestion> quizQuestions (default value: const [])
test('to test the property `quizQuestions`', () async {
// TODO
});
// bool isStepTimer
test('to test the property `isStepTimer`', () async {
// TODO
});
// bool isStepLocked
test('to test the property `isStepLocked`', () async {
// TODO
});
// int timerSeconds
test('to test the property `timerSeconds`', () async {
// TODO
});
// List<TranslationDTO> timerExpiredMessage (default value: const [])
test('to test the property `timerExpiredMessage`', () async {
// TODO
});
});
}