Index
All Classes and Interfaces|All Packages
A
- alwaysRunListeners(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Should Method Invocation Listeners be run even for skipped methods.
C
- CLASSES - Enum constant in enum class rife.bld.extension.TestNgOperation.Parallel
-
Classes mechanism.
- CONTINUE - Enum constant in enum class rife.bld.extension.TestNgOperation.FailurePolicy
-
Continue failure policy.
D
- dataProviderThreadCount(int) - Method in class rife.bld.extension.TestNgOperation
-
This sets the default maximum number of threads to use for data providers when running tests in parallel.
- dependencyInjectorFactory(String) - Method in class rife.bld.extension.TestNgOperation
-
The dependency injector factory implementation that TestNG should use.
- directory(File) - Method in class rife.bld.extension.TestNgOperation
-
The directory where the reports will be generated
- directory(String) - Method in class rife.bld.extension.TestNgOperation
-
The directory where the reports will be generated
- directory(Path) - Method in class rife.bld.extension.TestNgOperation
-
The directory where the reports will be generated
E
- excludeGroups(String...) - Method in class rife.bld.extension.TestNgOperation
-
The list of groups you want to be excluded from this run.
- excludeGroups(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
The list of groups you want to be excluded from this run.
- execute() - Method in class rife.bld.extension.TestNgOperation
- executeConstructProcessCommandList() - Method in class rife.bld.extension.TestNgOperation
-
Part of the
execute
operation, constructs the command list to use for building the process.
F
- failurePolicy(TestNgOperation.FailurePolicy) - Method in class rife.bld.extension.TestNgOperation
-
Whether TestNG should continue to execute the remaining tests in the suite or skip them if in a
@Before*
method. - failWhenEverythingSkipped(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Should TestNG fail execution if all tests were skipped and nothing was run.
- fromProject(BaseProject) - Method in class rife.bld.extension.TestNgOperation
-
Configures the
BaseProject
.
G
- generateResultsPerSuite(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Should TestNG generate results on a per-suite basis by creating a subdirectory for each suite and dumping results into it.
- groups(String...) - Method in class rife.bld.extension.TestNgOperation
-
The list of groups you want to run.
- groups(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
The list of groups you want to run.
I
- ignoreMissedTestName(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Ignore missed test names given by
testNames
and continue to run existing tests, if any. - includeAllDataDrivenTestsWhenSkipping(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Should TestNG report all iterations of a data driven test as individual skips, in-case of upstream failures.
J
- jUnit(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Enables or disables the JUnit mode.
L
- listener(String...) - Method in class rife.bld.extension.TestNgOperation
-
The list of
.class
files or list of class names implementingITestListener
orISuiteListener
- listener(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
The list of
.class
files or list of class names implementingITestListener
orISuiteListener
- listenerComparator(String) - Method in class rife.bld.extension.TestNgOperation
-
An implementation of
ListenerComparator
that will be used by TestNG to determine order of execution for listeners. - listenerFactory(String) - Method in class rife.bld.extension.TestNgOperation
-
The factory used to create TestNG listeners.
- log(int) - Method in class rife.bld.extension.TestNgOperation
-
Set the Level of verbosity.
M
- methods() - Method in class rife.bld.extension.TestNgOperation
-
Returns the methods to run.
- methods(String...) - Method in class rife.bld.extension.TestNgOperation
-
Lets you specify individual methods to run.
- methods(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
Lets you specify individual methods to run.
- METHODS - Enum constant in enum class rife.bld.extension.TestNgOperation.Parallel
-
Methods mechanism.
- methodSelectors(String...) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the list of
.class
files or class names implementingIMethodSelector
. - methodSelectors(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the list of
.class
files or class names implementingIMethodSelector
. - mixed(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Mixed mode autodetects the type of current test and run it with appropriate runner.
O
- objectFactory(String...) - Method in class rife.bld.extension.TestNgOperation
-
The list of
.class
files or class names implementingITestRunnerFactory
. - objectFactory(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
The list of
.class
files or class names implementingITestRunnerFactory
. - options() - Method in class rife.bld.extension.TestNgOperation
-
Returns the run options.
- overrideIncludedMethods(String...) - Method in class rife.bld.extension.TestNgOperation
-
The list of fully qualified class names of listeners that should be skipped from being wired in via Service Loaders.
- overrideIncludedMethods(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
The list of fully qualified class names of listeners that should be skipped from being wired in via Service Loaders.
P
- packages() - Method in class rife.bld.extension.TestNgOperation
-
Returns the suite packages to run.
- packages(String...) - Method in class rife.bld.extension.TestNgOperation
-
The list of packages to include in this test.
- packages(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
The list of packages to include in this test.
- parallel(TestNgOperation.Parallel) - Method in class rife.bld.extension.TestNgOperation
-
If specified, sets the default mechanism used to determine how to use parallel threads when running tests.
- port(int) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the port number.
- propagateDataProviderFailureAsTestFailure(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Should TestNG consider failures in Data Providers as test failures.
R
- reporter(String) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the extended configuration for custom report listener.
- rife.bld.extension - package rife.bld.extension
S
- shareThreadPoolForDataProviders(boolean) - Method in class rife.bld.extension.TestNgOperation
-
Should TestNG use a global Shared ThreadPool (At suite level) for running data providers.
- SKIP - Enum constant in enum class rife.bld.extension.TestNgOperation.FailurePolicy
-
Skip failure policy.
- sourceDir(File...) - Method in class rife.bld.extension.TestNgOperation
-
The directories where your javadoc annotated test sources are.
- sourceDir(String...) - Method in class rife.bld.extension.TestNgOperation
-
The directories where your javadoc annotated test sources are.
- sourceDir(Path...) - Method in class rife.bld.extension.TestNgOperation
-
The directories where your javadoc annotated test sources are.
- sourceDir(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
The directories where your javadoc annotated test sources are.
- sourceDirFiles(Collection<File>) - Method in class rife.bld.extension.TestNgOperation
-
The directories where your javadoc annotated test sources are.
- sourceDirPaths(Collection<Path>) - Method in class rife.bld.extension.TestNgOperation
-
The directories where your javadoc annotated test sources are.
- spiListenersToSkip(String...) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the List of fully qualified class names of listeners that should be skipped from being wired in via Service Loaders.
- spiListenersToSkip(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the List of fully qualified class names of listeners that should be skipped from being wired in via Service Loaders.
- suiteName(String) - Method in class rife.bld.extension.TestNgOperation
-
This specifies the default name of the test suite, if not specified in the suite definition file or source code.
- suites() - Method in class rife.bld.extension.TestNgOperation
-
Returns the suites to run.
- suites(String...) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the suites to run.
- suites(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the suites to run.
- suiteThreadPoolSize(int) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the size of the thread pool to use to run suites.
T
- testClass(String...) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the list of class files.
- testClass(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the list of class files.
- testClasspath() - Method in class rife.bld.extension.TestNgOperation
-
Returns the classpath entries used for running tests.
- testClasspath(String...) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the classpath entries used to run tests.
- testClasspath(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the classpath entries used to run tests.
- testJar(String) - Method in class rife.bld.extension.TestNgOperation
-
Specifies a jar file that contains test classes.
- testName(String) - Method in class rife.bld.extension.TestNgOperation
-
This specifies the default name of test, if not specified in the suite definition file or source code.
- testNames(String...) - Method in class rife.bld.extension.TestNgOperation
-
Only tests defined in a
<test>
tag matching one of these names will be run. - testNames(Collection<String>) - Method in class rife.bld.extension.TestNgOperation
-
Only tests defined in a
<test>
tag matching one of these names will be run. - TestNgOperation - Class in rife.bld.extension
-
Run tests with TestNG.
- TestNgOperation() - Constructor for class rife.bld.extension.TestNgOperation
- TestNgOperation.FailurePolicy - Enum Class in rife.bld.extension
-
Failure Policies
- TestNgOperation.Parallel - Enum Class in rife.bld.extension
-
Parallel Mechanisms
- testRunFactory(String) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the factory used to create tests.
- TESTS - Enum constant in enum class rife.bld.extension.TestNgOperation.Parallel
-
Tests mechanism.
- threadCount(int) - Method in class rife.bld.extension.TestNgOperation
-
This sets the default maximum number of threads to use for running tests in parallel.
- threadPoolFactoryClass(String) - Method in class rife.bld.extension.TestNgOperation
-
Specifies the thread pool executor factory implementation that TestNG should use.
U
- useDefaultListeners(Boolean) - Method in class rife.bld.extension.TestNgOperation
-
Whether to use the default listeners
- useGlobalThreadPool(boolean) - Method in class rife.bld.extension.TestNgOperation
-
Should TestNG use a global Shared ThreadPool (At suite level) for running regular and data driven tests.
V
- valueOf(String) - Static method in enum class rife.bld.extension.TestNgOperation.FailurePolicy
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class rife.bld.extension.TestNgOperation.Parallel
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class rife.bld.extension.TestNgOperation.FailurePolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class rife.bld.extension.TestNgOperation.Parallel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose(int) - Method in class rife.bld.extension.TestNgOperation
-
Set the Level of verbosity.
X
- xmlPathInJar(File) - Method in class rife.bld.extension.TestNgOperation
-
This attribute should contain the path to a valid XML file inside the test jar (e.g.
- xmlPathInJar(String) - Method in class rife.bld.extension.TestNgOperation
-
This attribute should contain the path to a valid XML file inside the test jar (e.g.
- xmlPathInJar(Path) - Method in class rife.bld.extension.TestNgOperation
-
This attribute should contain the path to a valid XML file inside the test jar (e.g.
All Classes and Interfaces|All Packages