Class RemoteTestNG6_12

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      private static class  RemoteTestNG6_12.DelegatingTestRunnerFactory  
      • Nested classes/interfaces inherited from class org.testng.TestNG

        org.testng.TestNG.ExitCodeListener
    • Field Summary

      • Fields inherited from class org.testng.TestNG

        DEFAULT_COMMAND_LINE_SUITE_NAME, DEFAULT_COMMAND_LINE_TEST_NAME, DEFAULT_OUTPUTDIR, DEFAULT_VERBOSE, m_end, m_start, m_suites, m_useDefaultListeners, SHOW_TESTNG_STACK_FRAMES, TEST_CLASSPATH
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.testng.ITestRunnerFactory buildTestRunnerFactory()
      Override by the plugin if you need to configure differently the TestRunner (usually this is needed if different listeners/reporters are needed).
      protected org.testng.ITestRunnerFactory createDelegatingTestRunnerFactory​(org.testng.ITestRunnerFactory trf, MessageHub smsh)  
      protected void initialize()  
      • Methods inherited from class org.testng.TestNG

        addAlterSuiteListener, addClassLoader, addExecutionListener, addInvokedMethodListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addMethodSelector, addMethodSelector, configure, getAnnotationTransformer, getConfigFailurePolicy, getConfiguration, getDefault, getDefaultSuiteName, getDefaultTestName, getEnd, getOutputDirectory, getReporters, getServiceLoaderListeners, getStart, getStatus, getSuiteListeners, getSuiteThreadPoolSize, getTestListeners, hasFailure, hasFailureWithinSuccessPercentage, hasSkip, initializeEverything, initializeSuitesAndJarFile, isJdk14, main, privateMain, runSuites, runSuitesLocally, setAnnotationTransformer, setCommandLineSuite, setConfigFailurePolicy, setConfigFailurePolicy, setDataProviderThreadCount, setDefaultSuiteName, setDefaultTestName, setExcludedGroups, setGroupByInstances, setGroups, setJUnit, setListenerClasses, setMethodInterceptor, setMixed, setObjectFactory, setObjectFactory, setOutputDirectory, setParallel, setParallel, setPreserveOrder, setRandomizeSuites, setServiceLoaderClassLoader, setSkipFailedInvocationCounts, setSourcePath, setSuiteThreadPoolSize, setTestClasses, setTestJar, setTestNames, setTestNGVersion, setTestRunnerFactory, setTestSuites, setThreadCount, setUseDefaultListeners, setVerbose, setXmlPathInJar, setXmlSuites
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RemoteTestNG6_12

        public RemoteTestNG6_12()
    • Method Detail

      • buildTestRunnerFactory

        protected org.testng.ITestRunnerFactory buildTestRunnerFactory()
        Description copied from class: AbstractRemoteTestNG
        Override by the plugin if you need to configure differently the TestRunner (usually this is needed if different listeners/reporters are needed). Note: you don't need to worry about the wiring listener, because it is added automatically.
        Specified by:
        buildTestRunnerFactory in class AbstractRemoteTestNG