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

60 lines
1.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 AppConfigurationLink
void main() {
// final instance = AppConfigurationLink();
group('test AppConfigurationLink', () {
// String configurationId
test('to test the property `configurationId`', () async {
// TODO
});
// String applicationInstanceId
test('to test the property `applicationInstanceId`', () async {
// TODO
});
// String id
test('to test the property `id`', () async {
// TODO
});
// int order
test('to test the property `order`', () async {
// TODO
});
// bool isActive
test('to test the property `isActive`', () async {
// TODO
});
// int weightMasonryGrid
test('to test the property `weightMasonryGrid`', () async {
// TODO
});
// AppConfigurationLinkConfiguration configuration
test('to test the property `configuration`', () async {
// TODO
});
// AppConfigurationLinkApplicationInstance applicationInstance
test('to test the property `applicationInstance`', () async {
// TODO
});
});
}