Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Android Studio Cookbook

You're reading from  Android Studio Cookbook

Product type Book
Published in Oct 2015
Publisher
ISBN-13 9781785286186
Pages 232 pages
Edition 1st Edition
Languages
Author (1):
Mike van Drongelen Mike van Drongelen
Profile icon Mike van Drongelen
Toc

Unit testing using Robolectric


Unit testing is a testing method where individual units of code are tested. A view or repository can be tested, for example, to check whether it meets the demands. Unlike most other tests, these kinds of tests typically are developed and run by a software developer.

Ideally, a test case is completely independent from other cases and other units. Since classes often depend on others substitutes such as mock objects needs to be used. In the previous recipe, the QuizRepository class provides hardcoded quiz data (stubbed or mocked data), but as suggested, the intention is that the quiz data should be retrieved from a backend.

We are going to prepare the app we created in the previous recipe for unit testing, and we will create some tests ourselves. Robolectric is going to help us with that. Although since the 1.2 release of Android Studio unit testing (based on JUnit) has become much easier to set up, it still is not as powerful as Robolectric.

Robolectric does not...

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 $15.99/month. Cancel anytime}