lisawray/groupie

Set up Espresso tests

Open

#89 opened on May 24, 2017

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Java (3,627 stars) (295 forks)batch import
enhancementhelp wanted

Description

Currently, the GroupAdapter class is badly tested. Turns out one test doesn't run at all bc it doesn't have the @Test annotation .. but funny story, if it did, it would fail because it references an Android class!

  • Add an Espresso test verifying that the methods on GroupAdapter work correctly
  • Get Circle building said test by spinning up an emulator, etc

Contributor guide