csharpfftfsharpintegrationinterpolationlinear-algebramathdifferentiationmatrixnumericsrandomregressionstatisticsmathnet
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
182 lines
7.3 KiB
182 lines
7.3 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Gallio.PowerShellCommands</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Gallio.PowerShellCommands.RunGallioCommand">
|
|
<summary>
|
|
A PowerShell Cmdlet for running Gallio.
|
|
</summary>
|
|
</member>
|
|
<member name="M:Gallio.PowerShellCommands.RunGallioCommand.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Gallio.PowerShellCommands.RunGallioCommand" /> class</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.ApplicationBaseDirectory">
|
|
<summary>
|
|
<para>
|
|
Gets or sets the relative or absolute path of the application base directory,
|
|
or null to use a default value selected by the consumer.
|
|
</para>
|
|
<para>
|
|
If relative, the path is based on the current working directory,
|
|
so a value of "" causes the current working directory to be used.
|
|
</para>
|
|
<para>
|
|
The default is null.
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.DebugTests">
|
|
<summary>
|
|
<para>
|
|
Attaches the debugger to the test process when set to true.
|
|
</para>
|
|
<para>
|
|
The default is false.
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.DoNotRun">
|
|
<summary>
|
|
Sets whether to load the tests but not run them. This option may be used to produce a
|
|
report that contains test metadata for consumption by other tools.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.Files">
|
|
<summary>
|
|
The list of relative or absolute paths of test files, projects and assemblies to execute.
|
|
Wildcards may be used. This is required.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.Filter">
|
|
<summary>
|
|
<para>
|
|
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'.
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.HintDirectories">
|
|
<summary>
|
|
The list of directories used for loading referenced assemblies and other dependent resources.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.IgnoreAnnotations">
|
|
<summary>
|
|
<para>
|
|
Sets whether to ignore annotations when determining the result code.
|
|
If false (default), then error annotations, usually indicative of broken tests, will cause
|
|
a failure result to be generated.
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.NoEchoResults">
|
|
<summary>
|
|
Sets whether to echo results to the screen as tests finish. If this option is specified
|
|
only the final summary statistics are displayed. Otherwise test results are echoed to the
|
|
console in varying detail depending on the current verbosity level.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.PluginDirectories">
|
|
<summary>
|
|
Additional Gallio plugin directories to search recursively.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.ReportDirectory">
|
|
<summary>
|
|
Sets the name of the directory where the reports will be put.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.ReportFormatterProperties">
|
|
<summary>
|
|
Specifies option property key/value pairs for the report formatter.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.ReportNameFormat">
|
|
<summary>
|
|
Sets the format string to use to generate the reports filenames.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.ReportTypes">
|
|
<summary>
|
|
A list of the types of reports to generate, separated by semicolons.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.RunnerExtensions">
|
|
<summary>
|
|
<para>
|
|
Specifies the type, assembly, and parameters of custom test runner
|
|
extensions to use during the test run in the form:
|
|
'[Namespace.]Type,Assembly[;Parameters]'.
|
|
</para>
|
|
<para>
|
|
eg. 'FancyLogger,MyCustomExtensions.dll;SomeParameters'
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.RunnerProperties">
|
|
<summary>
|
|
Specifies option property key/value pairs for the test runner.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.RunnerType">
|
|
<summary>
|
|
Sets the type of test runner to use.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.RunTimeLimit">
|
|
<summary>
|
|
Sets the maximum amount of time (in seconds) the tests can run
|
|
before they are canceled. The default is an infinite time to run.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.RuntimeVersion">
|
|
<summary>
|
|
<para>
|
|
Gets or sets the version of the .Net runtime to use for running tests.
|
|
</para>
|
|
<para>
|
|
For the CLR, this must be the name of one of the framework directories in %SystemRoot%\Microsoft.Net\Framework. eg. 'v2.0.50727'.
|
|
</para>
|
|
<para>
|
|
The default is null which uses the most recent installed and supported framework.
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.ShadowCopy">
|
|
<summary>
|
|
<para>
|
|
Enables shadow copying when set to true.
|
|
</para>
|
|
<para>
|
|
Shadow copying allows the original assemblies to be modified while the tests are running.
|
|
However, shadow copying may occasionally cause some tests to fail if they depend on their original location.
|
|
</para>
|
|
<para>
|
|
The default is false.
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.ShowReports">
|
|
<summary>
|
|
Sets whether to open the generated reports once execution has finished.
|
|
</summary>
|
|
</member>
|
|
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.WorkingDirectory">
|
|
<summary>
|
|
<para>
|
|
Gets or sets the relative or absolute path of the working directory
|
|
or null to use a default value selected by the consumer.
|
|
</para>
|
|
<para>
|
|
If relative, the path is based on the current working directory,
|
|
so a value of "" causes the current working directory to be used.
|
|
</para>
|
|
<para>
|
|
The default is null.
|
|
</para>
|
|
</summary>
|
|
</member>
|
|
</members>
|
|
</doc>
|