[arquillian-issues] [JBoss JIRA] (ARQ-1522) Should be able to start activity without FQDN format

Stefan Miklosovic (JIRA) jira-events at lists.jboss.org
Fri Oct 4 05:21:02 EDT 2013


Stefan Miklosovic created ARQ-1522:
--------------------------------------

             Summary: 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
            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


More information about the arquillian-issues mailing list