test: couverture tests modules (communication, contributions, dashboard, events, members, organizations, profile, reports, settings, finance_workflow, core/network)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Mocks generated by Mockito 5.4.4 from annotations
|
||||
// Mocks generated by Mockito 5.4.6 from annotations
|
||||
// in unionflow_mobile_apps/test/features/organizations/domain/usecases/create_organization_test.dart.
|
||||
// Do not manually edit this file.
|
||||
|
||||
@@ -19,10 +19,12 @@ import 'package:unionflow_mobile_apps/features/organizations/domain/repositories
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports
|
||||
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
||||
// ignore_for_file: must_be_immutable
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
// ignore_for_file: unnecessary_parenthesis
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: subtype_of_sealed_class
|
||||
// ignore_for_file: invalid_use_of_internal_member
|
||||
|
||||
class _FakeOrganizationModel_0 extends _i1.SmartFake
|
||||
implements _i2.OrganizationModel {
|
||||
@@ -251,4 +253,13 @@ class MockIOrganizationRepository extends _i1.Mock
|
||||
returnValue:
|
||||
_i4.Future<Map<String, dynamic>>.value(<String, dynamic>{}),
|
||||
) as _i4.Future<Map<String, dynamic>>);
|
||||
|
||||
@override
|
||||
_i4.Future<int> getMembreCount(String? organizationId) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getMembreCount,
|
||||
[organizationId],
|
||||
),
|
||||
returnValue: _i4.Future<int>.value(0),
|
||||
) as _i4.Future<int>);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Mocks generated by Mockito 5.4.4 from annotations
|
||||
// Mocks generated by Mockito 5.4.6 from annotations
|
||||
// in unionflow_mobile_apps/test/features/organizations/domain/usecases/delete_organization_test.dart.
|
||||
// Do not manually edit this file.
|
||||
|
||||
@@ -19,10 +19,12 @@ import 'package:unionflow_mobile_apps/features/organizations/domain/repositories
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports
|
||||
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
||||
// ignore_for_file: must_be_immutable
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
// ignore_for_file: unnecessary_parenthesis
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: subtype_of_sealed_class
|
||||
// ignore_for_file: invalid_use_of_internal_member
|
||||
|
||||
class _FakeOrganizationModel_0 extends _i1.SmartFake
|
||||
implements _i2.OrganizationModel {
|
||||
@@ -251,4 +253,13 @@ class MockIOrganizationRepository extends _i1.Mock
|
||||
returnValue:
|
||||
_i4.Future<Map<String, dynamic>>.value(<String, dynamic>{}),
|
||||
) as _i4.Future<Map<String, dynamic>>);
|
||||
|
||||
@override
|
||||
_i4.Future<int> getMembreCount(String? organizationId) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getMembreCount,
|
||||
[organizationId],
|
||||
),
|
||||
returnValue: _i4.Future<int>.value(0),
|
||||
) as _i4.Future<int>);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Mocks generated by Mockito 5.4.4 from annotations
|
||||
// Mocks generated by Mockito 5.4.6 from annotations
|
||||
// in unionflow_mobile_apps/test/features/organizations/domain/usecases/get_organization_by_id_test.dart.
|
||||
// Do not manually edit this file.
|
||||
|
||||
@@ -19,10 +19,12 @@ import 'package:unionflow_mobile_apps/features/organizations/domain/repositories
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports
|
||||
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
||||
// ignore_for_file: must_be_immutable
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
// ignore_for_file: unnecessary_parenthesis
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: subtype_of_sealed_class
|
||||
// ignore_for_file: invalid_use_of_internal_member
|
||||
|
||||
class _FakeOrganizationModel_0 extends _i1.SmartFake
|
||||
implements _i2.OrganizationModel {
|
||||
@@ -251,4 +253,13 @@ class MockIOrganizationRepository extends _i1.Mock
|
||||
returnValue:
|
||||
_i4.Future<Map<String, dynamic>>.value(<String, dynamic>{}),
|
||||
) as _i4.Future<Map<String, dynamic>>);
|
||||
|
||||
@override
|
||||
_i4.Future<int> getMembreCount(String? organizationId) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getMembreCount,
|
||||
[organizationId],
|
||||
),
|
||||
returnValue: _i4.Future<int>.value(0),
|
||||
) as _i4.Future<int>);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Mocks generated by Mockito 5.4.4 from annotations
|
||||
// Mocks generated by Mockito 5.4.6 from annotations
|
||||
// in unionflow_mobile_apps/test/features/organizations/domain/usecases/get_organization_members_test.dart.
|
||||
// Do not manually edit this file.
|
||||
|
||||
@@ -19,10 +19,12 @@ import 'package:unionflow_mobile_apps/features/organizations/domain/repositories
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports
|
||||
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
||||
// ignore_for_file: must_be_immutable
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
// ignore_for_file: unnecessary_parenthesis
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: subtype_of_sealed_class
|
||||
// ignore_for_file: invalid_use_of_internal_member
|
||||
|
||||
class _FakeOrganizationModel_0 extends _i1.SmartFake
|
||||
implements _i2.OrganizationModel {
|
||||
@@ -251,4 +253,13 @@ class MockIOrganizationRepository extends _i1.Mock
|
||||
returnValue:
|
||||
_i4.Future<Map<String, dynamic>>.value(<String, dynamic>{}),
|
||||
) as _i4.Future<Map<String, dynamic>>);
|
||||
|
||||
@override
|
||||
_i4.Future<int> getMembreCount(String? organizationId) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getMembreCount,
|
||||
[organizationId],
|
||||
),
|
||||
returnValue: _i4.Future<int>.value(0),
|
||||
) as _i4.Future<int>);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Mocks generated by Mockito 5.4.4 from annotations
|
||||
// Mocks generated by Mockito 5.4.6 from annotations
|
||||
// in unionflow_mobile_apps/test/features/organizations/domain/usecases/get_organizations_test.dart.
|
||||
// Do not manually edit this file.
|
||||
|
||||
@@ -19,10 +19,12 @@ import 'package:unionflow_mobile_apps/features/organizations/domain/repositories
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports
|
||||
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
||||
// ignore_for_file: must_be_immutable
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
// ignore_for_file: unnecessary_parenthesis
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: subtype_of_sealed_class
|
||||
// ignore_for_file: invalid_use_of_internal_member
|
||||
|
||||
class _FakeOrganizationModel_0 extends _i1.SmartFake
|
||||
implements _i2.OrganizationModel {
|
||||
@@ -251,4 +253,13 @@ class MockIOrganizationRepository extends _i1.Mock
|
||||
returnValue:
|
||||
_i4.Future<Map<String, dynamic>>.value(<String, dynamic>{}),
|
||||
) as _i4.Future<Map<String, dynamic>>);
|
||||
|
||||
@override
|
||||
_i4.Future<int> getMembreCount(String? organizationId) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getMembreCount,
|
||||
[organizationId],
|
||||
),
|
||||
returnValue: _i4.Future<int>.value(0),
|
||||
) as _i4.Future<int>);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Mocks generated by Mockito 5.4.4 from annotations
|
||||
// Mocks generated by Mockito 5.4.6 from annotations
|
||||
// in unionflow_mobile_apps/test/features/organizations/domain/usecases/update_organization_config_test.dart.
|
||||
// Do not manually edit this file.
|
||||
|
||||
@@ -19,10 +19,12 @@ import 'package:unionflow_mobile_apps/features/organizations/domain/repositories
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports
|
||||
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
||||
// ignore_for_file: must_be_immutable
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
// ignore_for_file: unnecessary_parenthesis
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: subtype_of_sealed_class
|
||||
// ignore_for_file: invalid_use_of_internal_member
|
||||
|
||||
class _FakeOrganizationModel_0 extends _i1.SmartFake
|
||||
implements _i2.OrganizationModel {
|
||||
@@ -251,4 +253,13 @@ class MockIOrganizationRepository extends _i1.Mock
|
||||
returnValue:
|
||||
_i4.Future<Map<String, dynamic>>.value(<String, dynamic>{}),
|
||||
) as _i4.Future<Map<String, dynamic>>);
|
||||
|
||||
@override
|
||||
_i4.Future<int> getMembreCount(String? organizationId) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getMembreCount,
|
||||
[organizationId],
|
||||
),
|
||||
returnValue: _i4.Future<int>.value(0),
|
||||
) as _i4.Future<int>);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Mocks generated by Mockito 5.4.4 from annotations
|
||||
// Mocks generated by Mockito 5.4.6 from annotations
|
||||
// in unionflow_mobile_apps/test/features/organizations/domain/usecases/update_organization_test.dart.
|
||||
// Do not manually edit this file.
|
||||
|
||||
@@ -19,10 +19,12 @@ import 'package:unionflow_mobile_apps/features/organizations/domain/repositories
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports
|
||||
// ignore_for_file: invalid_use_of_visible_for_testing_member
|
||||
// ignore_for_file: must_be_immutable
|
||||
// ignore_for_file: prefer_const_constructors
|
||||
// ignore_for_file: unnecessary_parenthesis
|
||||
// ignore_for_file: camel_case_types
|
||||
// ignore_for_file: subtype_of_sealed_class
|
||||
// ignore_for_file: invalid_use_of_internal_member
|
||||
|
||||
class _FakeOrganizationModel_0 extends _i1.SmartFake
|
||||
implements _i2.OrganizationModel {
|
||||
@@ -251,4 +253,13 @@ class MockIOrganizationRepository extends _i1.Mock
|
||||
returnValue:
|
||||
_i4.Future<Map<String, dynamic>>.value(<String, dynamic>{}),
|
||||
) as _i4.Future<Map<String, dynamic>>);
|
||||
|
||||
@override
|
||||
_i4.Future<int> getMembreCount(String? organizationId) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getMembreCount,
|
||||
[organizationId],
|
||||
),
|
||||
returnValue: _i4.Future<int>.value(0),
|
||||
) as _i4.Future<int>);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user