server_features_dto_test.dart 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. //
  2. // AUTO-GENERATED FILE, DO NOT MODIFY!
  3. //
  4. // @dart=2.12
  5. // ignore_for_file: unused_element, unused_import
  6. // ignore_for_file: always_put_required_named_parameters_first
  7. // ignore_for_file: constant_identifier_names
  8. // ignore_for_file: lines_longer_than_80_chars
  9. import 'package:openapi/api.dart';
  10. import 'package:test/test.dart';
  11. // tests for ServerFeaturesDto
  12. void main() {
  13. // final instance = ServerFeaturesDto();
  14. group('test ServerFeaturesDto', () {
  15. // bool clipEncode
  16. test('to test the property `clipEncode`', () async {
  17. // TODO
  18. });
  19. // bool configFile
  20. test('to test the property `configFile`', () async {
  21. // TODO
  22. });
  23. // bool facialRecognition
  24. test('to test the property `facialRecognition`', () async {
  25. // TODO
  26. });
  27. // bool map
  28. test('to test the property `map`', () async {
  29. // TODO
  30. });
  31. // bool oauth
  32. test('to test the property `oauth`', () async {
  33. // TODO
  34. });
  35. // bool oauthAutoLaunch
  36. test('to test the property `oauthAutoLaunch`', () async {
  37. // TODO
  38. });
  39. // bool passwordLogin
  40. test('to test the property `passwordLogin`', () async {
  41. // TODO
  42. });
  43. // bool search
  44. test('to test the property `search`', () async {
  45. // TODO
  46. });
  47. // bool sidecar
  48. test('to test the property `sidecar`', () async {
  49. // TODO
  50. });
  51. // bool tagImage
  52. test('to test the property `tagImage`', () async {
  53. // TODO
  54. });
  55. });
  56. }