Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Robust unit testing in Android Droidcon Poland 2016

Robust unit testing in Android Droidcon Poland 2016

This presentation is all about writing better and more readable tests.
Presentation contains live coding demos. All demoes are available on github.
https://github.com/sliskiCode/Robust-unit-testing-in-Android

Piotr Ślesarew

December 08, 2016
Tweet

More Decks by Piotr Ślesarew

Other Decks in Programming

Transcript

  1. Systems that aren’t testable aren’t verifiable. Arguably, a system that

    cannot be verified should never be deployed. — Robert C. Martin