# Mockito on Android

DevFeed: [Mockito on Android](<https://devfeed.tech/articles/mockito-on-android-15767.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/mockito-on-android>)

Author: Square Engineering

Published: 2012-10-22T16:01:00Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [Android](<https://devfeed.tech/topics/android.md>), [Mocking](<https://devfeed.tech/topics/mocking.md>), [Unit testing](<https://devfeed.tech/topics/unit-testing.md>), [Java](<https://devfeed.tech/topics/java.md>), [Koans](<https://devfeed.tech/topics/koans.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [android-apps](<https://devfeed.tech/tags/android-apps.md>), [apps](<https://devfeed.tech/tags/apps.md>), [audio](<https://devfeed.tech/tags/audio.md>), [classes](<https://devfeed.tech/tags/classes.md>), [code](<https://devfeed.tech/tags/code.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [java](<https://devfeed.tech/tags/java.md>), [junit](<https://devfeed.tech/tags/junit.md>), [library](<https://devfeed.tech/tags/library.md>), [test](<https://devfeed.tech/tags/test.md>), [testing](<https://devfeed.tech/tags/testing.md>), [tests](<https://devfeed.tech/tags/tests.md>), [unit-test](<https://devfeed.tech/tags/unit-test.md>), [unit-testing](<https://devfeed.tech/tags/unit-testing.md>), [verify](<https://devfeed.tech/tags/verify.md>)

## AI overview

A tutorial on unit testing Android apps with Mockito and DexMaker. It explains how mock objects can script responses and validate interactions, and notes that Mockito 1.9.5 supports Android's Dalvik runtime through generated mock classes.

## Source excerpt

Unit testing Android apps with Mockito and DexMaker.