nant 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/docs/help/elements/NAnt.Compression.Tasks.ExpandBaseTask.html +74 -0
- data/docs/help/elements/NAnt.Core.DataTypeBase.html +56 -0
- data/docs/help/elements/NAnt.Core.Filters.ChainableReader.html +29 -0
- data/docs/help/elements/NAnt.Core.Filters.Filter.html +56 -0
- data/docs/help/elements/NAnt.Core.Target.html +81 -0
- data/docs/help/elements/NAnt.Core.Task.html +29 -0
- data/docs/help/elements/NAnt.Core.TaskContainer.html +68 -0
- data/docs/help/elements/NAnt.Core.Tasks.ExternalProgramBase.html +132 -0
- data/docs/help/elements/NAnt.Core.Tasks.InElement.html +49 -0
- data/docs/help/elements/NAnt.Core.Types.Argument.html +121 -0
- data/docs/help/elements/NAnt.Core.Types.EnvironmentSet.html +65 -0
- data/docs/help/elements/NAnt.Core.Types.EnvironmentVariable.html +99 -0
- data/docs/help/elements/NAnt.Core.Types.FileSet.Exclude.html +63 -0
- data/docs/help/elements/NAnt.Core.Types.FileSet.ExcludesFile.html +63 -0
- data/docs/help/elements/NAnt.Core.Types.FileSet.Include.html +75 -0
- data/docs/help/elements/NAnt.Core.Types.FileSet.IncludesFile.html +75 -0
- data/docs/help/elements/NAnt.Core.Types.Formatter.html +69 -0
- data/docs/help/elements/NAnt.Core.Types.Option.html +68 -0
- data/docs/help/elements/NAnt.Core.Types.PathElement.html +74 -0
- data/docs/help/elements/NAnt.Core.Types.Pattern.html +63 -0
- data/docs/help/elements/NAnt.Core.Types.RawXml.html +33 -0
- data/docs/help/elements/NAnt.Core.Types.Token.html +68 -0
- data/docs/help/elements/NAnt.Core.Types.XmlNamespace.html +68 -0
- data/docs/help/elements/NAnt.Core.Types.XsltExtensionObject.html +74 -0
- data/docs/help/elements/NAnt.Core.Types.XsltParameter.html +74 -0
- data/docs/help/elements/NAnt.DotNet.Tasks.CompilerBase.html +337 -0
- data/docs/help/elements/NAnt.DotNet.Types.AssemblyAttribute.html +74 -0
- data/docs/help/elements/NAnt.DotNet.Types.CompilerWarning.html +62 -0
- data/docs/help/elements/NAnt.DotNet.Types.DataTypeCollectionBase.html +56 -0
- data/docs/help/elements/NAnt.DotNet.Types.EmbeddedResourceCollection.html +29 -0
- data/docs/help/elements/NAnt.DotNet.Types.LibDirectorySet.html +61 -0
- data/docs/help/elements/NAnt.DotNet.Types.Module.html +56 -0
- data/docs/help/elements/NAnt.DotNet.Types.NamespaceImport.html +69 -0
- data/docs/help/elements/NAnt.DotNet.Types.Package.html +62 -0
- data/docs/help/elements/NAnt.NUnit.Types.FormatterElement.html +70 -0
- data/docs/help/elements/NAnt.NUnit1.Types.NUnitTest.html +92 -0
- data/docs/help/elements/NAnt.NUnit2.Types.Category.html +62 -0
- data/docs/help/elements/NAnt.NUnit2.Types.NUnit2Test.html +111 -0
- data/docs/help/elements/NAnt.SourceControl.Tasks.AbstractCvsTask.html +239 -0
- data/docs/help/elements/NAnt.SourceControl.Tasks.AbstractSourceControlTask.html +167 -0
- data/docs/help/elements/NAnt.VSNet.Types.WebMap.html +74 -0
- data/docs/help/elements/NAnt.VisualCpp.Types.Library.html +62 -0
- data/docs/help/elements/NAnt.VisualCpp.Types.Symbol.html +62 -0
- data/docs/help/enums/NAnt.Compression.Types.DuplicateHandling.html +54 -0
- data/docs/help/enums/NAnt.Compression.Types.TarCompressionMethod.html +54 -0
- data/docs/help/enums/NAnt.Core.FrameworkTypes.html +74 -0
- data/docs/help/enums/NAnt.Core.Level.html +66 -0
- data/docs/help/enums/NAnt.Core.Tasks.AvailableTask.ResourceType.html +58 -0
- data/docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopItem.html +63 -0
- data/docs/help/enums/NAnt.Core.Tasks.LoopTask.LoopTrim.html +59 -0
- data/docs/help/enums/NAnt.Core.Types.ManagedExecution.html +77 -0
- data/docs/help/enums/NAnt.DotNet.Tasks.AssemblyInfoTask.CodeLanguage.html +54 -0
- data/docs/help/enums/NAnt.DotNet.Tasks.RegsvcsTask.ActionType.html +54 -0
- data/docs/help/enums/NAnt.DotNet.Types.DebugOutput.html +84 -0
- data/docs/help/enums/NAnt.DotNet.Types.DelaySign.html +75 -0
- data/docs/help/enums/NAnt.MSNet.Tasks.ServiceControllerTask.ActionType.html +62 -0
- data/docs/help/enums/NAnt.NUnit.Types.FormatterType.html +50 -0
- data/docs/help/enums/NAnt.VisualCpp.Tasks.ClTask.PrecompiledHeaderMode.html +54 -0
- data/docs/help/enums/NAnt.VisualCpp.Types.CharacterSet.html +54 -0
- data/docs/help/filters/expandproperties.html +33 -0
- data/docs/help/filters/index.html +60 -0
- data/docs/help/filters/replacestring.html +92 -0
- data/docs/help/filters/replacetokens.html +110 -0
- data/docs/help/filters/tabstospaces.html +73 -0
- data/docs/help/functions/assembly.get-full-name(System.Reflection.Assembly).html +51 -0
- data/docs/help/functions/assembly.get-location(System.Reflection.Assembly).html +51 -0
- data/docs/help/functions/assembly.get-name(System.Reflection.Assembly).html +52 -0
- data/docs/help/functions/assembly.load(System.String).html +55 -0
- data/docs/help/functions/assembly.load-from-file(System.String).html +52 -0
- data/docs/help/functions/assemblyname.get-assembly-name(System.String).html +54 -0
- data/docs/help/functions/assemblyname.get-codebase(System.Reflection.AssemblyName).html +51 -0
- data/docs/help/functions/assemblyname.get-escaped-codebase(System.Reflection.AssemblyName).html +51 -0
- data/docs/help/functions/assemblyname.get-full-name(System.Reflection.AssemblyName).html +53 -0
- data/docs/help/functions/assemblyname.get-name(System.Reflection.AssemblyName).html +53 -0
- data/docs/help/functions/assemblyname.get-version(System.Reflection.AssemblyName).html +54 -0
- data/docs/help/functions/bool.parse(System.String).html +52 -0
- data/docs/help/functions/bool.to-string(System.Boolean).html +49 -0
- data/docs/help/functions/convert.to-boolean(System.Boolean).html +53 -0
- data/docs/help/functions/convert.to-datetime(System.DateTime).html +53 -0
- data/docs/help/functions/convert.to-double(System.Double).html +53 -0
- data/docs/help/functions/convert.to-int(System.Int32).html +53 -0
- data/docs/help/functions/convert.to-string(System.String).html +53 -0
- data/docs/help/functions/cygpath.get-dos-path(System.String).html +51 -0
- data/docs/help/functions/cygpath.get-unix-path(System.String).html +51 -0
- data/docs/help/functions/cygpath.get-windows-path(System.String).html +51 -0
- data/docs/help/functions/datetime.get-day(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-day-of-week(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-day-of-year(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-days-in-month(System.Int32,System.Int32).html +56 -0
- data/docs/help/functions/datetime.get-hour(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-millisecond(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-minute(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-month(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-second(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-ticks(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.get-year(System.DateTime).html +49 -0
- data/docs/help/functions/datetime.is-leap-year(System.Int32).html +50 -0
- data/docs/help/functions/datetime.now().html +34 -0
- data/docs/help/functions/datetime.parse(System.String).html +51 -0
- data/docs/help/functions/datetime.to-string(System.DateTime).html +49 -0
- data/docs/help/functions/directory.exists(System.String).html +52 -0
- data/docs/help/functions/directory.get-creation-time(System.String).html +51 -0
- data/docs/help/functions/directory.get-current-directory().html +34 -0
- data/docs/help/functions/directory.get-directory-root(System.String).html +51 -0
- data/docs/help/functions/directory.get-last-access-time(System.String).html +51 -0
- data/docs/help/functions/directory.get-last-write-time(System.String).html +51 -0
- data/docs/help/functions/directory.get-parent-directory(System.String).html +55 -0
- data/docs/help/functions/dns.get-host-name().html +36 -0
- data/docs/help/functions/double.parse(System.String).html +51 -0
- data/docs/help/functions/double.to-string(System.Double).html +49 -0
- data/docs/help/functions/environment.get-folder-path(System.Environment.SpecialFolder).html +55 -0
- data/docs/help/functions/environment.get-machine-name().html +36 -0
- data/docs/help/functions/environment.get-operating-system().html +38 -0
- data/docs/help/functions/environment.get-user-name().html +40 -0
- data/docs/help/functions/environment.get-variable(System.String).html +51 -0
- data/docs/help/functions/environment.get-version().html +37 -0
- data/docs/help/functions/environment.newline().html +36 -0
- data/docs/help/functions/environment.variable-exists(System.String).html +54 -0
- data/docs/help/functions/file.exists(System.String).html +54 -0
- data/docs/help/functions/file.get-creation-time(System.String).html +51 -0
- data/docs/help/functions/file.get-last-access-time(System.String).html +51 -0
- data/docs/help/functions/file.get-last-write-time(System.String).html +51 -0
- data/docs/help/functions/file.get-length(System.String).html +51 -0
- data/docs/help/functions/file.is-assembly(System.String).html +51 -0
- data/docs/help/functions/file.up-to-date(System.String,System.String).html +57 -0
- data/docs/help/functions/fileversioninfo.get-company-name(System.Diagnostics.FileVersionInfo).html +51 -0
- data/docs/help/functions/fileversioninfo.get-file-version(System.Diagnostics.FileVersionInfo).html +52 -0
- data/docs/help/functions/fileversioninfo.get-product-name(System.Diagnostics.FileVersionInfo).html +51 -0
- data/docs/help/functions/fileversioninfo.get-product-version(System.Diagnostics.FileVersionInfo).html +52 -0
- data/docs/help/functions/fileversioninfo.get-version-info(System.String).html +52 -0
- data/docs/help/functions/framework.exists(System.String).html +50 -0
- data/docs/help/functions/framework.get-assembly-directory(System.String).html +51 -0
- data/docs/help/functions/framework.get-clr-version().html +35 -0
- data/docs/help/functions/framework.get-clr-version(System.String).html +52 -0
- data/docs/help/functions/framework.get-description().html +34 -0
- data/docs/help/functions/framework.get-description(System.String).html +51 -0
- data/docs/help/functions/framework.get-family(System.String).html +51 -0
- data/docs/help/functions/framework.get-framework-directory(System.String).html +51 -0
- data/docs/help/functions/framework.get-frameworks(NAnt.Core.FrameworkTypes).html +62 -0
- data/docs/help/functions/framework.get-runtime-engine(System.String).html +51 -0
- data/docs/help/functions/framework.get-runtime-framework().html +34 -0
- data/docs/help/functions/framework.get-sdk-directory(System.String).html +51 -0
- data/docs/help/functions/framework.get-target-framework().html +34 -0
- data/docs/help/functions/framework.get-tool-path(System.String).html +56 -0
- data/docs/help/functions/framework.get-version().html +35 -0
- data/docs/help/functions/framework.get-version(System.String).html +52 -0
- data/docs/help/functions/framework.sdk-exists(System.String).html +50 -0
- data/docs/help/functions/index.html +1328 -0
- data/docs/help/functions/int.parse(System.String).html +51 -0
- data/docs/help/functions/int.to-string(System.Int32).html +49 -0
- data/docs/help/functions/long.parse(System.String).html +51 -0
- data/docs/help/functions/long.to-string(System.Int64).html +49 -0
- data/docs/help/functions/math.abs(System.Double).html +50 -0
- data/docs/help/functions/math.ceiling(System.Double).html +49 -0
- data/docs/help/functions/math.floor(System.Double).html +49 -0
- data/docs/help/functions/math.round(System.Double).html +49 -0
- data/docs/help/functions/nant.get-assembly().html +35 -0
- data/docs/help/functions/nant.get-base-directory().html +34 -0
- data/docs/help/functions/operating-system.get-platform(System.OperatingSystem).html +53 -0
- data/docs/help/functions/operating-system.get-version(System.OperatingSystem).html +52 -0
- data/docs/help/functions/operating-system.to-string(System.OperatingSystem).html +54 -0
- data/docs/help/functions/path.change-extension(System.String,System.String).html +59 -0
- data/docs/help/functions/path.combine(System.String,System.String).html +56 -0
- data/docs/help/functions/path.get-directory-name(System.String).html +51 -0
- data/docs/help/functions/path.get-extension(System.String).html +51 -0
- data/docs/help/functions/path.get-file-name(System.String).html +54 -0
- data/docs/help/functions/path.get-file-name-without-extension(System.String).html +51 -0
- data/docs/help/functions/path.get-full-path(System.String).html +51 -0
- data/docs/help/functions/path.get-path-root(System.String).html +51 -0
- data/docs/help/functions/path.get-temp-file-name().html +34 -0
- data/docs/help/functions/path.get-temp-path().html +34 -0
- data/docs/help/functions/path.has-extension(System.String).html +52 -0
- data/docs/help/functions/path.is-path-rooted(System.String).html +52 -0
- data/docs/help/functions/pkg-config.exists(System.String).html +52 -0
- data/docs/help/functions/pkg-config.get-compile-flags(System.String).html +51 -0
- data/docs/help/functions/pkg-config.get-link-flags(System.String).html +51 -0
- data/docs/help/functions/pkg-config.get-mod-version(System.String).html +51 -0
- data/docs/help/functions/pkg-config.get-variable(System.String,System.String).html +56 -0
- data/docs/help/functions/pkg-config.is-atleast-version(System.String,System.String).html +57 -0
- data/docs/help/functions/pkg-config.is-between-version(System.String,System.String,System.String).html +62 -0
- data/docs/help/functions/pkg-config.is-exact-version(System.String,System.String).html +57 -0
- data/docs/help/functions/pkg-config.is-max-version(System.String,System.String).html +57 -0
- data/docs/help/functions/platform.get-name().html +34 -0
- data/docs/help/functions/platform.is-unix().html +35 -0
- data/docs/help/functions/platform.is-win32().html +38 -0
- data/docs/help/functions/platform.is-windows().html +35 -0
- data/docs/help/functions/project.get-base-directory().html +34 -0
- data/docs/help/functions/project.get-buildfile-path().html +34 -0
- data/docs/help/functions/project.get-buildfile-uri().html +34 -0
- data/docs/help/functions/project.get-default-target().html +34 -0
- data/docs/help/functions/project.get-name().html +34 -0
- data/docs/help/functions/property.exists(System.String).html +56 -0
- data/docs/help/functions/property.get-value(System.String).html +49 -0
- data/docs/help/functions/property.is-dynamic(System.String).html +52 -0
- data/docs/help/functions/property.is-readonly(System.String).html +52 -0
- data/docs/help/functions/string.contains(System.String,System.String).html +55 -0
- data/docs/help/functions/string.ends-with(System.String,System.String).html +55 -0
- data/docs/help/functions/string.get-length(System.String).html +49 -0
- data/docs/help/functions/string.index-of(System.String,System.String).html +57 -0
- data/docs/help/functions/string.last-index-of(System.String,System.String).html +57 -0
- data/docs/help/functions/string.pad-left(System.String,System.Int32,System.String).html +61 -0
- data/docs/help/functions/string.pad-right(System.String,System.Int32,System.String).html +61 -0
- data/docs/help/functions/string.replace(System.String,System.String,System.String).html +61 -0
- data/docs/help/functions/string.starts-with(System.String,System.String).html +55 -0
- data/docs/help/functions/string.substring(System.String,System.Int32,System.Int32).html +64 -0
- data/docs/help/functions/string.to-lower(System.String).html +49 -0
- data/docs/help/functions/string.to-upper(System.String).html +49 -0
- data/docs/help/functions/string.trim(System.String).html +49 -0
- data/docs/help/functions/string.trim-end(System.String).html +49 -0
- data/docs/help/functions/string.trim-start(System.String).html +49 -0
- data/docs/help/functions/target.exists(System.String).html +54 -0
- data/docs/help/functions/target.get-current-target().html +36 -0
- data/docs/help/functions/target.has-executed(System.String).html +52 -0
- data/docs/help/functions/task.exists(System.String).html +50 -0
- data/docs/help/functions/task.get-assembly(System.String).html +52 -0
- data/docs/help/functions/timespan.from-days(System.Double).html +49 -0
- data/docs/help/functions/timespan.from-hours(System.Double).html +49 -0
- data/docs/help/functions/timespan.from-milliseconds(System.Double).html +49 -0
- data/docs/help/functions/timespan.from-minutes(System.Double).html +49 -0
- data/docs/help/functions/timespan.from-seconds(System.Double).html +49 -0
- data/docs/help/functions/timespan.from-ticks(System.Int64).html +49 -0
- data/docs/help/functions/timespan.get-days(System.TimeSpan).html +55 -0
- data/docs/help/functions/timespan.get-hours(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-milliseconds(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-minutes(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-seconds(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-ticks(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-total-days(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-total-hours(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-total-milliseconds(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-total-minutes(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.get-total-seconds(System.TimeSpan).html +49 -0
- data/docs/help/functions/timespan.parse(System.String).html +51 -0
- data/docs/help/functions/timespan.to-string(System.TimeSpan).html +49 -0
- data/docs/help/functions/version.get-build(System.Version).html +51 -0
- data/docs/help/functions/version.get-major(System.Version).html +51 -0
- data/docs/help/functions/version.get-minor(System.Version).html +51 -0
- data/docs/help/functions/version.get-revision(System.Version).html +51 -0
- data/docs/help/functions/version.parse(System.String).html +52 -0
- data/docs/help/functions/version.to-string(System.Version).html +51 -0
- data/docs/help/fundamentals/buildfiles.html +81 -0
- data/docs/help/fundamentals/expressions.html +2127 -0
- data/docs/help/fundamentals/functions.html +311 -0
- data/docs/help/fundamentals/index.html +35 -0
- data/docs/help/fundamentals/listeners.html +318 -0
- data/docs/help/fundamentals/projects.html +71 -0
- data/docs/help/fundamentals/properties.html +314 -0
- data/docs/help/fundamentals/running-nant.html +92 -0
- data/docs/help/fundamentals/targets.html +136 -0
- data/docs/help/fundamentals/tasks.html +277 -0
- data/docs/help/images/arrow.gif +0 -0
- data/docs/help/images/bullet.gif +0 -0
- data/docs/help/images/logo.gif +0 -0
- data/docs/help/index.html +61 -0
- data/docs/help/introduction/fog0000000006.html +42 -0
- data/docs/help/introduction/fog0000000041.html +39 -0
- data/docs/help/introduction/fog0000000042.html +32 -0
- data/docs/help/introduction/fog0000000079.html +32 -0
- data/docs/help/introduction/fog0000000081.html +35 -0
- data/docs/help/introduction/getting-started.gif +0 -0
- data/docs/help/introduction/index.html +35 -0
- data/docs/help/introduction/installation.html +164 -0
- data/docs/help/style.css +213 -0
- data/docs/help/tasks/al.html +325 -0
- data/docs/help/tasks/asminfo.html +159 -0
- data/docs/help/tasks/attrib.html +146 -0
- data/docs/help/tasks/available.html +153 -0
- data/docs/help/tasks/aximp.html +192 -0
- data/docs/help/tasks/call.html +160 -0
- data/docs/help/tasks/cl.html +266 -0
- data/docs/help/tasks/copy.html +191 -0
- data/docs/help/tasks/csc.html +467 -0
- data/docs/help/tasks/cvs-changelog.html +263 -0
- data/docs/help/tasks/cvs-checkout.html +304 -0
- data/docs/help/tasks/cvs-export.html +304 -0
- data/docs/help/tasks/cvs-pass.html +97 -0
- data/docs/help/tasks/cvs-rtag.html +307 -0
- data/docs/help/tasks/cvs-tag.html +307 -0
- data/docs/help/tasks/cvs-update.html +310 -0
- data/docs/help/tasks/cvs.html +257 -0
- data/docs/help/tasks/delay-sign.html +168 -0
- data/docs/help/tasks/delete.html +130 -0
- data/docs/help/tasks/description.html +77 -0
- data/docs/help/tasks/echo.html +148 -0
- data/docs/help/tasks/exec.html +247 -0
- data/docs/help/tasks/fail.html +97 -0
- data/docs/help/tasks/foreach.html +199 -0
- data/docs/help/tasks/get.html +168 -0
- data/docs/help/tasks/gunzip.html +89 -0
- data/docs/help/tasks/if.html +255 -0
- data/docs/help/tasks/ifnot.html +164 -0
- data/docs/help/tasks/ilasm.html +239 -0
- data/docs/help/tasks/ildasm.html +249 -0
- data/docs/help/tasks/include.html +92 -0
- data/docs/help/tasks/index.html +490 -0
- data/docs/help/tasks/jsc.html +315 -0
- data/docs/help/tasks/lib.html +201 -0
- data/docs/help/tasks/license.html +166 -0
- data/docs/help/tasks/link.html +244 -0
- data/docs/help/tasks/loadfile.html +135 -0
- data/docs/help/tasks/loadtasks.html +119 -0
- data/docs/help/tasks/mail.html +166 -0
- data/docs/help/tasks/mc.html +167 -0
- data/docs/help/tasks/midl.html +276 -0
- data/docs/help/tasks/mkdir.html +89 -0
- data/docs/help/tasks/move.html +190 -0
- data/docs/help/tasks/nant.html +164 -0
- data/docs/help/tasks/nantschema.html +96 -0
- data/docs/help/tasks/ndoc.html +172 -0
- data/docs/help/tasks/nunit.html +132 -0
- data/docs/help/tasks/nunit2.html +164 -0
- data/docs/help/tasks/property.html +136 -0
- data/docs/help/tasks/rc.html +189 -0
- data/docs/help/tasks/readregistry.html +111 -0
- data/docs/help/tasks/regasm.html +220 -0
- data/docs/help/tasks/regex.html +116 -0
- data/docs/help/tasks/regsvcs.html +221 -0
- data/docs/help/tasks/resgen.html +217 -0
- data/docs/help/tasks/script.html +268 -0
- data/docs/help/tasks/servicecontroller.html +109 -0
- data/docs/help/tasks/setenv.html +223 -0
- data/docs/help/tasks/sleep.html +107 -0
- data/docs/help/tasks/solution.html +237 -0
- data/docs/help/tasks/style.html +193 -0
- data/docs/help/tasks/sysinfo.html +193 -0
- data/docs/help/tasks/tar.html +119 -0
- data/docs/help/tasks/tlbexp.html +160 -0
- data/docs/help/tasks/tlbimp.html +249 -0
- data/docs/help/tasks/touch.html +120 -0
- data/docs/help/tasks/tstamp.html +159 -0
- data/docs/help/tasks/untar.html +104 -0
- data/docs/help/tasks/unzip.html +104 -0
- data/docs/help/tasks/uptodate.html +46 -0
- data/docs/help/tasks/vbc.html +478 -0
- data/docs/help/tasks/vjc.html +362 -0
- data/docs/help/tasks/xmlpeek.html +129 -0
- data/docs/help/tasks/xmlpoke.html +141 -0
- data/docs/help/tasks/zip.html +145 -0
- data/docs/help/types/assemblyfileset.html +280 -0
- data/docs/help/types/categories.html +102 -0
- data/docs/help/types/credential.html +86 -0
- data/docs/help/types/cvsfileset.html +193 -0
- data/docs/help/types/dirset.html +61 -0
- data/docs/help/types/fileset.html +305 -0
- data/docs/help/types/filterchain.html +109 -0
- data/docs/help/types/index.html +136 -0
- data/docs/help/types/moduleset.html +90 -0
- data/docs/help/types/namespaceimports.html +94 -0
- data/docs/help/types/path.html +95 -0
- data/docs/help/types/patternset.html +223 -0
- data/docs/help/types/proxy.html +99 -0
- data/docs/help/types/resourcefileset.html +199 -0
- data/docs/help/types/tarfileset.html +229 -0
- data/docs/help/types/warnaserror.html +102 -0
- data/docs/help/types/zipfileset.html +193 -0
- data/docs/license.html +81 -0
- data/docs/releasenotes.html +3961 -0
- data/docs/sdk/NAnt-SDK.chm +0 -0
- data/lib/COPYING.txt +340 -0
- data/lib/NAnt.CompressionTasks.dll +0 -0
- data/lib/NAnt.CompressionTasks.xml +711 -0
- data/lib/NAnt.Core.dll +0 -0
- data/lib/NAnt.Core.xml +16161 -0
- data/lib/NAnt.DotNetTasks.dll +0 -0
- data/lib/NAnt.DotNetTasks.xml +5334 -0
- data/lib/NAnt.MSNetTasks.dll +0 -0
- data/lib/NAnt.MSNetTasks.xml +579 -0
- data/lib/NAnt.NUnit.dll +0 -0
- data/lib/NAnt.NUnit.xml +353 -0
- data/lib/NAnt.NUnit1Tasks.dll +0 -0
- data/lib/NAnt.NUnit1Tasks.xml +538 -0
- data/lib/NAnt.NUnit2Tasks.dll +0 -0
- data/lib/NAnt.NUnit2Tasks.xml +584 -0
- data/lib/NAnt.SourceControlTasks.dll +0 -0
- data/lib/NAnt.SourceControlTasks.xml +1279 -0
- data/lib/NAnt.VSNetTasks.dll +0 -0
- data/lib/NAnt.VSNetTasks.xml +3961 -0
- data/lib/NAnt.VisualCppTasks.dll +0 -0
- data/lib/NAnt.VisualCppTasks.xml +1211 -0
- data/lib/NAnt.Win32Tasks.dll +0 -0
- data/lib/NAnt.Win32Tasks.xml +690 -0
- data/lib/NAnt.exe +0 -0
- data/lib/NAnt.exe.config +1996 -0
- data/lib/NAnt.xml +78 -0
- data/lib/NDoc.Documenter.NAnt.dll +0 -0
- data/lib/README.txt +158 -0
- data/lib/extensions/common/2.0/NAnt.MSBuild.dll +0 -0
- data/lib/extensions/common/2.0/NAnt.MSBuild.xml +36 -0
- data/lib/lib/common/1.1/nunit-console-runner.dll +0 -0
- data/lib/lib/common/1.1/nunit-console.exe +0 -0
- data/lib/lib/common/1.1/nunit.core.dll +0 -0
- data/lib/lib/common/1.1/nunit.framework.dll +0 -0
- data/lib/lib/common/1.1/nunit.util.dll +0 -0
- data/lib/lib/common/2.0/nunit-console-runner.dll +0 -0
- data/lib/lib/common/2.0/nunit-console.exe +0 -0
- data/lib/lib/common/2.0/nunit.core.dll +0 -0
- data/lib/lib/common/2.0/nunit.framework.dll +0 -0
- data/lib/lib/common/2.0/nunit.util.dll +0 -0
- data/lib/lib/common/neutral/ICSharpCode.SharpCvsLib.Console.dll +0 -0
- data/lib/lib/common/neutral/ICSharpCode.SharpCvsLib.dll +0 -0
- data/lib/lib/common/neutral/ICSharpCode.SharpZipLib.dll +0 -0
- data/lib/lib/common/neutral/NDoc.Core.dll +0 -0
- data/lib/lib/common/neutral/NDoc.Documenter.Msdn.dll +0 -0
- data/lib/lib/common/neutral/NDoc.ExtendedUI.dll +0 -0
- data/lib/lib/common/neutral/NUnitCore.dll +0 -0
- data/lib/lib/net/1.0/NDoc.Core.dll +0 -0
- data/lib/lib/net/1.0/NDoc.Documenter.Msdn.dll +0 -0
- data/lib/lib/net/1.0/NDoc.ExtendedUI.dll +0 -0
- data/lib/lib/net/1.0/nunit-console-runner.dll +0 -0
- data/lib/lib/net/1.0/nunit-console.exe +0 -0
- data/lib/lib/net/1.0/nunit.core.dll +0 -0
- data/lib/lib/net/1.0/nunit.framework.dll +0 -0
- data/lib/lib/net/1.0/nunit.util.dll +0 -0
- data/lib/log4net.dll +0 -0
- data/lib/scvs.exe +0 -0
- metadata +484 -0
data/lib/NAnt.NUnit.dll
ADDED
|
Binary file
|
data/lib/NAnt.NUnit.xml
ADDED
|
@@ -0,0 +1,353 @@
|
|
|
1
|
+
<?xml version="1.0"?>
|
|
2
|
+
<doc>
|
|
3
|
+
<assembly>
|
|
4
|
+
<name>NAnt.NUnit</name>
|
|
5
|
+
</assembly>
|
|
6
|
+
<members>
|
|
7
|
+
<member name="T:NAnt.NUnit.Types.FormatterData">
|
|
8
|
+
<summary>
|
|
9
|
+
Carries data specified through the formatter element.
|
|
10
|
+
</summary>
|
|
11
|
+
</member>
|
|
12
|
+
<member name="P:NAnt.NUnit.Types.FormatterData.Type">
|
|
13
|
+
<summary>
|
|
14
|
+
Gets or sets the type of the formatter.
|
|
15
|
+
</summary>
|
|
16
|
+
<value>The type of the formatter.</value>
|
|
17
|
+
</member>
|
|
18
|
+
<member name="P:NAnt.NUnit.Types.FormatterData.UseFile">
|
|
19
|
+
<summary>
|
|
20
|
+
Gets or sets a value indicating whether output should be persisted
|
|
21
|
+
to a file.
|
|
22
|
+
</summary>
|
|
23
|
+
<value>
|
|
24
|
+
<see langword="true" /> if output should be written to a file; otherwise,
|
|
25
|
+
<see langword="false" />. The default is <see langword="false" />.
|
|
26
|
+
</value>
|
|
27
|
+
</member>
|
|
28
|
+
<member name="P:NAnt.NUnit.Types.FormatterData.Extension">
|
|
29
|
+
<summary>
|
|
30
|
+
Gets or sets the extension to append to the output filename.
|
|
31
|
+
</summary>
|
|
32
|
+
<value>The extension to append to the output filename.</value>
|
|
33
|
+
</member>
|
|
34
|
+
<member name="P:NAnt.NUnit.Types.FormatterData.OutputDirectory">
|
|
35
|
+
<summary>
|
|
36
|
+
Gets or sets the directory where the output file should be written
|
|
37
|
+
to, if <see cref="P:NAnt.NUnit.Types.FormatterData.UseFile"/> is <see langword="true"/>.
|
|
38
|
+
</summary>
|
|
39
|
+
<value>
|
|
40
|
+
The directory where the output file should be written to.
|
|
41
|
+
</value>
|
|
42
|
+
</member>
|
|
43
|
+
<member name="T:NAnt.NUnit.Types.FormatterDataCollection">
|
|
44
|
+
<summary>
|
|
45
|
+
Contains a strongly typed collection of <see cref="T:NAnt.NUnit.Types.FormatterData"/> objects.
|
|
46
|
+
</summary>
|
|
47
|
+
</member>
|
|
48
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.#ctor">
|
|
49
|
+
<summary>
|
|
50
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> class.
|
|
51
|
+
</summary>
|
|
52
|
+
</member>
|
|
53
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.#ctor(NAnt.NUnit.Types.FormatterDataCollection)">
|
|
54
|
+
<summary>
|
|
55
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> class
|
|
56
|
+
with the specified <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> instance.
|
|
57
|
+
</summary>
|
|
58
|
+
</member>
|
|
59
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.#ctor(NAnt.NUnit.Types.FormatterData[])">
|
|
60
|
+
<summary>
|
|
61
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> class
|
|
62
|
+
with the specified array of <see cref="T:NAnt.NUnit.Types.FormatterData"/> instances.
|
|
63
|
+
</summary>
|
|
64
|
+
</member>
|
|
65
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.Add(NAnt.NUnit.Types.FormatterData)">
|
|
66
|
+
<summary>
|
|
67
|
+
Adds a <see cref="T:NAnt.NUnit.Types.FormatterData"/> to the end of the collection.
|
|
68
|
+
</summary>
|
|
69
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to be added to the end of the collection.</param>
|
|
70
|
+
<returns>The position into which the new element was inserted.</returns>
|
|
71
|
+
</member>
|
|
72
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.AddRange(NAnt.NUnit.Types.FormatterData[])">
|
|
73
|
+
<summary>
|
|
74
|
+
Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterData"/> array to the end of the collection.
|
|
75
|
+
</summary>
|
|
76
|
+
<param name="items">The array of <see cref="T:NAnt.NUnit.Types.FormatterData"/> elements to be added to the end of the collection.</param>
|
|
77
|
+
</member>
|
|
78
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.AddRange(NAnt.NUnit.Types.FormatterDataCollection)">
|
|
79
|
+
<summary>
|
|
80
|
+
Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> to the end of the collection.
|
|
81
|
+
</summary>
|
|
82
|
+
<param name="items">The <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/> to be added to the end of the collection.</param>
|
|
83
|
+
</member>
|
|
84
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.Contains(NAnt.NUnit.Types.FormatterData)">
|
|
85
|
+
<summary>
|
|
86
|
+
Determines whether a <see cref="T:NAnt.NUnit.Types.FormatterData"/> is in the collection.
|
|
87
|
+
</summary>
|
|
88
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to locate in the collection.</param>
|
|
89
|
+
<returns>
|
|
90
|
+
<see langword="true"/> if <paramref name="item"/> is found in the
|
|
91
|
+
collection; otherwise, <see langword="false"/>.
|
|
92
|
+
</returns>
|
|
93
|
+
</member>
|
|
94
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.CopyTo(NAnt.NUnit.Types.FormatterData[],System.Int32)">
|
|
95
|
+
<summary>
|
|
96
|
+
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
|
97
|
+
</summary>
|
|
98
|
+
<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>
|
|
99
|
+
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
|
100
|
+
</member>
|
|
101
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.IndexOf(NAnt.NUnit.Types.FormatterData)">
|
|
102
|
+
<summary>
|
|
103
|
+
Retrieves the index of a specified <see cref="T:NAnt.NUnit.Types.FormatterData"/> object in the collection.
|
|
104
|
+
</summary>
|
|
105
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> object for which the index is returned.</param>
|
|
106
|
+
<returns>
|
|
107
|
+
The index of the specified <see cref="T:NAnt.NUnit.Types.FormatterData"/>. If the <see cref="T:NAnt.NUnit.Types.FormatterData"/> is not currently a member of the collection, it returns -1.
|
|
108
|
+
</returns>
|
|
109
|
+
</member>
|
|
110
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.Insert(System.Int32,NAnt.NUnit.Types.FormatterData)">
|
|
111
|
+
<summary>
|
|
112
|
+
Inserts a <see cref="T:NAnt.NUnit.Types.FormatterData"/> into the collection at the specified index.
|
|
113
|
+
</summary>
|
|
114
|
+
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
|
|
115
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to insert.</param>
|
|
116
|
+
</member>
|
|
117
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.GetEnumerator">
|
|
118
|
+
<summary>
|
|
119
|
+
Returns an enumerator that can iterate through the collection.
|
|
120
|
+
</summary>
|
|
121
|
+
<returns>
|
|
122
|
+
A <see cref="T:NAnt.NUnit.Types.FormatterDataEnumerator"/> for the entire collection.
|
|
123
|
+
</returns>
|
|
124
|
+
</member>
|
|
125
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataCollection.Remove(NAnt.NUnit.Types.FormatterData)">
|
|
126
|
+
<summary>
|
|
127
|
+
Removes a member from the collection.
|
|
128
|
+
</summary>
|
|
129
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterData"/> to remove from the collection.</param>
|
|
130
|
+
</member>
|
|
131
|
+
<member name="P:NAnt.NUnit.Types.FormatterDataCollection.Item(System.Int32)">
|
|
132
|
+
<summary>
|
|
133
|
+
Gets or sets the element at the specified index.
|
|
134
|
+
</summary>
|
|
135
|
+
<param name="index">The zero-based index of the element to get or set.</param>
|
|
136
|
+
</member>
|
|
137
|
+
<member name="T:NAnt.NUnit.Types.FormatterDataEnumerator">
|
|
138
|
+
<summary>
|
|
139
|
+
Enumerates the <see cref="T:NAnt.NUnit.Types.FormatterData"/> elements of a <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/>.
|
|
140
|
+
</summary>
|
|
141
|
+
</member>
|
|
142
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.#ctor(NAnt.NUnit.Types.FormatterDataCollection)">
|
|
143
|
+
<summary>
|
|
144
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterDataEnumerator"/> class
|
|
145
|
+
with the specified <see cref="T:NAnt.NUnit.Types.FormatterDataCollection"/>.
|
|
146
|
+
</summary>
|
|
147
|
+
<param name="arguments">The collection that should be enumerated.</param>
|
|
148
|
+
</member>
|
|
149
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.MoveNext">
|
|
150
|
+
<summary>
|
|
151
|
+
Advances the enumerator to the next element of the collection.
|
|
152
|
+
</summary>
|
|
153
|
+
<returns>
|
|
154
|
+
<see langword="true" /> if the enumerator was successfully advanced
|
|
155
|
+
to the next element; <see langword="false" /> if the enumerator has
|
|
156
|
+
passed the end of the collection.
|
|
157
|
+
</returns>
|
|
158
|
+
</member>
|
|
159
|
+
<member name="M:NAnt.NUnit.Types.FormatterDataEnumerator.Reset">
|
|
160
|
+
<summary>
|
|
161
|
+
Sets the enumerator to its initial position, which is before the
|
|
162
|
+
first element in the collection.
|
|
163
|
+
</summary>
|
|
164
|
+
</member>
|
|
165
|
+
<member name="P:NAnt.NUnit.Types.FormatterDataEnumerator.Current">
|
|
166
|
+
<summary>
|
|
167
|
+
Gets the current element in the collection.
|
|
168
|
+
</summary>
|
|
169
|
+
<returns>
|
|
170
|
+
The current element in the collection.
|
|
171
|
+
</returns>
|
|
172
|
+
</member>
|
|
173
|
+
<member name="T:NAnt.NUnit.Types.FormatterType">
|
|
174
|
+
<summary>
|
|
175
|
+
The built-in formatter types.
|
|
176
|
+
</summary>
|
|
177
|
+
</member>
|
|
178
|
+
<member name="F:NAnt.NUnit.Types.FormatterType.Plain">
|
|
179
|
+
<summary>
|
|
180
|
+
A plaintext formatter.
|
|
181
|
+
</summary>
|
|
182
|
+
</member>
|
|
183
|
+
<member name="F:NAnt.NUnit.Types.FormatterType.Xml">
|
|
184
|
+
<summary>
|
|
185
|
+
An XML formatter.
|
|
186
|
+
</summary>
|
|
187
|
+
</member>
|
|
188
|
+
<member name="T:NAnt.NUnit.Types.FormatterElement">
|
|
189
|
+
<summary>
|
|
190
|
+
Represents the FormatterElement of the NUnit task.
|
|
191
|
+
</summary>
|
|
192
|
+
</member>
|
|
193
|
+
<member name="P:NAnt.NUnit.Types.FormatterElement.Type">
|
|
194
|
+
<summary>
|
|
195
|
+
Type of formatter.
|
|
196
|
+
</summary>
|
|
197
|
+
</member>
|
|
198
|
+
<member name="P:NAnt.NUnit.Types.FormatterElement.Extension">
|
|
199
|
+
<summary>
|
|
200
|
+
Extension to append to the output filename.
|
|
201
|
+
</summary>
|
|
202
|
+
</member>
|
|
203
|
+
<member name="P:NAnt.NUnit.Types.FormatterElement.UseFile">
|
|
204
|
+
<summary>
|
|
205
|
+
Determines whether output should be persisted to a file. The default
|
|
206
|
+
is <see langword="false" />.
|
|
207
|
+
</summary>
|
|
208
|
+
</member>
|
|
209
|
+
<member name="P:NAnt.NUnit.Types.FormatterElement.OutputDirectory">
|
|
210
|
+
<summary>
|
|
211
|
+
Specifies the directory where the output file should be written to,
|
|
212
|
+
if <see cref="P:NAnt.NUnit.Types.FormatterElement.UseFile"/> is <see langword="true"/>. If not
|
|
213
|
+
specified, the output file will be written to the directory where
|
|
214
|
+
the test module is located.
|
|
215
|
+
</summary>
|
|
216
|
+
</member>
|
|
217
|
+
<member name="P:NAnt.NUnit.Types.FormatterElement.Data">
|
|
218
|
+
<summary>
|
|
219
|
+
Gets the underlying <see cref="T:NAnt.NUnit.Types.FormatterData"/> for the element.
|
|
220
|
+
</summary>
|
|
221
|
+
</member>
|
|
222
|
+
<member name="T:NAnt.NUnit.Types.FormatterElementCollection">
|
|
223
|
+
<summary>
|
|
224
|
+
Contains a strongly typed collection of <see cref="T:NAnt.NUnit.Types.FormatterElement"/> objects.
|
|
225
|
+
</summary>
|
|
226
|
+
</member>
|
|
227
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.#ctor">
|
|
228
|
+
<summary>
|
|
229
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> class.
|
|
230
|
+
</summary>
|
|
231
|
+
</member>
|
|
232
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.#ctor(NAnt.NUnit.Types.FormatterElementCollection)">
|
|
233
|
+
<summary>
|
|
234
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> class
|
|
235
|
+
with the specified <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> instance.
|
|
236
|
+
</summary>
|
|
237
|
+
</member>
|
|
238
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.#ctor(NAnt.NUnit.Types.FormatterElement[])">
|
|
239
|
+
<summary>
|
|
240
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> class
|
|
241
|
+
with the specified array of <see cref="T:NAnt.NUnit.Types.FormatterElement"/> instances.
|
|
242
|
+
</summary>
|
|
243
|
+
</member>
|
|
244
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.Add(NAnt.NUnit.Types.FormatterElement)">
|
|
245
|
+
<summary>
|
|
246
|
+
Adds a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to the end of the collection.
|
|
247
|
+
</summary>
|
|
248
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to be added to the end of the collection.</param>
|
|
249
|
+
<returns>The position into which the new element was inserted.</returns>
|
|
250
|
+
</member>
|
|
251
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.AddRange(NAnt.NUnit.Types.FormatterElement[])">
|
|
252
|
+
<summary>
|
|
253
|
+
Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> array to the end of the collection.
|
|
254
|
+
</summary>
|
|
255
|
+
<param name="items">The array of <see cref="T:NAnt.NUnit.Types.FormatterElement"/> elements to be added to the end of the collection.</param>
|
|
256
|
+
</member>
|
|
257
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.AddRange(NAnt.NUnit.Types.FormatterElementCollection)">
|
|
258
|
+
<summary>
|
|
259
|
+
Adds the elements of a <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> to the end of the collection.
|
|
260
|
+
</summary>
|
|
261
|
+
<param name="items">The <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/> to be added to the end of the collection.</param>
|
|
262
|
+
</member>
|
|
263
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.Contains(NAnt.NUnit.Types.FormatterElement)">
|
|
264
|
+
<summary>
|
|
265
|
+
Determines whether a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> is in the collection.
|
|
266
|
+
</summary>
|
|
267
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to locate in the collection.</param>
|
|
268
|
+
<returns>
|
|
269
|
+
<see langword="true"/> if <paramref name="item"/> is found in the
|
|
270
|
+
collection; otherwise, <see langword="false"/>.
|
|
271
|
+
</returns>
|
|
272
|
+
</member>
|
|
273
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.CopyTo(NAnt.NUnit.Types.FormatterElement[],System.Int32)">
|
|
274
|
+
<summary>
|
|
275
|
+
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
|
276
|
+
</summary>
|
|
277
|
+
<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>
|
|
278
|
+
<param name="index">The zero-based index in <paramref name="array"/> at which copying begins.</param>
|
|
279
|
+
</member>
|
|
280
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.IndexOf(NAnt.NUnit.Types.FormatterElement)">
|
|
281
|
+
<summary>
|
|
282
|
+
Retrieves the index of a specified <see cref="T:NAnt.NUnit.Types.FormatterElement"/> object in the collection.
|
|
283
|
+
</summary>
|
|
284
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> object for which the index is returned.</param>
|
|
285
|
+
<returns>
|
|
286
|
+
The index of the specified <see cref="T:NAnt.NUnit.Types.FormatterElement"/>. If the <see cref="T:NAnt.NUnit.Types.FormatterElement"/> is not currently a member of the collection, it returns -1.
|
|
287
|
+
</returns>
|
|
288
|
+
</member>
|
|
289
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.Insert(System.Int32,NAnt.NUnit.Types.FormatterElement)">
|
|
290
|
+
<summary>
|
|
291
|
+
Inserts a <see cref="T:NAnt.NUnit.Types.FormatterElement"/> into the collection at the specified index.
|
|
292
|
+
</summary>
|
|
293
|
+
<param name="index">The zero-based index at which <paramref name="item"/> should be inserted.</param>
|
|
294
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to insert.</param>
|
|
295
|
+
</member>
|
|
296
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.GetEnumerator">
|
|
297
|
+
<summary>
|
|
298
|
+
Returns an enumerator that can iterate through the collection.
|
|
299
|
+
</summary>
|
|
300
|
+
<returns>
|
|
301
|
+
A <see cref="T:NAnt.NUnit.Types.FormatterElementEnumerator"/> for the entire collection.
|
|
302
|
+
</returns>
|
|
303
|
+
</member>
|
|
304
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementCollection.Remove(NAnt.NUnit.Types.FormatterElement)">
|
|
305
|
+
<summary>
|
|
306
|
+
Removes a member from the collection.
|
|
307
|
+
</summary>
|
|
308
|
+
<param name="item">The <see cref="T:NAnt.NUnit.Types.FormatterElement"/> to remove from the collection.</param>
|
|
309
|
+
</member>
|
|
310
|
+
<member name="P:NAnt.NUnit.Types.FormatterElementCollection.Item(System.Int32)">
|
|
311
|
+
<summary>
|
|
312
|
+
Gets or sets the element at the specified index.
|
|
313
|
+
</summary>
|
|
314
|
+
<param name="index">The zero-based index of the element to get or set.</param>
|
|
315
|
+
</member>
|
|
316
|
+
<member name="T:NAnt.NUnit.Types.FormatterElementEnumerator">
|
|
317
|
+
<summary>
|
|
318
|
+
Enumerates the <see cref="T:NAnt.NUnit.Types.FormatterElement"/> elements of a <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/>.
|
|
319
|
+
</summary>
|
|
320
|
+
</member>
|
|
321
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.#ctor(NAnt.NUnit.Types.FormatterElementCollection)">
|
|
322
|
+
<summary>
|
|
323
|
+
Initializes a new instance of the <see cref="T:NAnt.NUnit.Types.FormatterElementEnumerator"/> class
|
|
324
|
+
with the specified <see cref="T:NAnt.NUnit.Types.FormatterElementCollection"/>.
|
|
325
|
+
</summary>
|
|
326
|
+
<param name="arguments">The collection that should be enumerated.</param>
|
|
327
|
+
</member>
|
|
328
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.MoveNext">
|
|
329
|
+
<summary>
|
|
330
|
+
Advances the enumerator to the next element of the collection.
|
|
331
|
+
</summary>
|
|
332
|
+
<returns>
|
|
333
|
+
<see langword="true" /> if the enumerator was successfully advanced
|
|
334
|
+
to the next element; <see langword="false" /> if the enumerator has
|
|
335
|
+
passed the end of the collection.
|
|
336
|
+
</returns>
|
|
337
|
+
</member>
|
|
338
|
+
<member name="M:NAnt.NUnit.Types.FormatterElementEnumerator.Reset">
|
|
339
|
+
<summary>
|
|
340
|
+
Sets the enumerator to its initial position, which is before the
|
|
341
|
+
first element in the collection.
|
|
342
|
+
</summary>
|
|
343
|
+
</member>
|
|
344
|
+
<member name="P:NAnt.NUnit.Types.FormatterElementEnumerator.Current">
|
|
345
|
+
<summary>
|
|
346
|
+
Gets the current element in the collection.
|
|
347
|
+
</summary>
|
|
348
|
+
<returns>
|
|
349
|
+
The current element in the collection.
|
|
350
|
+
</returns>
|
|
351
|
+
</member>
|
|
352
|
+
</members>
|
|
353
|
+
</doc>
|
|
Binary file
|
|
@@ -0,0 +1,538 @@
|
|
|
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>
|