Hi,
I would like to verify the result of the Activity (setResult) if it is
the expected one or not.(or maybe to check the returned bundle)
in the Activity I have the following lines:
setResult(RESULT_OK);
finish();
I would like to test this Activity. (using for example
ActivityInstrumentationTestCase)
How can I get back the result in the test?
Thanks in advance.
Gabor
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---