Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some more fixes and new stuff #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Feb 1, 2012

  1. Change the way that click() is implemented in ListViewAssertion

    The previous version would fail under certain circumstances
    rupertbates committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    57e3118 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f856ee7 View commit details
    Browse the repository at this point in the history
  3. Remove the call to super.setup in setup(Intent startingIntent) as thi…

    …s was clearing any extras from starting Intents
    rupertbates committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    fc10b2e View commit details
    Browse the repository at this point in the history
  4. Create a new test type CalculonSingleLaunchStoryTest for working with…

    … activities which have a launch mode other than normal
    
     This inherits from SingleLaunchActivityTestCase, see the following link for more info:
    
     http://developer.android.com/reference/android/test/SingleLaunchActivityTestCase.html
    rupertbates committed Feb 1, 2012
    Configuration menu
    Copy the full SHA
    6b41e30 View commit details
    Browse the repository at this point in the history