Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1522

Should be able to start activity without FQDN format

XMLWordPrintable

      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:

      android.getActivityManagerProvider().getActivityManager().startActivity("io.selendroid.testapp.HomeScreenActivity");

      should equal to

      android.getActivityManagerProvider().getActivityManager().startActivity("HomeScreenActivity");

      In case there are two activities with same simple name, exception has to be thrown.

              smikloso Stefan Miklosovic (Inactive)
              smikloso Stefan Miklosovic (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: