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
The text was updated successfully, but these errors were encountered:
zonder129
changed the title
UserStorage is not filled in internal constructor of AogRequest
UserStorage is not filled in the internal constructor of AogRequest
Sep 15, 2019
For example in MockRequestBuilder a
build()
method setsuser
field of appRequest and creates aogRequest out of it:But inside internal constructor of AogRequest
userStorage
field is not set at all, onlyuser.userStorage
does:So, if we try in a test to set this userStorage, the field will be empty:
the output will be:
The text was updated successfully, but these errors were encountered: