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

Ironhide Opensource Initial Release

Latest
Compare
Choose a tag to compare
@eugeneparkmindbody eugeneparkmindbody released this 10 Apr 00:11
· 1 commit to master since this release

Ironhide is an Object Oriented Android testing framework, written in Java, built on top of the Google Espresso testing framework. Ironhide provides an easier to use framework by handling some of the more complex elements of Espresso and Hamcrest matchers in the background, and providing the user with an intuitive way to create tests. Ironhide allows for a smooth chaining of actions and assertions in a test.

Some key features of Ironhide

  • Chaining of actions
  • Chaining of assertions
  • Models to represent a page
  • Object representation of page elements
  • Intuitive test creation
  • Simple interaction between pages