Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android Application Development with Maven

You're reading from   Android Application Development with Maven Learn how to use and configure Maven to support all phases of the development of an Android application

Arrow left icon
Product type Paperback
Published in Mar 2015
Publisher
ISBN-13 9781783986101
Length 192 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Real unit testing with Robolectric

So far, we saw how to run Android unit tests using Maven in an emulator or a real device (smart phone, tablet, and so on). If you have followed the examples provided in this chapter, you should have noticed by now that running activity unit tests is quite slow. Every time we need to follow the cycle of building the project, then deploy this to the device/emulator, and finally launch the application and run the tests. This automatically is done by Maven, but it is clearly not according to one of the core concepts of Unit testing: Run tests fast!

There must be a more clever way to do this, and it has a name from the future: Robolectric (http://robolectric.org/) is an Android unit testing framework that lets us run unit tests inside the Java Virtual Machine (JVM) of our development environment in a couple of seconds without the need of Android SDK. And it's getting even better. We can use our favorite JUnit 4 style to run our test classes, which is far...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image