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

generated files #195

Closed
wants to merge 1 commit into from
Closed
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
2 changes: 1 addition & 1 deletion lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 20 additions & 12 deletions test/shared/shared_test_utils.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -924,6 +924,19 @@ class MockCore extends _i1.Mock implements _i23.Core {
_i1.throwOnMissingStub(this);
}

@override
String get relayUrl => (super.noSuchMethod(
Invocation.getter(#relayUrl),
returnValue: '',
) as String);
@override
set relayUrl(String? _relayUrl) => super.noSuchMethod(
Invocation.setter(
#relayUrl,
_relayUrl,
),
returnValueForMissingStub: null,
);
@override
String get projectId => (super.noSuchMethod(
Invocation.getter(#projectId),
Expand Down Expand Up @@ -1015,14 +1028,6 @@ class MockCore extends _i1.Mock implements _i23.Core {
returnValueForMissingStub: null,
);
@override
_i15.Logger get logger => (super.noSuchMethod(
Invocation.getter(#logger),
returnValue: _FakeLogger_15(
this,
Invocation.getter(#logger),
),
) as _i15.Logger);
@override
_i7.IStore<Map<String, dynamic>> get storage => (super.noSuchMethod(
Invocation.getter(#storage),
returnValue: _FakeIStore_7<Map<String, dynamic>>(
Expand All @@ -1049,10 +1054,13 @@ class MockCore extends _i1.Mock implements _i23.Core {
returnValue: '',
) as String);
@override
String get relayUrl => (super.noSuchMethod(
Invocation.getter(#relayUrl),
returnValue: '',
) as String);
_i15.Logger get logger => (super.noSuchMethod(
Invocation.getter(#logger),
returnValue: _FakeLogger_15(
this,
Invocation.getter(#logger),
),
) as _i15.Logger);
@override
_i18.Future<void> start() => (super.noSuchMethod(
Invocation.method(
Expand Down