Math.NET Numerics
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.
 
 
 

89 lines
5.8 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="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.Assemblies">
<summary>The list of relative or absolute paths of test assembly files to execute. This is required.</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.Filter">
<summary>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'. A filter rule consists of zero or more filter expressions that may be combined using 'and', 'or', and 'not' and grouped with parentheses. A filter expression consists of a filter key followed by one or more comma-delimited matching values in the form 'key: value, "quoted value", /regular expression/'.</summary>
</member>
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.HintDirectories">
<summary>The list of directories used for loading assemblies and other dependent resources.</summary>
</member>
<member name="P:Gallio.PowerShellCommands.RunGallioCommand.IgnoreAnnotations">
<summary>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.</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.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.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.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>