Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump mockito from 5.4.2 to 5.4.4 #1066

Merged
merged 4 commits into from
Feb 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/entity/config.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'config.codegen.dart';
T _$identity<T>(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');

Config _$ConfigFromJson(Map<String, dynamic> json) {
return _Config.fromJson(json);
Expand Down Expand Up @@ -108,7 +108,7 @@ class _$ConfigImpl extends _Config {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ConfigImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/entity/diary.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'diary.codegen.dart';
T _$identity<T>(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');

Diary _$DiaryFromJson(Map<String, dynamic> json) {
return _Diary.fromJson(json);
Expand Down Expand Up @@ -234,7 +234,7 @@ class _$DiaryImpl extends _Diary {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DiaryImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/entity/diary_setting.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'diary_setting.codegen.dart';
T _$identity<T>(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');

DiarySetting _$DiarySettingFromJson(Map<String, dynamic> json) {
return _DiarySetting.fromJson(json);
Expand Down Expand Up @@ -165,7 +165,7 @@ class _$DiarySettingImpl extends _DiarySetting with DiagnosticableTreeMixin {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DiarySettingImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/entity/menstruation.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'menstruation.codegen.dart';
T _$identity<T>(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');

Menstruation _$MenstruationFromJson(Map<String, dynamic> json) {
return _Menstruation.fromJson(json);
Expand Down Expand Up @@ -258,7 +258,7 @@ class _$MenstruationImpl extends _Menstruation {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$MenstruationImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/entity/package.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'package.codegen.dart';
T _$identity<T>(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');

Package _$PackageFromJson(Map<String, dynamic> json) {
return _Package.fromJson(json);
Expand Down Expand Up @@ -154,7 +154,7 @@ class _$PackageImpl implements _Package {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PackageImpl &&
Expand Down
8 changes: 4 additions & 4 deletions lib/entity/pill_sheet.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'pill_sheet.codegen.dart';
T _$identity<T>(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');

PillSheetTypeInfo _$PillSheetTypeInfoFromJson(Map<String, dynamic> json) {
return _PillSheetTypeInfo.fromJson(json);
Expand Down Expand Up @@ -163,7 +163,7 @@ class _$PillSheetTypeInfoImpl implements _PillSheetTypeInfo {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PillSheetTypeInfoImpl &&
Expand Down Expand Up @@ -400,7 +400,7 @@ class _$RestDurationImpl implements _RestDuration {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$RestDurationImpl &&
Expand Down Expand Up @@ -766,7 +766,7 @@ class _$PillSheetImpl extends _PillSheet {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PillSheetImpl &&
Expand Down
6 changes: 3 additions & 3 deletions lib/entity/pill_sheet_group.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'pill_sheet_group.codegen.dart';
T _$identity<T>(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');

PillSheetGroup _$PillSheetGroupFromJson(Map<String, dynamic> json) {
return _PillSheetGroup.fromJson(json);
Expand Down Expand Up @@ -261,7 +261,7 @@ class _$PillSheetGroupImpl extends _PillSheetGroup {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PillSheetGroupImpl &&
Expand Down Expand Up @@ -471,7 +471,7 @@ class _$PillSheetGroupDisplayNumberSettingImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PillSheetGroupDisplayNumberSettingImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/entity/pill_sheet_modified_history.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'pill_sheet_modified_history.codegen.dart';
T _$identity<T>(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');

PillSheetModifiedHistory _$PillSheetModifiedHistoryFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -560,7 +560,7 @@ class _$PillSheetModifiedHistoryImpl extends _PillSheetModifiedHistory {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PillSheetModifiedHistoryImpl &&
Expand Down
28 changes: 14 additions & 14 deletions lib/entity/pill_sheet_modified_history_value.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'pill_sheet_modified_history_value.codegen.dart';
T _$identity<T>(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');

PillSheetModifiedHistoryValue _$PillSheetModifiedHistoryValueFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -491,7 +491,7 @@ class _$PillSheetModifiedHistoryValueImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PillSheetModifiedHistoryValueImpl &&
Expand Down Expand Up @@ -754,7 +754,7 @@ class _$CreatedPillSheetValueImpl extends _CreatedPillSheetValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$CreatedPillSheetValueImpl &&
Expand Down Expand Up @@ -1006,7 +1006,7 @@ class _$AutomaticallyRecordedLastTakenDateValueImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$AutomaticallyRecordedLastTakenDateValueImpl &&
Expand Down Expand Up @@ -1234,7 +1234,7 @@ class _$DeletedPillSheetValueImpl extends _DeletedPillSheetValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$DeletedPillSheetValueImpl &&
Expand Down Expand Up @@ -1529,7 +1529,7 @@ class _$TakenPillValueImpl extends _TakenPillValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TakenPillValueImpl &&
Expand Down Expand Up @@ -1806,7 +1806,7 @@ class _$TakenPillEditedValueImpl extends _TakenPillEditedValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TakenPillEditedValueImpl &&
Expand Down Expand Up @@ -2065,7 +2065,7 @@ class _$RevertTakenPillValueImpl extends _RevertTakenPillValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$RevertTakenPillValueImpl &&
Expand Down Expand Up @@ -2364,7 +2364,7 @@ class _$ChangedPillNumberValueImpl extends _ChangedPillNumberValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ChangedPillNumberValueImpl &&
Expand Down Expand Up @@ -2604,7 +2604,7 @@ class _$EndedPillSheetValueImpl extends _EndedPillSheetValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$EndedPillSheetValueImpl &&
Expand Down Expand Up @@ -2784,7 +2784,7 @@ class _$BeganRestDurationValueImpl extends _BeganRestDurationValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$BeganRestDurationValueImpl &&
Expand Down Expand Up @@ -2949,7 +2949,7 @@ class _$EndedRestDurationValueImpl extends _EndedRestDurationValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$EndedRestDurationValueImpl &&
Expand Down Expand Up @@ -3165,7 +3165,7 @@ class _$ChangedBeginDisplayNumberValueImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ChangedBeginDisplayNumberValueImpl &&
Expand Down Expand Up @@ -3394,7 +3394,7 @@ class _$ChangedEndDisplayNumberValueImpl extends _ChangedEndDisplayNumberValue {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ChangedEndDisplayNumberValueImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/entity/pilll_ads.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'pilll_ads.codegen.dart';
T _$identity<T>(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');

PilllAds _$PilllAdsFromJson(Map<String, dynamic> json) {
return _PilllAds.fromJson(json);
Expand Down Expand Up @@ -225,7 +225,7 @@ class _$PilllAdsImpl extends _PilllAds {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PilllAdsImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'reminder_notification_customization.codegen.dart';
T _$identity<T>(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');

ReminderNotificationCustomization _$ReminderNotificationCustomizationFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -177,7 +177,7 @@ class _$ReminderNotificationCustomizationImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ReminderNotificationCustomizationImpl &&
Expand Down
4 changes: 2 additions & 2 deletions lib/entity/remote_config_parameter.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'remote_config_parameter.codegen.dart';
T _$identity<T>(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');

RemoteConfigParameter _$RemoteConfigParameterFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -192,7 +192,7 @@ class _$RemoteConfigParameterImpl extends _RemoteConfigParameter {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$RemoteConfigParameterImpl &&
Expand Down
6 changes: 3 additions & 3 deletions lib/entity/schedule.codegen.freezed.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'schedule.codegen.dart';
T _$identity<T>(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');

Schedule _$ScheduleFromJson(Map<String, dynamic> json) {
return _Schedule.fromJson(json);
Expand Down Expand Up @@ -229,7 +229,7 @@ class _$ScheduleImpl extends _Schedule {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ScheduleImpl &&
Expand Down Expand Up @@ -435,7 +435,7 @@ class _$LocalNotificationImpl extends _LocalNotification {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$LocalNotificationImpl &&
Expand Down
Loading
Loading