DEV Community

Discussion on: Android testing help

 
fultonbrowne profile image
Fulton Browne

Thanks I have extracted as much logic outside the activity as possible but one of the main components of my app NEEDS activity context. completely testing this part will get me to around 65% code coverage (and my project is BIG). I cant find a way to pass the an activity to the method, any tips?