master
1<?xml version="1.0"?>
2<doc>
3 <assembly>
4 <name>NAnt.NUnit1Tasks</name>
5 </assembly>
6 <members>
7 <member name="M:NAnt.NUnit1.Types.IResultFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
8 <summary>
9 The whole test suite started.
10 </summary>
11 </member>
12 <member name="M:NAnt.NUnit1.Types.IResultFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
13 <summary>
14 The whole test suite ended.
15 </summary>
16 </member>
17 <member name="M:NAnt.NUnit1.Types.IResultFormatter.SetOutput(System.IO.TextWriter)">
18 <summary>
19 Sets the <see cref="T:System.IO.TextWriter"/> the formatter is supposed to write
20 its results to.
21 </summary>
22 </member>
23 <member name="T:NAnt.NUnit1.Types.IResultFormatterCollection">
24 <summary>
25 Contains a strongly typed collection of <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> objects.
26 </summary>
27 </member>
28 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.#ctor">
29 <summary>
30 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/> class.
31 </summary>
32 </member>
33 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.#ctor(NAnt.NUnit1.Types.IResultFormatterCollection)">
34 <summary>
35 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/> class
36 with the specified <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/> instance.
37 </summary>
38 </member>
39 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.#ctor(NAnt.NUnit1.Types.IResultFormatter[])">
40 <summary>
41 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/> class
42 with the specified array of <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> instances.
43 </summary>
44 </member>
45 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.Add(NAnt.NUnit1.Types.IResultFormatter)">
46 <summary>
47 Adds a <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> to the end of the collection.
48 </summary>
49 <param name="item">The <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> to be added to the end of the collection.</param>
50 <returns>The position into which the new element was inserted.</returns>
51 </member>
52 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.AddRange(NAnt.NUnit1.Types.IResultFormatter[])">
53 <summary>
54 Adds the elements of a <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> array to the end of the collection.
55 </summary>
56 <param name="items">The array of <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> elements to be added to the end of the collection.</param>
57 </member>
58 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.AddRange(NAnt.NUnit1.Types.IResultFormatterCollection)">
59 <summary>
60 Adds the elements of a <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/> to the end of the collection.
61 </summary>
62 <param name="items">The <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/> to be added to the end of the collection.</param>
63 </member>
64 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.Contains(NAnt.NUnit1.Types.IResultFormatter)">
65 <summary>
66 Determines whether a <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> is in the collection.
67 </summary>
68 <param name="item">The <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> to locate in the collection.</param>
69 <returns>
70 <see langword="true"/> if <paramref name="item"/> is found in the
71 collection; otherwise, <see langword="false"/>.
72 </returns>
73 </member>
74 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.CopyTo(NAnt.NUnit1.Types.IResultFormatter[],System.Int32)">
75 <summary>
76 Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
77 </summary>
78 <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
79 <param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
80 </member>
81 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.IndexOf(NAnt.NUnit1.Types.IResultFormatter)">
82 <summary>
83 Retrieves the index of a specified <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> object in the collection.
84 </summary>
85 <param name="item">The <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> object for which the index is returned.</param>
86 <returns>
87 The index of the specified <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/>. If the <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> is not currently a member of the collection, it returns -1.
88 </returns>
89 </member>
90 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.Insert(System.Int32,NAnt.NUnit1.Types.IResultFormatter)">
91 <summary>
92 Inserts a <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> into the collection at the specified index.
93 </summary>
94 <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
95 <param name="item">The <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> to insert.</param>
96 </member>
97 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.GetEnumerator">
98 <summary>
99 Returns an enumerator that can iterate through the collection.
100 </summary>
101 <returns>
102 A <see cref="T:NAnt.NUnit1.Types.IResultFormatterEnumerator"/> for the entire collection.
103 </returns>
104 </member>
105 <member name="M:NAnt.NUnit1.Types.IResultFormatterCollection.Remove(NAnt.NUnit1.Types.IResultFormatter)">
106 <summary>
107 Removes a member from the collection.
108 </summary>
109 <param name="item">The <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> to remove from the collection.</param>
110 </member>
111 <member name="P:NAnt.NUnit1.Types.IResultFormatterCollection.Item(System.Int32)">
112 <summary>
113 Gets or sets the element at the specified index.
114 </summary>
115 <param name="index">The zero-based index of the element to get or set.</param>
116 </member>
117 <member name="T:NAnt.NUnit1.Types.IResultFormatterEnumerator">
118 <summary>
119 Enumerates the <see cref="T:NAnt.NUnit1.Types.IResultFormatter"/> elements of a <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/>.
120 </summary>
121 </member>
122 <member name="M:NAnt.NUnit1.Types.IResultFormatterEnumerator.#ctor(NAnt.NUnit1.Types.IResultFormatterCollection)">
123 <summary>
124 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.IResultFormatterEnumerator"/> class
125 with the specified <see cref="T:NAnt.NUnit1.Types.IResultFormatterCollection"/>.
126 </summary>
127 <param name="arguments">The collection that should be enumerated.</param>
128 </member>
129 <member name="M:NAnt.NUnit1.Types.IResultFormatterEnumerator.MoveNext">
130 <summary>
131 Advances the enumerator to the next element of the collection.
132 </summary>
133 <returns>
134 <see langword="true" /> if the enumerator was successfully advanced
135 to the next element; <see langword="false" /> if the enumerator has
136 passed the end of the collection.
137 </returns>
138 </member>
139 <member name="M:NAnt.NUnit1.Types.IResultFormatterEnumerator.Reset">
140 <summary>
141 Sets the enumerator to its initial position, which is before the
142 first element in the collection.
143 </summary>
144 </member>
145 <member name="P:NAnt.NUnit1.Types.IResultFormatterEnumerator.Current">
146 <summary>
147 Gets the current element in the collection.
148 </summary>
149 <returns>
150 The current element in the collection.
151 </returns>
152 </member>
153 <member name="T:NAnt.NUnit1.Types.LogFormatter">
154 <summary>
155 Prints information about running tests directly to the build log.
156 </summary>
157 </member>
158 <member name="M:NAnt.NUnit1.Types.LogFormatter.SetOutput(System.IO.TextWriter)">
159 <summary>Not used, all output goes to Log class.</summary>
160 </member>
161 <member name="M:NAnt.NUnit1.Types.LogFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
162 <summary>Called when the whole test suite has started.</summary>
163 </member>
164 <member name="M:NAnt.NUnit1.Types.LogFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
165 <summary>Called when the whole test suite has ended.</summary>
166 </member>
167 <member name="M:NAnt.NUnit1.Types.LogFormatter.FormatError(System.String,System.String)">
168 <summary>Convert a stack trace line into something that can be clicked on in an IDE output window.</summary>
169 <param name="trace">The StackTrace string, see <see cref="P:System.Exception.StackTrace"/>.</param>
170 <param name="message">The string that gets appended to the end of file(line): portion.</param>
171 </member>
172 <member name="T:NAnt.NUnit1.Tasks.NUnitTask">
173 <summary>
174 Runs tests using the NUnit V1.0 framework.
175 </summary>
176 <remarks>
177 <para>
178 See the <see href="http://nunit.sf.net">NUnit home page</see> for more
179 information.
180 </para>
181 <para>
182 The <see cref="P:NAnt.NUnit1.Tasks.NUnitTask.HaltOnFailure"/> or <see cref="P:NAnt.NUnit1.Tasks.NUnitTask.HaltOnError"/>
183 attributes are only used to stop more than one test suite to stop
184 running. If any test suite fails a build error will be thrown.
185 Set <see cref="P:NAnt.Core.Task.FailOnError"/> to <see langword="false"/> to
186 ignore test errors and continue build.
187 </para>
188 </remarks>
189 <example>
190 <para>
191 Run tests in the <c>MyProject.Tests.dll</c> assembly.
192 </para>
193 <para>
194 The test results are logged in <c>results.xml</c> and <c>results.txt</c>
195 using the <see cref="F:NAnt.NUnit.Types.FormatterType.Xml"/> and <see cref="F:NAnt.NUnit.Types.FormatterType.Plain"/>
196 formatters, respectively.
197 </para>
198 <code>
199 <![CDATA[
200 <nunit basedir="build" verbose="false" haltonerror="true" haltonfailure="true">
201 <formatter type="Xml" />
202 <formatter type="Plain" />
203 <test name="MyProject.Tests.AllTests" assembly="MyProject.Tests.dll" outfile="results"/>
204 </nunit>
205 ]]>
206 </code>
207 </example>
208 </member>
209 <member name="P:NAnt.NUnit1.Tasks.NUnitTask.HaltOnError">
210 <summary>
211 Stops running tests when a test causes an error. The default is
212 <see langword="false" />.
213 </summary>
214 <remarks>
215 Implies haltonfailure.
216 </remarks>
217 </member>
218 <member name="P:NAnt.NUnit1.Tasks.NUnitTask.HaltOnFailure">
219 <summary>
220 Stops running tests if a test fails (errors are considered failures
221 as well). The default is <see langword="false" />.
222 </summary>
223 </member>
224 <member name="P:NAnt.NUnit1.Tasks.NUnitTask.Timeout">
225 <summary>
226 Cancel the individual tests if they do not finish in the specified
227 time (measured in milliseconds). Ignored if fork is disabled.
228 </summary>
229 </member>
230 <member name="P:NAnt.NUnit1.Tasks.NUnitTask.Tests">
231 <summary>
232 Tests to run.
233 </summary>
234 </member>
235 <member name="P:NAnt.NUnit1.Tasks.NUnitTask.FormatterElements">
236 <summary>
237 Formatters to output results of unit tests.
238 </summary>
239 </member>
240 <member name="T:NAnt.NUnit1.Types.NUnitTest">
241 <summary>
242 Represents a test element of an <see cref="T:NAnt.NUnit1.Tasks.NUnitTask"/>.
243 </summary>
244 </member>
245 <member name="P:NAnt.NUnit1.Types.NUnitTest.OutFile">
246 <summary>
247 Base name of the test result. The full filename is determined by this
248 attribute and the extension of formatter.
249 </summary>
250 </member>
251 <member name="P:NAnt.NUnit1.Types.NUnitTest.ToDir">
252 <summary>
253 Directory to write the reports to.
254 </summary>
255 </member>
256 <member name="P:NAnt.NUnit1.Types.NUnitTest.Class">
257 <summary>
258 Class name of the test.
259 </summary>
260 </member>
261 <member name="P:NAnt.NUnit1.Types.NUnitTest.Assembly">
262 <summary>
263 Assembly to load the test from.
264 </summary>
265 </member>
266 <member name="P:NAnt.NUnit1.Types.NUnitTest.Fork">
267 <summary>
268 Run the tests in a separate <see cref="T:System.AppDomain"/>.
269 </summary>
270 </member>
271 <member name="P:NAnt.NUnit1.Types.NUnitTest.HaltOnError">
272 <summary>
273 Stop the build process if an error occurs during the test run.
274 </summary>
275 </member>
276 <member name="P:NAnt.NUnit1.Types.NUnitTest.HaltOnFailure">
277 <summary>
278 Stop the build process if a test fails (errors are considered failures
279 as well).
280 </summary>
281 </member>
282 <member name="P:NAnt.NUnit1.Types.NUnitTest.AppConfigFile">
283 <summary>
284 The application configuration file to use for the NUnit test domain.
285 </summary>
286 </member>
287 <member name="T:NAnt.NUnit1.Types.NUnitTestCollection">
288 <summary>
289 Contains a strongly typed collection of <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> objects.
290 </summary>
291 </member>
292 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.#ctor">
293 <summary>
294 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/> class.
295 </summary>
296 </member>
297 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.#ctor(NAnt.NUnit1.Types.NUnitTestCollection)">
298 <summary>
299 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/> class
300 with the specified <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/> instance.
301 </summary>
302 </member>
303 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.#ctor(NAnt.NUnit1.Types.NUnitTest[])">
304 <summary>
305 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/> class
306 with the specified array of <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> instances.
307 </summary>
308 </member>
309 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.Add(NAnt.NUnit1.Types.NUnitTest)">
310 <summary>
311 Adds a <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> to the end of the collection.
312 </summary>
313 <param name="item">The <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> to be added to the end of the collection.</param>
314 <returns>The position into which the new element was inserted.</returns>
315 </member>
316 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.AddRange(NAnt.NUnit1.Types.NUnitTest[])">
317 <summary>
318 Adds the elements of a <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> array to the end of the collection.
319 </summary>
320 <param name="items">The array of <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> elements to be added to the end of the collection.</param>
321 </member>
322 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.AddRange(NAnt.NUnit1.Types.NUnitTestCollection)">
323 <summary>
324 Adds the elements of a <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/> to the end of the collection.
325 </summary>
326 <param name="items">The <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/> to be added to the end of the collection.</param>
327 </member>
328 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.Contains(NAnt.NUnit1.Types.NUnitTest)">
329 <summary>
330 Determines whether a <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> is in the collection.
331 </summary>
332 <param name="item">The <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> to locate in the collection.</param>
333 <returns>
334 <see langword="true"/> if <paramref name="item"/> is found in the
335 collection; otherwise, <see langword="false"/>.
336 </returns>
337 </member>
338 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.CopyTo(NAnt.NUnit1.Types.NUnitTest[],System.Int32)">
339 <summary>
340 Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
341 </summary>
342 <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param>
343 <param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
344 </member>
345 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.IndexOf(NAnt.NUnit1.Types.NUnitTest)">
346 <summary>
347 Retrieves the index of a specified <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> object in the collection.
348 </summary>
349 <param name="item">The <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> object for which the index is returned.</param>
350 <returns>
351 The index of the specified <see cref="T:NAnt.NUnit1.Types.NUnitTest"/>. If the <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> is not currently a member of the collection, it returns -1.
352 </returns>
353 </member>
354 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.Insert(System.Int32,NAnt.NUnit1.Types.NUnitTest)">
355 <summary>
356 Inserts a <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> into the collection at the specified index.
357 </summary>
358 <param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
359 <param name="item">The <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> to insert.</param>
360 </member>
361 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.GetEnumerator">
362 <summary>
363 Returns an enumerator that can iterate through the collection.
364 </summary>
365 <returns>
366 A <see cref="T:NAnt.NUnit1.Types.NUnitTestEnumerator"/> for the entire collection.
367 </returns>
368 </member>
369 <member name="M:NAnt.NUnit1.Types.NUnitTestCollection.Remove(NAnt.NUnit1.Types.NUnitTest)">
370 <summary>
371 Removes a member from the collection.
372 </summary>
373 <param name="item">The <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> to remove from the collection.</param>
374 </member>
375 <member name="P:NAnt.NUnit1.Types.NUnitTestCollection.Item(System.Int32)">
376 <summary>
377 Gets or sets the element at the specified index.
378 </summary>
379 <param name="index">The zero-based index of the element to get or set.</param>
380 </member>
381 <member name="T:NAnt.NUnit1.Types.NUnitTestEnumerator">
382 <summary>
383 Enumerates the <see cref="T:NAnt.NUnit1.Types.NUnitTest"/> elements of a <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/>.
384 </summary>
385 </member>
386 <member name="M:NAnt.NUnit1.Types.NUnitTestEnumerator.#ctor(NAnt.NUnit1.Types.NUnitTestCollection)">
387 <summary>
388 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.NUnitTestEnumerator"/> class
389 with the specified <see cref="T:NAnt.NUnit1.Types.NUnitTestCollection"/>.
390 </summary>
391 <param name="arguments">The collection that should be enumerated.</param>
392 </member>
393 <member name="M:NAnt.NUnit1.Types.NUnitTestEnumerator.MoveNext">
394 <summary>
395 Advances the enumerator to the next element of the collection.
396 </summary>
397 <returns>
398 <see langword="true" /> if the enumerator was successfully advanced
399 to the next element; <see langword="false" /> if the enumerator has
400 passed the end of the collection.
401 </returns>
402 </member>
403 <member name="M:NAnt.NUnit1.Types.NUnitTestEnumerator.Reset">
404 <summary>
405 Sets the enumerator to its initial position, which is before the
406 first element in the collection.
407 </summary>
408 </member>
409 <member name="P:NAnt.NUnit1.Types.NUnitTestEnumerator.Current">
410 <summary>
411 Gets the current element in the collection.
412 </summary>
413 <returns>
414 The current element in the collection.
415 </returns>
416 </member>
417 <member name="T:NAnt.NUnit1.Types.NUnitTestData">
418 <summary>
419 Carries data specified through the test element.
420 </summary>
421 </member>
422 <member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.NeedsRunning">
423 <summary>
424 Determines if the unit test needs running.
425 </summary>
426 <returns>
427 <see langword="true" /> if unit test needs running, otherwise,
428 <see langword="false" />.
429 </returns>
430 <remarks>
431 <para>
432 Determines if the test needs running by looking at the date stamp
433 of the test assembly and the test results log.
434 </para>
435 </remarks>
436 </member>
437 <member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.Run(System.String,System.Boolean)">
438 <summary>
439 Runs a Suite extracted from a TestCase subclass.
440 </summary>
441 </member>
442 <member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.CreateFormatters(NAnt.NUnit1.Types.NUnitTestData,System.String,System.Boolean)">
443 <summary>
444 Creates the formatters to be used when running this test.
445 </summary>
446 </member>
447 <member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.GetOutput(NAnt.NUnit.Types.FormatterData,NAnt.NUnit1.Types.NUnitTestData)">
448 <summary>
449 Returns the output file or null if does not use a file.
450 </summary>
451 </member>
452 <member name="M:NAnt.NUnit1.Tasks.NUnitTestRunner.GetSuite(System.String)">
453 <summary>
454 Returns the test suite from a given class.
455 </summary>
456 <remarks>
457 The assemblyQualifiedName parameter needs to be in form:
458 "full.qualified.class.name,Assembly"
459 </remarks>
460 </member>
461 <member name="P:NAnt.NUnit1.Tasks.NUnitTestRunner.Formatters">
462 <summary>
463 Gets the collection of registered formatters.
464 </summary>
465 <value>Collection of registered formatters.</value>
466 </member>
467 <member name="P:NAnt.NUnit1.Tasks.NUnitTestRunner.ResultCode">
468 <summary>
469 Gets the result of the test.
470 </summary>
471 <value>The result of the test.</value>
472 </member>
473 <member name="T:NAnt.NUnit1.Types.PlainTextFormatter">
474 <summary>
475 Prints information about running tests in plain text.
476 </summary>
477 </member>
478 <member name="M:NAnt.NUnit1.Types.PlainTextFormatter.SetOutput(System.IO.TextWriter)">
479 <summary>Sets the Writer the formatter is supposed to write its results to.</summary>
480 </member>
481 <member name="M:NAnt.NUnit1.Types.PlainTextFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
482 <summary>Called when the whole test suite has started.</summary>
483 </member>
484 <member name="M:NAnt.NUnit1.Types.PlainTextFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
485 <summary>Called when the whole test suite has ended.</summary>
486 </member>
487 <member name="M:NAnt.NUnit1.Types.PlainTextFormatter.FormatError(System.String,System.String)">
488 <summary>Convert a stack trace line into something that can be clicked on in an IDE output window.</summary>
489 <param name="trace">The StackTrace string, see <see cref="P:System.Exception.StackTrace"/>.</param>
490 <param name="message">The string that gets appended to the end of file(line): portion.</param>
491 </member>
492 <member name="T:NAnt.NUnit1.Types.TestResultExtra">
493 <summary>
494 Decorates NUnits <see cref="T:NUnit.Framework.TestResult"/> with extra information such as
495 run-time.
496 </summary>
497 </member>
498 <member name="M:NAnt.NUnit1.Types.TestResultExtra.#ctor">
499 <summary>
500 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.TestResultExtra"/>
501 class.
502 </summary>
503 </member>
504 <member name="P:NAnt.NUnit1.Types.TestResultExtra.RunTime">
505 <summary>
506 Gets or sets the total run-time of a test.
507 </summary>
508 <value>The total run-time of a test.</value>
509 </member>
510 <member name="T:NAnt.NUnit1.Types.XmlResultFormatter">
511 <summary>
512 Prints detailed information about running tests in XML format.
513 </summary>
514 </member>
515 <member name="M:NAnt.NUnit1.Types.XmlResultFormatter.#ctor">
516 <summary>
517 Initializes a new instance of the <see cref="T:NAnt.NUnit1.Types.XmlResultFormatter"/>
518 class.
519 </summary>
520 </member>
521 <member name="M:NAnt.NUnit1.Types.XmlResultFormatter.SetOutput(System.IO.TextWriter)">
522 <summary>
523 Sets the <see cref="T:System.IO.TextWriter"/> the formatter is supposed to
524 write its results to.
525 </summary>
526 </member>
527 <member name="M:NAnt.NUnit1.Types.XmlResultFormatter.StartTestSuite(NAnt.NUnit1.Types.NUnitTestData)">
528 <summary>
529 Called when the whole test suite has started.
530 </summary>
531 </member>
532 <member name="M:NAnt.NUnit1.Types.XmlResultFormatter.EndTestSuite(NAnt.NUnit1.Types.TestResultExtra)">
533 <summary>
534 Called when the whole test suite has ended.
535 </summary>
536 </member>
537 </members>
538</doc>