Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Example App with Ironhide Use

Kyle Lozier edited this page Mar 7, 2015 · 9 revisions

#A Basic Application that Tests Using Ironhide

For a more concrete example on how to use Ironhide, we have an example app that uses Ironhide to test. It is a very basic app that Google made to demonstrate Espresso.

It has a suite of working Ironhide tests that you can look at and run to see how Ironhide works. It has a model for each of its pages, and a handful of tests that test functionality of the app. It is simple and straight forward, with each model only containing a few PageElements, and each Test Class containing a handful of tests. Inside are examples of basic Ironhide functionality, so if you are having trouble figuring out Ironhide, or just want to see it in action, give it a look! It also is a good demonstration of the differences between Espresso and Ironhide, as there is a full Espresso test suite that Google has written for the app.

You can find it in the 'app' module

The Google version of the test app can be found at:

https://code.google.com/p/android-test-kit/wiki/EspressoSamples and

https://code.google.com/p/android-test-kit/source/browse/testapp_test/

Clone this wiki locally