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

[FEATURE] Use google test to test each class using e.g. mock feature. #397

Open
2 tasks done
Hadatko opened this issue Dec 14, 2023 · 0 comments
Open
2 tasks done

Comments

@Hadatko
Copy link
Member

Hadatko commented Dec 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant