Created
May 20, 2012 14:46
Android UI test sample assert transited state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Check transited state... | |
textView = (TextView)mCurrentActivity.findViewById(jp.modal.soul.uiTestSample.R.id.transitedTextView); | |
assertEquals(textView.getText().toString(), "Transited."); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment