// // 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 QuizQuestionGuidedStep void main() { // final instance = QuizQuestionGuidedStep(); group('test QuizQuestionGuidedStep', () { // String guidedPathId test('to test the property `guidedPathId`', () async { // TODO }); // List 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 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 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 timerExpiredMessage (default value: const []) test('to test the property `timerExpiredMessage`', () async { // TODO }); }); }