Uses of Class
com.atlassian.bamboo.specs.builders.task.NUnitRunnerTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of NUnitRunnerTask in com.atlassian.bamboo.specs.builders.task
Modifier and TypeMethodDescriptionNUnitRunnerTask.commandLineOptions
(@Nullable String commandLineOptions) Add any command line options or switches you wish to include when running NUnit.NUnitRunnerTask.environmentVariables
(@Nullable String environmentVariables) Environment variables which will be passed to runner process.NUnitRunnerTask.executable
(@NotNull String executable) Sets label (not a path) of NUnit executable.NUnitRunnerTask.nUnitTestFiles
(@NotNull String nUnitTestFiles) Specify an assembly (.dll), Visual Studio project (.csproj), or NUnit Test Suite (.nunit) to test.NUnitRunnerTask.nUnitVersion2()
Sets the version of NUnit corresponding for the provided label.NUnitRunnerTask.nUnitVersion3()
Sets the version of NUnit corresponding for the provided label.NUnitRunnerTask.resultFilename
(@NotNull String resultFilename) The name Bamboo should give to the results file produced by NUnit.NUnitRunnerTask.testCategoriesToExclude
(@NotNull String... testCategoriesToExclude) Adds categories to exclude.NUnitRunnerTask.testCategoriesToInclude
(@NotNull String... testCategoriesToInclude) Adds categories to include.NUnitRunnerTask.testsToRun
(@NotNull String... testsToRun) Adds tests to run.