master
1<?xml version="1.0" encoding="utf-8"?>
2<doc>
3 <assembly>
4 <name>Gallio.NAntTasks</name>
5 </assembly>
6 <members>
7 <member name="T:Gallio.NAntTasks.GallioTask">
8 <summary>A NAnt task that provides support for running Gallio tests.</summary>
9 </member>
10 <member name="P:Gallio.NAntTasks.GallioTask.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.NAntTasks.GallioTask.Assemblies">
18 <summary>The list of test assemblies to execute. This is required.</summary>
19 </member>
20 <member name="P:Gallio.NAntTasks.GallioTask.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.NAntTasks.GallioTask.EchoResults">
24 <summary>Sets whether to echo results to the screen as tests finish. If this option is set to true, the default, test results are echoed to the console in varying detail depending on the current verbosity level. Otherwise only the final summary statistics are displayed.</summary>
25 </member>
26 <member name="P:Gallio.NAntTasks.GallioTask.Filter">
27 <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>
28 </member>
29 <member name="P:Gallio.NAntTasks.GallioTask.HintDirectories">
30 <summary>The list of directories used for loading assemblies and other dependent resources.</summary>
31 </member>
32 <member name="P:Gallio.NAntTasks.GallioTask.PluginDirectories">
33 <summary>Additional Gallio plugin directories to search recursively.</summary>
34 </member>
35 <member name="P:Gallio.NAntTasks.GallioTask.ReportDirectory">
36 <summary>Sets the name of the directory where the reports will be put.</summary>
37 </member>
38 <member name="P:Gallio.NAntTasks.GallioTask.ReportNameFormat">
39 <summary>Sets the format string to use to generate the reports filenames.</summary>
40 </member>
41 <member name="P:Gallio.NAntTasks.GallioTask.ReportTypes">
42 <summary>A list of the types of reports to generate, separated by semicolons.</summary>
43 </member>
44 <member name="P:Gallio.NAntTasks.GallioTask.ResultProperty">
45 <summary>Sets the name of a NAnt property in which the exit code of the tests execution should be stored.</summary>
46 </member>
47 <member name="P:Gallio.NAntTasks.GallioTask.RunnerType">
48 <summary>Sets the type of test runner to use.</summary>
49 </member>
50 <member name="P:Gallio.NAntTasks.GallioTask.ShadowCopy">
51 <summary>
52 <para> Enables shadow copying when set to true. </para>
53 <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>
54 <para> The default is false. </para>
55 </summary>
56 </member>
57 <member name="P:Gallio.NAntTasks.GallioTask.ShowReports">
58 <summary>Sets whether to show generated reports in a window using the default system application registered to the report file type.</summary>
59 </member>
60 <member name="P:Gallio.NAntTasks.GallioTask.StatisticsPropertiesPrefix">
61 <summary>Sets the prefix that will be used for the statistics result properties.</summary>
62 </member>
63 <member name="P:Gallio.NAntTasks.GallioTask.WorkingDirectory">
64 <summary>
65 <para> The relative or absolute path of the working directory. </para>
66 <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>
67 <para> The default is "". </para>
68 </summary>
69 </member>
70 <member name="M:Gallio.NAntTasks.GallioTask.ExecuteTask">
71 <summary>Executes the task.</summary>
72 </member>
73 </members>
74</doc>