Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 448 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 448 Bytes

EspressoMockitoDaggerLeakCanary

A project that demonstrates how to integrate these four tools at once (Espresso, Mockito, Dagger and LeakCanary)

Java

The "master" branch demonstrates how to use all of these libraries with simple JAVA

Kotlin

The "kotlin" branch demonstrates how to use all these libraries with Kotlin :) Available @ https://github.com/olivierg13/EspressoMockitoDaggerLeakCanary/tree/kotlin (or checkout the "kotlin" branch)