diff --git a/packages/convenient_test_manager_dart/lib/services/real_vm_service_wrapper_service.g.dart b/packages/convenient_test_manager_dart/lib/services/real_vm_service_wrapper_service.g.dart index 9dcd223f..0981ed30 100644 --- a/packages/convenient_test_manager_dart/lib/services/real_vm_service_wrapper_service.g.dart +++ b/packages/convenient_test_manager_dart/lib/services/real_vm_service_wrapper_service.g.dart @@ -13,10 +13,12 @@ mixin _$ServiceConnectionManager on _ServiceConnectionManager, Store { @override bool get connected => - (_$connectedComputed ??= Computed(() => super.connected, name: '_ServiceConnectionManager.connected')) + (_$connectedComputed ??= Computed(() => super.connected, + name: '_ServiceConnectionManager.connected')) .value; - late final _$serviceAtom = Atom(name: '_ServiceConnectionManager.service', context: context); + late final _$serviceAtom = + Atom(name: '_ServiceConnectionManager.service', context: context); @override vm_service.VmService? get service { diff --git a/packages/convenient_test_manager_dart/lib/stores/global_config_store.freezed.dart b/packages/convenient_test_manager_dart/lib/stores/global_config_store.freezed.dart index 917f6414..f29a4bda 100644 --- a/packages/convenient_test_manager_dart/lib/stores/global_config_store.freezed.dart +++ b/packages/convenient_test_manager_dart/lib/stores/global_config_store.freezed.dart @@ -1,7 +1,7 @@ // coverage:ignore-file // GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: type=lint -// ignore_for_file: unused_element, deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies, annotate_overrides, invalid_annotation_target +// ignore_for_file: unused_element, deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies, annotate_overrides, invalid_annotation_target, unnecessary_question_mark part of 'global_config_store.dart'; @@ -12,7 +12,7 @@ part of 'global_config_store.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); GlobalConfigNullable _$GlobalConfigNullableFromJson(Map json) { return _GlobalConfigNullable.fromJson(json); @@ -26,19 +26,25 @@ mixin _$GlobalConfigNullable { Map toJson() => throw _privateConstructorUsedError; @JsonKey(ignore: true) - $GlobalConfigNullableCopyWith get copyWith => throw _privateConstructorUsedError; + $GlobalConfigNullableCopyWith get copyWith => + throw _privateConstructorUsedError; } /// @nodoc abstract class $GlobalConfigNullableCopyWith<$Res> { - factory $GlobalConfigNullableCopyWith(GlobalConfigNullable value, $Res Function(GlobalConfigNullable) then) = + factory $GlobalConfigNullableCopyWith(GlobalConfigNullable value, + $Res Function(GlobalConfigNullable) then) = _$GlobalConfigNullableCopyWithImpl<$Res, GlobalConfigNullable>; @useResult - $Res call({bool? isolationMode, bool? enableReportSaver, String? goldenDiffGitRepo}); + $Res call( + {bool? isolationMode, + bool? enableReportSaver, + String? goldenDiffGitRepo}); } /// @nodoc -class _$GlobalConfigNullableCopyWithImpl<$Res, $Val extends GlobalConfigNullable> +class _$GlobalConfigNullableCopyWithImpl<$Res, + $Val extends GlobalConfigNullable> implements $GlobalConfigNullableCopyWith<$Res> { _$GlobalConfigNullableCopyWithImpl(this._value, this._then); @@ -72,19 +78,25 @@ class _$GlobalConfigNullableCopyWithImpl<$Res, $Val extends GlobalConfigNullable } /// @nodoc -abstract class _$$_GlobalConfigNullableCopyWith<$Res> implements $GlobalConfigNullableCopyWith<$Res> { - factory _$$_GlobalConfigNullableCopyWith(_$_GlobalConfigNullable value, $Res Function(_$_GlobalConfigNullable) then) = - __$$_GlobalConfigNullableCopyWithImpl<$Res>; +abstract class _$$GlobalConfigNullableImplCopyWith<$Res> + implements $GlobalConfigNullableCopyWith<$Res> { + factory _$$GlobalConfigNullableImplCopyWith(_$GlobalConfigNullableImpl value, + $Res Function(_$GlobalConfigNullableImpl) then) = + __$$GlobalConfigNullableImplCopyWithImpl<$Res>; @override @useResult - $Res call({bool? isolationMode, bool? enableReportSaver, String? goldenDiffGitRepo}); + $Res call( + {bool? isolationMode, + bool? enableReportSaver, + String? goldenDiffGitRepo}); } /// @nodoc -class __$$_GlobalConfigNullableCopyWithImpl<$Res> - extends _$GlobalConfigNullableCopyWithImpl<$Res, _$_GlobalConfigNullable> - implements _$$_GlobalConfigNullableCopyWith<$Res> { - __$$_GlobalConfigNullableCopyWithImpl(_$_GlobalConfigNullable _value, $Res Function(_$_GlobalConfigNullable) _then) +class __$$GlobalConfigNullableImplCopyWithImpl<$Res> + extends _$GlobalConfigNullableCopyWithImpl<$Res, _$GlobalConfigNullableImpl> + implements _$$GlobalConfigNullableImplCopyWith<$Res> { + __$$GlobalConfigNullableImplCopyWithImpl(_$GlobalConfigNullableImpl _value, + $Res Function(_$GlobalConfigNullableImpl) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -94,7 +106,7 @@ class __$$_GlobalConfigNullableCopyWithImpl<$Res> Object? enableReportSaver = freezed, Object? goldenDiffGitRepo = freezed, }) { - return _then(_$_GlobalConfigNullable( + return _then(_$GlobalConfigNullableImpl( isolationMode: freezed == isolationMode ? _value.isolationMode : isolationMode // ignore: cast_nullable_to_non_nullable @@ -113,10 +125,12 @@ class __$$_GlobalConfigNullableCopyWithImpl<$Res> /// @nodoc @JsonSerializable() -class _$_GlobalConfigNullable implements _GlobalConfigNullable { - _$_GlobalConfigNullable({this.isolationMode, this.enableReportSaver, this.goldenDiffGitRepo}); +class _$GlobalConfigNullableImpl implements _GlobalConfigNullable { + _$GlobalConfigNullableImpl( + {this.isolationMode, this.enableReportSaver, this.goldenDiffGitRepo}); - factory _$_GlobalConfigNullable.fromJson(Map json) => _$$_GlobalConfigNullableFromJson(json); + factory _$GlobalConfigNullableImpl.fromJson(Map json) => + _$$GlobalConfigNullableImplFromJson(json); @override final bool? isolationMode; @@ -131,28 +145,34 @@ class _$_GlobalConfigNullable implements _GlobalConfigNullable { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && - other is _$_GlobalConfigNullable && - (identical(other.isolationMode, isolationMode) || other.isolationMode == isolationMode) && - (identical(other.enableReportSaver, enableReportSaver) || other.enableReportSaver == enableReportSaver) && - (identical(other.goldenDiffGitRepo, goldenDiffGitRepo) || other.goldenDiffGitRepo == goldenDiffGitRepo)); + other is _$GlobalConfigNullableImpl && + (identical(other.isolationMode, isolationMode) || + other.isolationMode == isolationMode) && + (identical(other.enableReportSaver, enableReportSaver) || + other.enableReportSaver == enableReportSaver) && + (identical(other.goldenDiffGitRepo, goldenDiffGitRepo) || + other.goldenDiffGitRepo == goldenDiffGitRepo)); } @JsonKey(ignore: true) @override - int get hashCode => Object.hash(runtimeType, isolationMode, enableReportSaver, goldenDiffGitRepo); + int get hashCode => Object.hash( + runtimeType, isolationMode, enableReportSaver, goldenDiffGitRepo); @JsonKey(ignore: true) @override @pragma('vm:prefer-inline') - _$$_GlobalConfigNullableCopyWith<_$_GlobalConfigNullable> get copyWith => - __$$_GlobalConfigNullableCopyWithImpl<_$_GlobalConfigNullable>(this, _$identity); + _$$GlobalConfigNullableImplCopyWith<_$GlobalConfigNullableImpl> + get copyWith => + __$$GlobalConfigNullableImplCopyWithImpl<_$GlobalConfigNullableImpl>( + this, _$identity); @override Map toJson() { - return _$$_GlobalConfigNullableToJson( + return _$$GlobalConfigNullableImplToJson( this, ); } @@ -162,9 +182,10 @@ abstract class _GlobalConfigNullable implements GlobalConfigNullable { factory _GlobalConfigNullable( {final bool? isolationMode, final bool? enableReportSaver, - final String? goldenDiffGitRepo}) = _$_GlobalConfigNullable; + final String? goldenDiffGitRepo}) = _$GlobalConfigNullableImpl; - factory _GlobalConfigNullable.fromJson(Map json) = _$_GlobalConfigNullable.fromJson; + factory _GlobalConfigNullable.fromJson(Map json) = + _$GlobalConfigNullableImpl.fromJson; @override bool? get isolationMode; @@ -174,5 +195,6 @@ abstract class _GlobalConfigNullable implements GlobalConfigNullable { String? get goldenDiffGitRepo; @override @JsonKey(ignore: true) - _$$_GlobalConfigNullableCopyWith<_$_GlobalConfigNullable> get copyWith => throw _privateConstructorUsedError; + _$$GlobalConfigNullableImplCopyWith<_$GlobalConfigNullableImpl> + get copyWith => throw _privateConstructorUsedError; } diff --git a/packages/convenient_test_manager_dart/lib/stores/global_config_store.g.dart b/packages/convenient_test_manager_dart/lib/stores/global_config_store.g.dart index 162d6983..ea2efb7e 100644 --- a/packages/convenient_test_manager_dart/lib/stores/global_config_store.g.dart +++ b/packages/convenient_test_manager_dart/lib/stores/global_config_store.g.dart @@ -6,13 +6,17 @@ part of 'global_config_store.dart'; // JsonSerializableGenerator // ************************************************************************** -_$_GlobalConfigNullable _$$_GlobalConfigNullableFromJson(Map json) => _$_GlobalConfigNullable( +_$GlobalConfigNullableImpl _$$GlobalConfigNullableImplFromJson( + Map json) => + _$GlobalConfigNullableImpl( isolationMode: json['isolationMode'] as bool?, enableReportSaver: json['enableReportSaver'] as bool?, goldenDiffGitRepo: json['goldenDiffGitRepo'] as String?, ); -Map _$$_GlobalConfigNullableToJson(_$_GlobalConfigNullable instance) => { +Map _$$GlobalConfigNullableImplToJson( + _$GlobalConfigNullableImpl instance) => + { 'isolationMode': instance.isolationMode, 'enableReportSaver': instance.enableReportSaver, 'goldenDiffGitRepo': instance.goldenDiffGitRepo, @@ -25,7 +29,8 @@ Map _$$_GlobalConfigNullableToJson(_$_GlobalConfigNullable inst // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers mixin _$GlobalConfig on _GlobalConfig, Store { - late final _$isolationModeAtom = Atom(name: '_GlobalConfig.isolationMode', context: context); + late final _$isolationModeAtom = + Atom(name: '_GlobalConfig.isolationMode', context: context); @override bool get isolationMode { @@ -40,7 +45,8 @@ mixin _$GlobalConfig on _GlobalConfig, Store { }); } - late final _$enableReportSaverAtom = Atom(name: '_GlobalConfig.enableReportSaver', context: context); + late final _$enableReportSaverAtom = + Atom(name: '_GlobalConfig.enableReportSaver', context: context); @override bool get enableReportSaver { @@ -55,7 +61,8 @@ mixin _$GlobalConfig on _GlobalConfig, Store { }); } - late final _$goldenDiffGitRepoAtom = Atom(name: '_GlobalConfig.goldenDiffGitRepo', context: context); + late final _$goldenDiffGitRepoAtom = + Atom(name: '_GlobalConfig.goldenDiffGitRepo', context: context); @override String? get goldenDiffGitRepo { diff --git a/packages/convenient_test_manager_dart/lib/stores/suite_info_store.g.dart b/packages/convenient_test_manager_dart/lib/stores/suite_info_store.g.dart index cd30683e..39c61089 100644 --- a/packages/convenient_test_manager_dart/lib/stores/suite_info_store.g.dart +++ b/packages/convenient_test_manager_dart/lib/stores/suite_info_store.g.dart @@ -9,7 +9,8 @@ part of 'suite_info_store.dart'; // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers mixin _$SuiteInfoStore on _SuiteInfoStore, Store { - late final _$suiteInfoAtom = Atom(name: '_SuiteInfoStore.suiteInfo', context: context); + late final _$suiteInfoAtom = + Atom(name: '_SuiteInfoStore.suiteInfo', context: context); @override SuiteInfo? get suiteInfo { diff --git a/packages/convenient_test_manager_dart/lib/stores/video_recorder_store.g.dart b/packages/convenient_test_manager_dart/lib/stores/video_recorder_store.g.dart index 66db2515..6ef0b858 100644 --- a/packages/convenient_test_manager_dart/lib/stores/video_recorder_store.g.dart +++ b/packages/convenient_test_manager_dart/lib/stores/video_recorder_store.g.dart @@ -9,7 +9,8 @@ part of 'video_recorder_store.dart'; // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers mixin _$VideoRecorderStore on _VideoRecorderStore, Store { - late final _$recordingVideoInfoAtom = Atom(name: '_VideoRecorderStore.recordingVideoInfo', context: context); + late final _$recordingVideoInfoAtom = + Atom(name: '_VideoRecorderStore.recordingVideoInfo', context: context); @override VideoInfo? get recordingVideoInfo { @@ -24,14 +25,16 @@ mixin _$VideoRecorderStore on _VideoRecorderStore, Store { }); } - late final _$startRecordAsyncAction = AsyncAction('_VideoRecorderStore.startRecord', context: context); + late final _$startRecordAsyncAction = + AsyncAction('_VideoRecorderStore.startRecord', context: context); @override Future startRecord() { return _$startRecordAsyncAction.run(() => super.startRecord()); } - late final _$stopRecordAsyncAction = AsyncAction('_VideoRecorderStore.stopRecord', context: context); + late final _$stopRecordAsyncAction = + AsyncAction('_VideoRecorderStore.stopRecord', context: context); @override Future stopRecord() { diff --git a/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.freezed.dart b/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.freezed.dart index a92c5b7c..b913cc77 100644 --- a/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.freezed.dart +++ b/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.freezed.dart @@ -1,7 +1,7 @@ // coverage:ignore-file // GENERATED CODE - DO NOT MODIFY BY HAND // ignore_for_file: type=lint -// ignore_for_file: unused_element, deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies, annotate_overrides, invalid_annotation_target +// ignore_for_file: unused_element, deprecated_member_use, deprecated_member_use_from_same_package, use_function_type_syntax_for_parameters, unnecessary_const, avoid_init_to_null, invalid_override_different_default_values_named, prefer_expression_function_bodies, annotate_overrides, invalid_annotation_target, unnecessary_question_mark part of 'worker_super_run_store.dart'; @@ -12,15 +12,17 @@ part of 'worker_super_run_store.dart'; T _$identity(T value) => value; final _privateConstructorUsedError = UnsupportedError( - 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods'); + 'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models'); /// @nodoc -mixin _$_ITIMState { +mixin _$ITIMState { @optionalTypeArgs TResult when({ required TResult Function() initial, required TResult Function(String lastExecutedTestName) goOn, - required TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount) retryLast, + required TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount) + retryLast, required TResult Function() finished, }) => throw _privateConstructorUsedError; @@ -28,7 +30,9 @@ mixin _$_ITIMState { TResult? whenOrNull({ TResult? Function()? initial, TResult? Function(String lastExecutedTestName)? goOn, - TResult? Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult? Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult? Function()? finished, }) => throw _privateConstructorUsedError; @@ -36,7 +40,9 @@ mixin _$_ITIMState { TResult maybeWhen({ TResult Function()? initial, TResult Function(String lastExecutedTestName)? goOn, - TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult Function()? finished, required TResult orElse(), }) => @@ -70,12 +76,14 @@ mixin _$_ITIMState { /// @nodoc abstract class _$ITIMStateCopyWith<$Res> { - factory _$ITIMStateCopyWith(_ITIMState value, $Res Function(_ITIMState) then) = + factory _$ITIMStateCopyWith( + _ITIMState value, $Res Function(_ITIMState) then) = __$ITIMStateCopyWithImpl<$Res, _ITIMState>; } /// @nodoc -class __$ITIMStateCopyWithImpl<$Res, $Val extends _ITIMState> implements _$ITIMStateCopyWith<$Res> { +class __$ITIMStateCopyWithImpl<$Res, $Val extends _ITIMState> + implements _$ITIMStateCopyWith<$Res> { __$ITIMStateCopyWithImpl(this._value, this._then); // ignore: unused_field @@ -85,22 +93,25 @@ class __$ITIMStateCopyWithImpl<$Res, $Val extends _ITIMState> implements _$ITIMS } /// @nodoc -abstract class _$$_ITIMStateInitialCopyWith<$Res> { - factory _$$_ITIMStateInitialCopyWith(_$_ITIMStateInitial value, $Res Function(_$_ITIMStateInitial) then) = - __$$_ITIMStateInitialCopyWithImpl<$Res>; +abstract class _$$ITIMStateInitialImplCopyWith<$Res> { + factory _$$ITIMStateInitialImplCopyWith(_$ITIMStateInitialImpl value, + $Res Function(_$ITIMStateInitialImpl) then) = + __$$ITIMStateInitialImplCopyWithImpl<$Res>; } /// @nodoc -class __$$_ITIMStateInitialCopyWithImpl<$Res> extends __$ITIMStateCopyWithImpl<$Res, _$_ITIMStateInitial> - implements _$$_ITIMStateInitialCopyWith<$Res> { - __$$_ITIMStateInitialCopyWithImpl(_$_ITIMStateInitial _value, $Res Function(_$_ITIMStateInitial) _then) +class __$$ITIMStateInitialImplCopyWithImpl<$Res> + extends __$ITIMStateCopyWithImpl<$Res, _$ITIMStateInitialImpl> + implements _$$ITIMStateInitialImplCopyWith<$Res> { + __$$ITIMStateInitialImplCopyWithImpl(_$ITIMStateInitialImpl _value, + $Res Function(_$ITIMStateInitialImpl) _then) : super(_value, _then); } /// @nodoc -class _$_ITIMStateInitial implements _ITIMStateInitial { - const _$_ITIMStateInitial(); +class _$ITIMStateInitialImpl implements _ITIMStateInitial { + const _$ITIMStateInitialImpl(); @override String toString() { @@ -108,8 +119,9 @@ class _$_ITIMStateInitial implements _ITIMStateInitial { } @override - bool operator ==(dynamic other) { - return identical(this, other) || (other.runtimeType == runtimeType && other is _$_ITIMStateInitial); + bool operator ==(Object other) { + return identical(this, other) || + (other.runtimeType == runtimeType && other is _$ITIMStateInitialImpl); } @override @@ -120,7 +132,9 @@ class _$_ITIMStateInitial implements _ITIMStateInitial { TResult when({ required TResult Function() initial, required TResult Function(String lastExecutedTestName) goOn, - required TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount) retryLast, + required TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount) + retryLast, required TResult Function() finished, }) { return initial(); @@ -131,7 +145,9 @@ class _$_ITIMStateInitial implements _ITIMStateInitial { TResult? whenOrNull({ TResult? Function()? initial, TResult? Function(String lastExecutedTestName)? goOn, - TResult? Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult? Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult? Function()? finished, }) { return initial?.call(); @@ -142,7 +158,9 @@ class _$_ITIMStateInitial implements _ITIMStateInitial { TResult maybeWhen({ TResult Function()? initial, TResult Function(String lastExecutedTestName)? goOn, - TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult Function()? finished, required TResult orElse(), }) { @@ -191,28 +209,32 @@ class _$_ITIMStateInitial implements _ITIMStateInitial { } abstract class _ITIMStateInitial implements _ITIMState { - const factory _ITIMStateInitial() = _$_ITIMStateInitial; + const factory _ITIMStateInitial() = _$ITIMStateInitialImpl; } /// @nodoc -abstract class _$$_ITIMStateGoOnCopyWith<$Res> { - factory _$$_ITIMStateGoOnCopyWith(_$_ITIMStateGoOn value, $Res Function(_$_ITIMStateGoOn) then) = - __$$_ITIMStateGoOnCopyWithImpl<$Res>; +abstract class _$$ITIMStateGoOnImplCopyWith<$Res> { + factory _$$ITIMStateGoOnImplCopyWith( + _$ITIMStateGoOnImpl value, $Res Function(_$ITIMStateGoOnImpl) then) = + __$$ITIMStateGoOnImplCopyWithImpl<$Res>; @useResult $Res call({String lastExecutedTestName}); } /// @nodoc -class __$$_ITIMStateGoOnCopyWithImpl<$Res> extends __$ITIMStateCopyWithImpl<$Res, _$_ITIMStateGoOn> - implements _$$_ITIMStateGoOnCopyWith<$Res> { - __$$_ITIMStateGoOnCopyWithImpl(_$_ITIMStateGoOn _value, $Res Function(_$_ITIMStateGoOn) _then) : super(_value, _then); +class __$$ITIMStateGoOnImplCopyWithImpl<$Res> + extends __$ITIMStateCopyWithImpl<$Res, _$ITIMStateGoOnImpl> + implements _$$ITIMStateGoOnImplCopyWith<$Res> { + __$$ITIMStateGoOnImplCopyWithImpl( + _$ITIMStateGoOnImpl _value, $Res Function(_$ITIMStateGoOnImpl) _then) + : super(_value, _then); @pragma('vm:prefer-inline') @override $Res call({ Object? lastExecutedTestName = null, }) { - return _then(_$_ITIMStateGoOn( + return _then(_$ITIMStateGoOnImpl( lastExecutedTestName: null == lastExecutedTestName ? _value.lastExecutedTestName : lastExecutedTestName // ignore: cast_nullable_to_non_nullable @@ -223,8 +245,8 @@ class __$$_ITIMStateGoOnCopyWithImpl<$Res> extends __$ITIMStateCopyWithImpl<$Res /// @nodoc -class _$_ITIMStateGoOn implements _ITIMStateGoOn { - const _$_ITIMStateGoOn({required this.lastExecutedTestName}); +class _$ITIMStateGoOnImpl implements _ITIMStateGoOn { + const _$ITIMStateGoOnImpl({required this.lastExecutedTestName}); @override final String lastExecutedTestName; @@ -235,10 +257,10 @@ class _$_ITIMStateGoOn implements _ITIMStateGoOn { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && - other is _$_ITIMStateGoOn && + other is _$ITIMStateGoOnImpl && (identical(other.lastExecutedTestName, lastExecutedTestName) || other.lastExecutedTestName == lastExecutedTestName)); } @@ -249,15 +271,17 @@ class _$_ITIMStateGoOn implements _ITIMStateGoOn { @JsonKey(ignore: true) @override @pragma('vm:prefer-inline') - _$$_ITIMStateGoOnCopyWith<_$_ITIMStateGoOn> get copyWith => - __$$_ITIMStateGoOnCopyWithImpl<_$_ITIMStateGoOn>(this, _$identity); + _$$ITIMStateGoOnImplCopyWith<_$ITIMStateGoOnImpl> get copyWith => + __$$ITIMStateGoOnImplCopyWithImpl<_$ITIMStateGoOnImpl>(this, _$identity); @override @optionalTypeArgs TResult when({ required TResult Function() initial, required TResult Function(String lastExecutedTestName) goOn, - required TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount) retryLast, + required TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount) + retryLast, required TResult Function() finished, }) { return goOn(lastExecutedTestName); @@ -268,7 +292,9 @@ class _$_ITIMStateGoOn implements _ITIMStateGoOn { TResult? whenOrNull({ TResult? Function()? initial, TResult? Function(String lastExecutedTestName)? goOn, - TResult? Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult? Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult? Function()? finished, }) { return goOn?.call(lastExecutedTestName); @@ -279,7 +305,9 @@ class _$_ITIMStateGoOn implements _ITIMStateGoOn { TResult maybeWhen({ TResult Function()? initial, TResult Function(String lastExecutedTestName)? goOn, - TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult Function()? finished, required TResult orElse(), }) { @@ -328,25 +356,30 @@ class _$_ITIMStateGoOn implements _ITIMStateGoOn { } abstract class _ITIMStateGoOn implements _ITIMState { - const factory _ITIMStateGoOn({required final String lastExecutedTestName}) = _$_ITIMStateGoOn; + const factory _ITIMStateGoOn({required final String lastExecutedTestName}) = + _$ITIMStateGoOnImpl; String get lastExecutedTestName; @JsonKey(ignore: true) - _$$_ITIMStateGoOnCopyWith<_$_ITIMStateGoOn> get copyWith => throw _privateConstructorUsedError; + _$$ITIMStateGoOnImplCopyWith<_$ITIMStateGoOnImpl> get copyWith => + throw _privateConstructorUsedError; } /// @nodoc -abstract class _$$_ITIMStateRetryLastCopyWith<$Res> { - factory _$$_ITIMStateRetryLastCopyWith(_$_ITIMStateRetryLast value, $Res Function(_$_ITIMStateRetryLast) then) = - __$$_ITIMStateRetryLastCopyWithImpl<$Res>; +abstract class _$$ITIMStateRetryLastImplCopyWith<$Res> { + factory _$$ITIMStateRetryLastImplCopyWith(_$ITIMStateRetryLastImpl value, + $Res Function(_$ITIMStateRetryLastImpl) then) = + __$$ITIMStateRetryLastImplCopyWithImpl<$Res>; @useResult $Res call({String lastExecutedTestName, int lastExecutedTestFailCount}); } /// @nodoc -class __$$_ITIMStateRetryLastCopyWithImpl<$Res> extends __$ITIMStateCopyWithImpl<$Res, _$_ITIMStateRetryLast> - implements _$$_ITIMStateRetryLastCopyWith<$Res> { - __$$_ITIMStateRetryLastCopyWithImpl(_$_ITIMStateRetryLast _value, $Res Function(_$_ITIMStateRetryLast) _then) +class __$$ITIMStateRetryLastImplCopyWithImpl<$Res> + extends __$ITIMStateCopyWithImpl<$Res, _$ITIMStateRetryLastImpl> + implements _$$ITIMStateRetryLastImplCopyWith<$Res> { + __$$ITIMStateRetryLastImplCopyWithImpl(_$ITIMStateRetryLastImpl _value, + $Res Function(_$ITIMStateRetryLastImpl) _then) : super(_value, _then); @pragma('vm:prefer-inline') @@ -355,7 +388,7 @@ class __$$_ITIMStateRetryLastCopyWithImpl<$Res> extends __$ITIMStateCopyWithImpl Object? lastExecutedTestName = null, Object? lastExecutedTestFailCount = null, }) { - return _then(_$_ITIMStateRetryLast( + return _then(_$ITIMStateRetryLastImpl( lastExecutedTestName: null == lastExecutedTestName ? _value.lastExecutedTestName : lastExecutedTestName // ignore: cast_nullable_to_non_nullable @@ -370,8 +403,10 @@ class __$$_ITIMStateRetryLastCopyWithImpl<$Res> extends __$ITIMStateCopyWithImpl /// @nodoc -class _$_ITIMStateRetryLast implements _ITIMStateRetryLast { - const _$_ITIMStateRetryLast({required this.lastExecutedTestName, required this.lastExecutedTestFailCount}); +class _$ITIMStateRetryLastImpl implements _ITIMStateRetryLast { + const _$ITIMStateRetryLastImpl( + {required this.lastExecutedTestName, + required this.lastExecutedTestFailCount}); @override final String lastExecutedTestName; @@ -384,31 +419,36 @@ class _$_ITIMStateRetryLast implements _ITIMStateRetryLast { } @override - bool operator ==(dynamic other) { + bool operator ==(Object other) { return identical(this, other) || (other.runtimeType == runtimeType && - other is _$_ITIMStateRetryLast && + other is _$ITIMStateRetryLastImpl && (identical(other.lastExecutedTestName, lastExecutedTestName) || other.lastExecutedTestName == lastExecutedTestName) && - (identical(other.lastExecutedTestFailCount, lastExecutedTestFailCount) || + (identical(other.lastExecutedTestFailCount, + lastExecutedTestFailCount) || other.lastExecutedTestFailCount == lastExecutedTestFailCount)); } @override - int get hashCode => Object.hash(runtimeType, lastExecutedTestName, lastExecutedTestFailCount); + int get hashCode => + Object.hash(runtimeType, lastExecutedTestName, lastExecutedTestFailCount); @JsonKey(ignore: true) @override @pragma('vm:prefer-inline') - _$$_ITIMStateRetryLastCopyWith<_$_ITIMStateRetryLast> get copyWith => - __$$_ITIMStateRetryLastCopyWithImpl<_$_ITIMStateRetryLast>(this, _$identity); + _$$ITIMStateRetryLastImplCopyWith<_$ITIMStateRetryLastImpl> get copyWith => + __$$ITIMStateRetryLastImplCopyWithImpl<_$ITIMStateRetryLastImpl>( + this, _$identity); @override @optionalTypeArgs TResult when({ required TResult Function() initial, required TResult Function(String lastExecutedTestName) goOn, - required TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount) retryLast, + required TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount) + retryLast, required TResult Function() finished, }) { return retryLast(lastExecutedTestName, lastExecutedTestFailCount); @@ -419,7 +459,9 @@ class _$_ITIMStateRetryLast implements _ITIMStateRetryLast { TResult? whenOrNull({ TResult? Function()? initial, TResult? Function(String lastExecutedTestName)? goOn, - TResult? Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult? Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult? Function()? finished, }) { return retryLast?.call(lastExecutedTestName, lastExecutedTestFailCount); @@ -430,7 +472,9 @@ class _$_ITIMStateRetryLast implements _ITIMStateRetryLast { TResult maybeWhen({ TResult Function()? initial, TResult Function(String lastExecutedTestName)? goOn, - TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult Function()? finished, required TResult orElse(), }) { @@ -481,31 +525,35 @@ class _$_ITIMStateRetryLast implements _ITIMStateRetryLast { abstract class _ITIMStateRetryLast implements _ITIMState { const factory _ITIMStateRetryLast( {required final String lastExecutedTestName, - required final int lastExecutedTestFailCount}) = _$_ITIMStateRetryLast; + required final int lastExecutedTestFailCount}) = _$ITIMStateRetryLastImpl; String get lastExecutedTestName; int get lastExecutedTestFailCount; @JsonKey(ignore: true) - _$$_ITIMStateRetryLastCopyWith<_$_ITIMStateRetryLast> get copyWith => throw _privateConstructorUsedError; + _$$ITIMStateRetryLastImplCopyWith<_$ITIMStateRetryLastImpl> get copyWith => + throw _privateConstructorUsedError; } /// @nodoc -abstract class _$$_ITIMStateFinishedCopyWith<$Res> { - factory _$$_ITIMStateFinishedCopyWith(_$_ITIMStateFinished value, $Res Function(_$_ITIMStateFinished) then) = - __$$_ITIMStateFinishedCopyWithImpl<$Res>; +abstract class _$$ITIMStateFinishedImplCopyWith<$Res> { + factory _$$ITIMStateFinishedImplCopyWith(_$ITIMStateFinishedImpl value, + $Res Function(_$ITIMStateFinishedImpl) then) = + __$$ITIMStateFinishedImplCopyWithImpl<$Res>; } /// @nodoc -class __$$_ITIMStateFinishedCopyWithImpl<$Res> extends __$ITIMStateCopyWithImpl<$Res, _$_ITIMStateFinished> - implements _$$_ITIMStateFinishedCopyWith<$Res> { - __$$_ITIMStateFinishedCopyWithImpl(_$_ITIMStateFinished _value, $Res Function(_$_ITIMStateFinished) _then) +class __$$ITIMStateFinishedImplCopyWithImpl<$Res> + extends __$ITIMStateCopyWithImpl<$Res, _$ITIMStateFinishedImpl> + implements _$$ITIMStateFinishedImplCopyWith<$Res> { + __$$ITIMStateFinishedImplCopyWithImpl(_$ITIMStateFinishedImpl _value, + $Res Function(_$ITIMStateFinishedImpl) _then) : super(_value, _then); } /// @nodoc -class _$_ITIMStateFinished implements _ITIMStateFinished { - const _$_ITIMStateFinished(); +class _$ITIMStateFinishedImpl implements _ITIMStateFinished { + const _$ITIMStateFinishedImpl(); @override String toString() { @@ -513,8 +561,9 @@ class _$_ITIMStateFinished implements _ITIMStateFinished { } @override - bool operator ==(dynamic other) { - return identical(this, other) || (other.runtimeType == runtimeType && other is _$_ITIMStateFinished); + bool operator ==(Object other) { + return identical(this, other) || + (other.runtimeType == runtimeType && other is _$ITIMStateFinishedImpl); } @override @@ -525,7 +574,9 @@ class _$_ITIMStateFinished implements _ITIMStateFinished { TResult when({ required TResult Function() initial, required TResult Function(String lastExecutedTestName) goOn, - required TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount) retryLast, + required TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount) + retryLast, required TResult Function() finished, }) { return finished(); @@ -536,7 +587,9 @@ class _$_ITIMStateFinished implements _ITIMStateFinished { TResult? whenOrNull({ TResult? Function()? initial, TResult? Function(String lastExecutedTestName)? goOn, - TResult? Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult? Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult? Function()? finished, }) { return finished?.call(); @@ -547,7 +600,9 @@ class _$_ITIMStateFinished implements _ITIMStateFinished { TResult maybeWhen({ TResult Function()? initial, TResult Function(String lastExecutedTestName)? goOn, - TResult Function(String lastExecutedTestName, int lastExecutedTestFailCount)? retryLast, + TResult Function( + String lastExecutedTestName, int lastExecutedTestFailCount)? + retryLast, TResult Function()? finished, required TResult orElse(), }) { @@ -596,5 +651,5 @@ class _$_ITIMStateFinished implements _ITIMStateFinished { } abstract class _ITIMStateFinished implements _ITIMState { - const factory _ITIMStateFinished() = _$_ITIMStateFinished; + const factory _ITIMStateFinished() = _$ITIMStateFinishedImpl; } diff --git a/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.g.dart b/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.g.dart index af82b494..41132f56 100644 --- a/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.g.dart +++ b/packages/convenient_test_manager_dart/lib/stores/worker_super_run_store.g.dart @@ -9,8 +9,9 @@ part of 'worker_super_run_store.dart'; // ignore_for_file: non_constant_identifier_names, unnecessary_brace_in_string_interps, unnecessary_lambdas, prefer_expression_function_bodies, lines_longer_than_80_chars, avoid_as, avoid_annotating_with_dynamic, no_leading_underscores_for_local_identifiers mixin _$WorkerSuperRunStore on _WorkerSuperRunStore, Store { - late final _$flakyTestTotalAttemptCountAtom = - Atom(name: '_WorkerSuperRunStore.flakyTestTotalAttemptCount', context: context); + late final _$flakyTestTotalAttemptCountAtom = Atom( + name: '_WorkerSuperRunStore.flakyTestTotalAttemptCount', + context: context); @override int get flakyTestTotalAttemptCount { @@ -20,12 +21,14 @@ mixin _$WorkerSuperRunStore on _WorkerSuperRunStore, Store { @override set flakyTestTotalAttemptCount(int value) { - _$flakyTestTotalAttemptCountAtom.reportWrite(value, super.flakyTestTotalAttemptCount, () { + _$flakyTestTotalAttemptCountAtom + .reportWrite(value, super.flakyTestTotalAttemptCount, () { super.flakyTestTotalAttemptCount = value; }); } - late final _$autoUpdateGoldenFilesAtom = Atom(name: '_WorkerSuperRunStore.autoUpdateGoldenFiles', context: context); + late final _$autoUpdateGoldenFilesAtom = Atom( + name: '_WorkerSuperRunStore.autoUpdateGoldenFiles', context: context); @override bool get autoUpdateGoldenFiles { @@ -35,12 +38,14 @@ mixin _$WorkerSuperRunStore on _WorkerSuperRunStore, Store { @override set autoUpdateGoldenFiles(bool value) { - _$autoUpdateGoldenFilesAtom.reportWrite(value, super.autoUpdateGoldenFiles, () { + _$autoUpdateGoldenFilesAtom.reportWrite(value, super.autoUpdateGoldenFiles, + () { super.autoUpdateGoldenFiles = value; }); } - late final _$currSuperRunControllerAtom = Atom(name: '_WorkerSuperRunStore.currSuperRunController', context: context); + late final _$currSuperRunControllerAtom = Atom( + name: '_WorkerSuperRunStore.currSuperRunController', context: context); @override WorkerSuperRunController get currSuperRunController { @@ -50,7 +55,8 @@ mixin _$WorkerSuperRunStore on _WorkerSuperRunStore, Store { @override set currSuperRunController(WorkerSuperRunController value) { - _$currSuperRunControllerAtom.reportWrite(value, super.currSuperRunController, () { + _$currSuperRunControllerAtom + .reportWrite(value, super.currSuperRunController, () { super.currSuperRunController = value; }); } @@ -67,8 +73,10 @@ currSuperRunController: ${currSuperRunController} mixin _$_WorkerSuperRunControllerIntegrationTestClassicalMode on __WorkerSuperRunControllerIntegrationTestClassicalMode, Store { - late final _$seenTearDownAllAtom = - Atom(name: '__WorkerSuperRunControllerIntegrationTestClassicalMode.seenTearDownAll', context: context); + late final _$seenTearDownAllAtom = Atom( + name: + '__WorkerSuperRunControllerIntegrationTestClassicalMode.seenTearDownAll', + context: context); @override bool get seenTearDownAll { @@ -93,7 +101,9 @@ seenTearDownAll: ${seenTearDownAll} mixin _$_WorkerSuperRunControllerIntegrationTestIsolationMode on __WorkerSuperRunControllerIntegrationTestIsolationMode, Store { - late final _$stateAtom = Atom(name: '__WorkerSuperRunControllerIntegrationTestIsolationMode.state', context: context); + late final _$stateAtom = Atom( + name: '__WorkerSuperRunControllerIntegrationTestIsolationMode.state', + context: context); @override _ITIMState get state {