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
Is your feature request related to a problem? Please describe.
This can simplify tests, and make sure that class is working as should without using testing on device.
Describe the solution you'd like
Using mock functionality we can replace device environment and configure different cases (working/not working) and compare if output is as expected.
Describe alternatives you've considered
Steps you didn't forgot to do
I checked if there is no related issue opened/closed.
I checked that there doesn't exist opened PR which is solving this issue.
Additional context
Current gtests would provide information that tests are able to run on devices. But with mock functionality we can be sure all parts of code are tested.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This can simplify tests, and make sure that class is working as should without using testing on device.
Describe the solution you'd like
Using mock functionality we can replace device environment and configure different cases (working/not working) and compare if output is as expected.
Describe alternatives you've considered
Steps you didn't forgot to do
Additional context
Current gtests would provide information that tests are able to run on devices. But with mock functionality we can be sure all parts of code are tested.
The text was updated successfully, but these errors were encountered: