-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a Cache.deleteStudent(username) method instead of using Cache.setStudent(username, null) #21
Comments
I'd like to take this up! |
Alright! 🎉 |
Do I need to modify only the implementation in data/Cache.java or do I need to modify the method uses too? |
You also need to change all the method calls. |
Never added a unit test myself. Could you walk me through briefly, if you don't mind? 😃 |
Could I work on it at the night? if it's all good with you! |
I fixed the build config issue. Update your fork accordingly. I also recommend using different branches for each pull request. See: https://guides.github.com/introduction/flow/
Actually, I haven't set up tests for Here is an example unit test, for
Take your time! |
So I'd have to add tests for the entire 'Cache.java' if I'm not mistaken?
Thank you!
Sure 😁 |
No, you don't have to add tests for |
Okay. Thank you! |
So, all in all, I don't need to work with tests? |
No. Just ensure that the app builds successfully without any warnings/errors. |
Hi! Is this issue taken by anyone? Thanks! :) |
File location: app/src/main/java/app/abhijit/iter/data/Cache.java
(update/add unit tests accordingly)The text was updated successfully, but these errors were encountered: