How to customize the order of execution of tests in TestNG?
For example:
public class Test1 { @Test public void test1() { System.out.printl
@Test(dependsOnMethods="someBloodyMethod")