//
// AUTO-GENERATED FILE, DO NOT MODIFY!
//
// @dart=2.12

// 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 AssetFaceResponseDto
void main() {
  // final instance = AssetFaceResponseDto();

  group('test AssetFaceResponseDto', () {
    // int boundingBoxX1
    test('to test the property `boundingBoxX1`', () async {
      // TODO
    });

    // int boundingBoxX2
    test('to test the property `boundingBoxX2`', () async {
      // TODO
    });

    // int boundingBoxY1
    test('to test the property `boundingBoxY1`', () async {
      // TODO
    });

    // int boundingBoxY2
    test('to test the property `boundingBoxY2`', () async {
      // TODO
    });

    // String id
    test('to test the property `id`', () async {
      // TODO
    });

    // int imageHeight
    test('to test the property `imageHeight`', () async {
      // TODO
    });

    // int imageWidth
    test('to test the property `imageWidth`', () async {
      // TODO
    });

    // PersonResponseDto person
    test('to test the property `person`', () async {
      // TODO
    });


  });

}