You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
My problem is I have a project with multiple modules. for example, I have a Common module and a Util Module.
in the Common module, I have used Util then some Common's classes depend on some classes in Util.
When I wanna write some tests for Common's classes every module has its mock.generated.swift file, then in Common's tests I don't have access to Util's mocks and I can't use Util's mocks in Common's tests.
is there any help?
The text was updated successfully, but these errors were encountered:
Hi,
My problem is I have a project with multiple modules. for example, I have a Common module and a Util Module.
in the Common module, I have used Util then some Common's classes depend on some classes in Util.
When I wanna write some tests for Common's classes every module has its mock.generated.swift file, then in Common's tests I don't have access to Util's mocks and I can't use Util's mocks in Common's tests.
is there any help?
The text was updated successfully, but these errors were encountered: