We can assert the existence of an extra on an Intent, but it is also handy to assert an expected value for an extra. This cleans up my activity tests quite nicely when ensuring that the correct values are passed between activities.
Note: I didn't see any tests; I am new to the project so if I am missing them please let me know and I will update with a test.
We can assert the existence of an extra on an Intent, but it is also handy to assert an expected value for an extra. This cleans up my activity tests quite nicely when ensuring that the correct values are passed between activities.
Note: I didn't see any tests; I am new to the project so if I am missing them please let me know and I will update with a test.