Class TestDescriptorFactory

java.lang.Object
org.junit.support.testng.engine.TestDescriptorFactory

class TestDescriptorFactory extends Object
  • Field Details

    • testTags

      private final Map<String,org.junit.platform.engine.TestTag> testTags
  • Constructor Details

    • TestDescriptorFactory

      TestDescriptorFactory()
  • Method Details

    • createClassDescriptor

      ClassDescriptor createClassDescriptor(org.junit.platform.engine.TestDescriptor parent, Class<?> testClass)
    • createMethodDescriptor

      MethodDescriptor createMethodDescriptor(ClassDescriptor parent, org.testng.ITestResult result)
    • getFactoryParameters

      private static Object[] getFactoryParameters(org.testng.ITestResult result)
    • getFactoryMethodInvocationIndex

      private static Integer getFactoryMethodInvocationIndex(org.testng.ITestResult result)
    • appendInvocationIndex

      static void appendInvocationIndex(StringBuilder builder, Integer invocationIndex)
    • appendParameterValues

      static void appendParameterValues(StringBuilder builder, Object[] parameters)
    • reportsInvocations

      private boolean reportsInvocations(org.testng.ITestNGMethod method)
    • getRetryAnalyzerClass

      private Class<?> getRetryAnalyzerClass(org.testng.ITestNGMethod method)
    • getDefaultRetryAnalyzer

      private Class<?> getDefaultRetryAnalyzer()
    • isDataDriven

      private boolean isDataDriven(org.testng.ITestNGMethod method)
    • createInvocationDescriptor

      InvocationDescriptor createInvocationDescriptor(MethodDescriptor parent, org.testng.ITestResult result, int invocationIndex)
    • createTag

      private org.junit.platform.engine.TestTag createTag(String value)