NUnitRunnerTask |
NUnitRunnerTask.commandLineOptions(@Nullable String commandLineOptions) |
Add any command line options or switches you wish to include when running NUnit.
|
NUnitRunnerTask |
NUnitRunnerTask.environmentVariables(@Nullable String environmentVariables) |
Environment variables which will be passed to runner process.
|
NUnitRunnerTask |
NUnitRunnerTask.executable(@NotNull String executable) |
Sets label (not a path) of NUnit executable.
|
NUnitRunnerTask |
NUnitRunnerTask.nUnitTestFiles(@NotNull 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 String resultFilename) |
The name Bamboo should give to the results file produced by NUnit.
|
NUnitRunnerTask |
NUnitRunnerTask.testCategoriesToExclude(@NotNull String... testCategoriesToExclude) |
Adds categories to exclude.
|
NUnitRunnerTask |
NUnitRunnerTask.testCategoriesToInclude(@NotNull String... testCategoriesToInclude) |
Adds categories to include.
|
NUnitRunnerTask |
NUnitRunnerTask.testsToRun(@NotNull String... testsToRun) |
Adds tests to run.
|