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

Make testRunnerAdapter.test(...) more flexible

    XMLWordPrintable

Details

    Description

      On client side a test case in a test class is represented by java.lang.reflect.Method. This makes impossible to easily integrate frameworks like ScalaTest, where a test case is not necessarily a class method.

      As a solution, it would be great to:

      (a) relax the test representation to just a String identifier, and leave the interpretation to relevant TestRunner implementation (which is already the case?)

      (b) be able to pass optional params at testRunnerAdapter.test(...), so that they are transmitted to container side as additional hints. Map<String,String> would be good enough.

      Attachments

        Activity

          People

            Unassigned Unassigned
            tair.sabirgaliev@bee.kz Tair Sabyrgaliyev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: