A newbie to JUnit (in fact JUnit 4) and came across suite way of executing test
@RunWith(Suite.class) @Suite.SuiteClasses( {
Just bypass it by ordering the names of the class by using an _# before the class name. Ex _1testcaselogin _2testcaseverify