main
 1<?xml version="1.0" encoding="utf-8"?>
 2<doc>
 3  <assembly>
 4    <name>Gallio.PowerShellCommands</name>
 5  </assembly>
 6  <members>
 7    <member name="T:Gallio.PowerShellCommands.RunGallioCommand">
 8      <summary>A PowerShell Cmdlet for running Gallio.</summary>
 9    </member>
10    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.ApplicationBaseDirectory">
11      <summary>
12        <para> The relative or absolute path of the application base directory. </para>
13        <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>
14        <para> The default is "". </para>
15      </summary>
16    </member>
17    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.Assemblies">
18      <summary>The list of relative or absolute paths of test assembly files to execute. This is required.</summary>
19    </member>
20    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.DoNotRun">
21      <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>
22    </member>
23    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.Filter">
24      <summary>Sets the filter expression to apply, which consists of one or more filter rules that may be combined using 'and', 'or', and 'not' and grouped with parentheses. A filter rule consists of a filter key followed by one or more comma-delimited matching values in the form 'key: value, "quoted value", /regular expression/'.</summary>
25    </member>
26    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.HintDirectories">
27      <summary>The list of directories used for loading assemblies and other dependent resources.</summary>
28    </member>
29    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.IgnoreAnnotations">
30      <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>
31    </member>
32    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.NoEchoResults">
33      <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>
34    </member>
35    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.PluginDirectories">
36      <summary>Additional Gallio plugin directories to search recursively.</summary>
37    </member>
38    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.ReportDirectory">
39      <summary>Sets the name of the directory where the reports will be put.</summary>
40    </member>
41    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.ReportNameFormat">
42      <summary>Sets the format string to use to generate the reports filenames.</summary>
43    </member>
44    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.ReportTypes">
45      <summary>A list of the types of reports to generate, separated by semicolons.</summary>
46    </member>
47    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.RunnerExtensions">
48      <summary>
49        <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>
50        <para> eg. 'FancyLogger,MyCustomExtensions.dll;SomeParameters' </para>
51      </summary>
52    </member>
53    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.RunnerType">
54      <summary>Sets the type of test runner to use.</summary>
55    </member>
56    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.ShadowCopy">
57      <summary>
58        <para> Enables shadow copying when set to true. </para>
59        <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>
60        <para> The default is false. </para>
61      </summary>
62    </member>
63    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.ShowReports">
64      <summary>Sets whether to open the generated reports once execution has finished.</summary>
65    </member>
66    <member name="P:Gallio.PowerShellCommands.RunGallioCommand.WorkingDirectory">
67      <summary>
68        <para> The relative or absolute path of the working directory. </para>
69        <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>
70        <para> The default is "". </para>
71      </summary>
72    </member>
73  </members>
74</doc>