aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/android/volley/toolbox/ImageLoaderTest.java
AgeCommit message (Collapse)Author
2015-03-06fix ImageLoader.getCacheKey()Ralph Bergmann
The ScaleType was missing. Change-Id: I57cba7cbf60df1e47ea9d8baf480765c6e39d821 Signed-off-by: Ralph Bergmann <ralph@the4thfloor.eu>
2015-02-25add test for public apiRalph Bergmann
add test for public api. not for all classes but for the most important ones Change-Id: I494f60568c6caafc23754154fe930d9f90a3bde0
2015-02-19A little work on unit testing.Ficus Kirkpatrick
Add emma and mockito to the Maven build, and test a couple random things.