classification_config_test.dart 887 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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 ClassificationConfig
  12. void main() {
  13. // final instance = ClassificationConfig();
  14. group('test ClassificationConfig', () {
  15. // bool enabled
  16. test('to test the property `enabled`', () async {
  17. // TODO
  18. });
  19. // int minScore
  20. test('to test the property `minScore`', () async {
  21. // TODO
  22. });
  23. // String modelName
  24. test('to test the property `modelName`', () async {
  25. // TODO
  26. });
  27. // ModelType modelType
  28. test('to test the property `modelType`', () async {
  29. // TODO
  30. });
  31. });
  32. }