[
https://issues.jboss.org/browse/ARQ-1522?page=com.atlassian.jira.plugin.s...
]
Stefan Miklosovic reassigned ARQ-1522:
--------------------------------------
Assignee: Stefan Miklosovic
Should be able to start activity without FQDN format
----------------------------------------------------
Key: ARQ-1522
URL:
https://issues.jboss.org/browse/ARQ-1522
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Extension - Droidium
Affects Versions: droidium_1.0.0.Alpha1
Reporter: Stefan Miklosovic
Assignee: Stefan Miklosovic
Priority: Minor
Given:
I have activities which can be started via activity manager.
When:
I want to start some activity
Expect:
It is sufficient to use its simple name instead of FQDN.
Example:
{code}android.getActivityManagerProvider().getActivityManager().startActivity("io.selendroid.testapp.HomeScreenActivity");{code}
should equal to
{code}android.getActivityManagerProvider().getActivityManager().startActivity("HomeScreenActivity");{code}
In case there are two activities with same simple name, exception has to be thrown.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira