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.
Currently we didn't mock buildConfig nor BuildContext which would simplify some tests and functions like get_application_url_test. Maybe some additional library will bee needed mockito
Describe the solution you'd like
adjust the function to only receive BuildContext and buildConfig and avoid passing multiple String parameters
mock BuildContext and buildConfig and adjust the tests to still work
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently we didn't mock
buildConfig
norBuildContext
which would simplify some tests and functions likeget_application_url_test
. Maybe some additional library will bee neededmockito
Describe the solution you'd like
BuildContext
andbuildConfig
and avoid passing multiple String parametersThe text was updated successfully, but these errors were encountered: