Skip to content

Instantly share code, notes, and snippets.

@modalsoul
Created May 20, 2012 14:39
Show Gist options
  • Save modalsoul/2758332 to your computer and use it in GitHub Desktop.
Save modalsoul/2758332 to your computer and use it in GitHub Desktop.
Android UI test sample assert initial state
// Check initial state...
TextView textView = (TextView)mCurrentActivity.findViewById(jp.modal.soul.uiTestSample.R.id.mainTextView);
assertEquals("Hello World, UiTestSampleActivity!", textView.getText().toString());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment