NUnitRunnerTask |
NUnitRunnerTask.commandLineOptions(@Nullable java.lang.String commandLineOptions) |
Add any command line options or switches you wish to include when running NUnit.
|
NUnitRunnerTask |
NUnitRunnerTask.environmentVariables(@Nullable java.lang.String environmentVariables) |
Environment variables which will be passed to runner process.
|
NUnitRunnerTask |
NUnitRunnerTask.executable(@NotNull java.lang.String executable) |
Sets label (not a path) of NUnit executable.
|
NUnitRunnerTask |
NUnitRunnerTask.nUnitTestFiles(@NotNull java.lang.String nUnitTestFiles) |
Specify an assembly (.dll), Visual Studio project (.csproj), or NUnit Test Suite (.nunit) to test.
|
NUnitRunnerTask |
NUnitRunnerTask.nUnitVersion2() |
Sets the version of NUnit corresponding for the provided label.
|
NUnitRunnerTask |
NUnitRunnerTask.nUnitVersion3() |
Sets the version of NUnit corresponding for the provided label.
|
NUnitRunnerTask |
NUnitRunnerTask.resultFilename(@NotNull java.lang.String resultFilename) |
The name Bamboo should give to the results file produced by NUnit.
|
NUnitRunnerTask |
NUnitRunnerTask.testCategoriesToExclude(@NotNull java.lang.String... testCategoriesToExclude) |
Adds categories to exclude.
|
NUnitRunnerTask |
NUnitRunnerTask.testCategoriesToInclude(@NotNull java.lang.String... testCategoriesToInclude) |
Adds categories to include.
|
NUnitRunnerTask |
NUnitRunnerTask.testsToRun(@NotNull java.lang.String... testsToRun) |
Adds tests to run.
|