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
@misaochan While writing test for QuizController I noticed that context.getResources().getString() is used to get Strings instead we can directly use context.getString() on context, this makes it easier to mock during the test, should I change this in the class?
Summary:
Write tests for Quiz package classes.
Would you like to work on the issue?
Yes
The text was updated successfully, but these errors were encountered: