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
For each method from the public API, there should be one test case:
Mock the HTTP request, returning data from a json file that was copyed from the official api docs. (For file reading, the existing FileReaderUtil can be used.)
call the method that should be tested
verify that the result equals the result returned from the relevant TestProvider
The text was updated successfully, but these errors were encountered:
For each method from the public API, there should be one test case:
FileReaderUtil
can be used.)The text was updated successfully, but these errors were encountered: