Interface TestNGTestEngine.Configurer

All Known Implementing Classes:
TestNGTestEngine.Phase
Enclosing class:
TestNGTestEngine

static interface TestNGTestEngine.Configurer
  • Method Details

    • testClasses

      static TestNGTestEngine.Configurer testClasses(Class<?>[] testClasses)
    • testMethods

      static TestNGTestEngine.Configurer testMethods(List<String> methodNames)
    • configure

      default void configure(org.testng.TestNG testNG, org.junit.platform.engine.ConfigurationParameters config)
    • configure

      default void configure(org.testng.CommandLineArgs commandLineArgs, org.junit.platform.engine.ConfigurationParameters config)