The GallioTask type exposes the following members.

Constructors

  NameDescription
GallioTask
Default constructor.

Methods

  NameDescription
CopyTo (Inherited from Element.)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Execute (Inherited from Task.)
ExecuteTask
Executes the task.
(Overrides TaskExecuteTask()()().)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetAttributeConfigurationNode (Inherited from Element.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Initialize (Inherited from Element.)
InitializeElement Obsolete. (Inherited from Task.)
InitializeTask (Inherited from Task.)
InitializeTaskConfiguration (Inherited from Task.)
InitializeXml (Inherited from Element.)
IsLogEnabledFor (Inherited from Task.)
LogOverloaded.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
ApplicationBaseDirectory
Gets or sets the relative or absolute path of the application base directory, or null to use a default value selected by the consumer.
CustomXmlProcessing (Inherited from Element.)
Debug
Attaches the debugger to the test process when set to true.
DoNotRun
Sets whether to load the tests but not run them.
EchoResults
Sets whether to echo results to the screen as tests finish.
FailOnError (Inherited from Task.)
Files
The list of test files, projects and assemblies to execute.
Filter

Sets the filter set to apply, which consists of a sequence of one or more inclusion or exclusion filter rules prefixed using 'include' (optional) or 'exclude'.

HintDirectories
The list of directories used for loading referenced assemblies and other dependent resources.
IfDefined (Inherited from Task.)
IgnoreAnnotations
Sets whether to ignore annotations when determining the result code.
Location (Inherited from Element.)
LogPrefix Obsolete. (Inherited from Task.)
Name (Inherited from Task.)
NamespaceManager (Inherited from Element.)
Parent (Inherited from Element.)
PluginDirectories
Additional Gallio plugin directories to search recursively.
Project (Inherited from Element.)
Properties (Inherited from Element.)
ReportArchive
Sets the report archive mode.
ReportDirectory
Sets the name of the directory where the reports will be put.
ReportFormatterProperties
Specifies option property key/value pairs for the report formatter.
ReportNameFormat
Sets the format string to use to generate the reports filenames.
ReportTypes
A list of the types of reports to generate, separated by semicolons.
ResultProperty
Sets the name of a NAnt property in which the exit code of the tests execution should be stored.
RunnerExtensions
Specifies the type, assembly, and parameters of custom test runner extensions to use during the test run.
RunnerProperties
Specifies option property key/value pairs for the test runner.
RunnerType
Sets the type of test runner to use.
RunTimeLimit
Sets the maximum amount of time (in seconds) the tests can run before they are canceled.
RuntimeVersion
Gets or sets the version of the .Net runtime to use for running tests.
ShadowCopy
Enables shadow copying when set to true.
ShowReports
Sets whether to show generated reports in a window using the default system application registered to the report file type.
StatisticsPropertiesPrefix
Sets the prefix that will be used for the statistics result properties.
Threshold (Inherited from Task.)
UnlessDefined (Inherited from Task.)
Verbose (Inherited from Task.)
Verbosity
Controls the level of information logged.
WorkingDirectory
Gets or sets the relative or absolute path of the working directory or null to use a default value selected by the consumer.
XmlNode (Inherited from Element.)

See Also