Details
-
Test
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The class TestTableName in hbase-common is both a unit test for the TableName class, and a junit TestRule. This double-duty is strange; the Rule functionality is not discoverable at all. Split the Rule out into a separate class, maybe TableNameRule or some such.