Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 449 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 449 Bytes

testing

This is repository of http://androidcode.pl blog Testing section. It shows usage of testing libraries for Android. Posts about testing Android app using utilities from this repository and more can be found at http://androidcode.pl/blog/

This repository contains examples of following testing utilities and libraries:

  • JUnit
  • Mockito
  • Robolectric
  • Espresso
  • TDD (Test Driven Development)
  • Static analysis (Checkstyle, Findbugs, Pmd)