You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Mike Drob (JIRA)" <ji...@apache.org> on 2017/06/30 17:14:01 UTC

[jira] [Created] (HBASE-18303) Clean up some parameterized test declarations

Mike Drob created HBASE-18303:
---------------------------------

             Summary: Clean up some parameterized test declarations
                 Key: HBASE-18303
                 URL: https://issues.apache.org/jira/browse/HBASE-18303
             Project: HBase
          Issue Type: Improvement
          Components: test
            Reporter: Mike Drob
            Assignee: Mike Drob
            Priority: Minor


While debugging something unrelated, I noticed that we use the constructor form of junit parameterized tests, instead of the annotated members form.

I personally find using the @Parameter annotation more clear.

Also, we can move the parameter generator to hbase-common so that it is accessible in more modules.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)