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

85 lines
1.9 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 GuidedPath
void main() {
// final instance = GuidedPath();
group('test GuidedPath', () {
// String instanceId
test('to test the property `instanceId`', () 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
});
// List<TranslationDTO> description (default value: const [])
test('to test the property `description`', () async {
// TODO
});
// String sectionMapId
test('to test the property `sectionMapId`', () async {
// TODO
});
// GuidedPathSectionMap sectionMap
test('to test the property `sectionMap`', () async {
// TODO
});
// String sectionEventId
test('to test the property `sectionEventId`', () async {
// TODO
});
// ApplicationInstanceSectionEvent sectionEvent
test('to test the property `sectionEvent`', () async {
// TODO
});
// bool isLinear
test('to test the property `isLinear`', () async {
// TODO
});
// bool requireSuccessToAdvance
test('to test the property `requireSuccessToAdvance`', () async {
// TODO
});
// bool hideNextStepsUntilComplete
test('to test the property `hideNextStepsUntilComplete`', () async {
// TODO
});
// int order
test('to test the property `order`', () async {
// TODO
});
// List<GuidedStep> steps (default value: const [])
test('to test the property `steps`', () async {
// TODO
});
});
}