Description
Some JUnit test case classes, such as the TestHBaseStore.java contain a main method. Is this method necessary? As far as I know, having main methods in the JUnit test case classes is not a recommended practice [1].
[1] http://sqa.fyicenter.com/FAQ/JUnit/Do_You_Need_to_Write_a_main_Method_in_a_JUnit_.html