Uses of Interface
org.testng.internal.IConfiguration
Packages that use IConfiguration
Package
Description
-
Uses of IConfiguration in org.testng
Methods in org.testng that return IConfigurationConstructors in org.testng with parameters of type IConfigurationModifierConstructorDescriptionDataProviderHolder(IConfiguration configuration) SuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, Comparator<ITestNGMethod> comparator) protectedSuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, boolean useDefaultListeners, List<IMethodInterceptor> methodInterceptors, Collection<IInvokedMethodListener> invokedMethodListener, org.testng.SuiteRunner.TestListenersContainer container, Collection<IClassListener> classListeners, DataProviderHolder holder, Comparator<ITestNGMethod> comparator) SuiteRunner(IConfiguration configuration, XmlSuite suite, String outputDir, ITestRunnerFactory runnerFactory, Comparator<ITestNGMethod> comparator) TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, ISuiteRunnerListener suiteRunner) TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, ISuiteRunnerListener suiteRunner) protectedTestRunner(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, DataProviderHolder otherHolder, ISuiteRunnerListener suiteRunner) -
Uses of IConfiguration in org.testng.internal
Classes in org.testng.internal that implement IConfigurationConstructors in org.testng.internal with parameters of type IConfigurationModifierConstructorDescriptionTestNGClassFinder(ClassInfoMap cim, Map<Class<?>, List<IObject.IdentifiableObject>> instanceMap, IConfiguration configuration, ITestContext testContext, DataProviderHolder holder) -
Uses of IConfiguration in org.testng.internal.invokers
Methods in org.testng.internal.invokers that return IConfigurationMethods in org.testng.internal.invokers with parameters of type IConfigurationModifier and TypeMethodDescriptionprotected static voidMethodInvocationHelper.invokeMethodConsideringTimeout(ITestNGMethod tm, ConstructorOrMethod method, Object targetInstance, Object[] params, ITestResult testResult, IConfiguration config) protected static voidMethodInvocationHelper.invokeWithTimeout(IConfiguration config, ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult) Invokes a method on a separate thread in order to allow us to timeout the invocation.protected static booleanMethodInvocationHelper.invokeWithTimeout(IConfiguration config, ITestNGMethod tm, Object instance, Object[] parameterValues, ITestResult testResult, IHookable hookable) Constructors in org.testng.internal.invokers with parameters of type IConfigurationModifierConstructorDescriptionInvoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, ISuiteRunnerListener suiteRunner) -
Uses of IConfiguration in org.testng.internal.invokers.objects
Constructors in org.testng.internal.invokers.objects with parameters of type IConfiguration -
Uses of IConfiguration in org.testng.internal.thread
Methods in org.testng.internal.thread with parameters of type IConfigurationModifier and TypeMethodDescriptionstatic ExecutorServiceThreadUtil.createExecutor(IConfiguration config, int threadCount, String threadFactoryName) static voidThreadUtil.execute(IConfiguration configuration, String name, List<? extends Runnable> tasks, int threadPoolSize, long timeout) Parallel execution of thetasks.