2023-03-02 21:47:08 -05:00
|
|
|
//
|
|
|
|
|
// AUTO-GENERATED FILE, DO NOT MODIFY!
|
|
|
|
|
//
|
2024-05-15 17:52:52 -04:00
|
|
|
// @dart=2.18
|
2023-03-02 21:47:08 -05:00
|
|
|
|
|
|
|
|
// 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:openapi/api.dart';
|
|
|
|
|
import 'package:test/test.dart';
|
|
|
|
|
|
|
|
|
|
// tests for SearchFacetCountResponseDto
|
|
|
|
|
void main() {
|
|
|
|
|
// final instance = SearchFacetCountResponseDto();
|
|
|
|
|
|
|
|
|
|
group('test SearchFacetCountResponseDto', () {
|
|
|
|
|
// int count
|
|
|
|
|
test('to test the property `count`', () async {
|
|
|
|
|
// TODO
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
// String value
|
|
|
|
|
test('to test the property `value`', () async {
|
|
|
|
|
// TODO
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
}
|