logout_response_dto_test.dart 577 B

123456789101112131415161718192021222324252627
  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 LogoutResponseDto
  12. void main() {
  13. // final instance = LogoutResponseDto();
  14. group('test LogoutResponseDto', () {
  15. // bool successful
  16. test('to test the property `successful`', () async {
  17. // TODO
  18. });
  19. });
  20. }