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
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
Is your feature request related to a problem? Please describe.
Not a problem, but right now most of the test are e2e. It is necessary to write unit test for classes that require it.
Describe the solution you'd like
Implement unit test for backend classes using Mockito (maybe consider PowerMockito) for static methods.
Is your feature request related to a problem? Please describe.
Not a problem, but right now most of the test are e2e. It is necessary to write unit test for classes that require it.
Describe the solution you'd like
Implement unit test for backend classes using Mockito (maybe consider PowerMockito) for static methods.
Describe alternatives you've considered
https://site.mockito.org/
https://github.com/powermock/powermock/wiki/mockito
The text was updated successfully, but these errors were encountered: