Class TestShuffler
- java.lang.Object
-
- dev.aherscu.qa.testing.extra.testng.TestShuffler
-
- All Implemented Interfaces:
org.testng.IMethodInterceptor
,org.testng.ITestNGListener
public class TestShuffler extends Object implements org.testng.IMethodInterceptor
Randomizes the order of tests.
-
-
Constructor Summary
Constructors Constructor Description TestShuffler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.testng.IMethodInstance>
intercept(List<org.testng.IMethodInstance> methods, org.testng.ITestContext context)
-