Class AlphabeticalPriorityInterceptor

java.lang.Object
org.alfresco.utility.testng.AlphabeticalPriorityInterceptor
All Implemented Interfaces:
org.testng.IMethodInterceptor, org.testng.ITestNGListener

public class AlphabeticalPriorityInterceptor extends Object implements org.testng.IMethodInterceptor
A method interceptor that sorts test classes alphabetically.
Author:
Damian Ujma
  • Constructor Details

    • AlphabeticalPriorityInterceptor

      public AlphabeticalPriorityInterceptor()
  • Method Details

    • intercept

      public List<org.testng.IMethodInstance> intercept(List<org.testng.IMethodInstance> methods, org.testng.ITestContext context)
      Specified by:
      intercept in interface org.testng.IMethodInterceptor