NAnt.NUnit2Tasks Controls the categories of tests to execute using the . Only include test cases and fixtures that require no internet access. ]]> Exclude test cases and fixtures that are known to fail. ]]> Specifies a list of categories to include. Specifies a list of categories to exclude. Represents a certain group of test cases or fixtures. A name of a category, or comma-separated list of names. If then the category will be processed; otherwise, skipped. The default is . If then the category will be skipped; otherwise, processed. The default is . Contains a collection of elements. Initializes a new instance of the class. Initializes a new instance of the class as a wrapper for the specified list. The list that is wrapped by the newly created instance. Initializes a new instance of the class with the specified instance. The collection to use to initialize the new instance with. Initializes a new instance of the class with the specified array of instances. The collection to use to initialize the new instance with. Returns a comma-delimited list of categories. A comma-delimited list of categories, or an empty if there are no categories. Adds the elements of a array to the end of the collection. The array of elements to be added to the end of the collection. Gets the with the specified name. The name of the to get. Runs tests using the NUnit V2.6 framework. The attribute is only useful when more than one test suite is used, and you want to continue running other test suites although a test failed. Set to to ignore any errors and continue the build. In order to run a test assembly built with NUnit 2.0 or 2.1 using , you must add the following node to your test config file : ... ... ]]> See the NUnit home page for more information. Run tests in the MyProject.Tests.dll assembly. ]]> Only run tests that are not known to fail in files listed in the tests.txt file. ]]> Runs the tests and sets up the formatters. Gets a new EventListener to use for the unit tests. A new EventListener created with a new EventCollector that is initialized with . Log writer to send test output to. Gets the logging threshold to use for a test runner based on the current threshold of this task. The logging threshold to use when running a test runner. Stop the test run if a test fails. The default is . Indicate whether or not to label the text output as the tests run. Tests to run. Formatters to output results of unit tests. Represents a test element of an . Name of the assembly to search for tests. Name of a specific testfixture to run. If not specified then all testfixtures are run. Assemblies to include in test. Assemblies to scan for missing assembly references. Categories of test cases to include or exclude. Build fails on failure. The default is . XSLT transform file to use when using the formatter. The application configuration file to use for the NUnit test domain. If not specified, NAnt will try to use a configuration name matching the file name of the assembly with extension ".config". Gets all assemblies specified for these tests. All assemblies specified for these tests. Contains a strongly typed collection of objects. Initializes a new instance of the class. Initializes a new instance of the class with the specified instance. Initializes a new instance of the class with the specified array of instances. Adds a to the end of the collection. The to be added to the end of the collection. The position into which the new element was inserted. Adds the elements of a array to the end of the collection. The array of elements to be added to the end of the collection. Adds the elements of a to the end of the collection. The to be added to the end of the collection. Determines whether a is in the collection. The to locate in the collection. if is found in the collection; otherwise, . Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing. The zero-based index in at which copying begins. Retrieves the index of a specified object in the collection. The object for which the index is returned. The index of the specified . If the is not currently a member of the collection, it returns -1. Inserts a into the collection at the specified index. The zero-based index at which should be inserted. The to insert. Returns an enumerator that can iterate through the collection. A for the entire collection. Removes a member from the collection. The to remove from the collection. Gets or sets the element at the specified index. The zero-based index of the element to get or set. Enumerates the elements of a . Initializes a new instance of the class with the specified . The collection that should be enumerated. Advances the enumerator to the next element of the collection. if the enumerator was successfully advanced to the next element; if the enumerator has passed the end of the collection. Sets the enumerator to its initial position, which is before the first element in the collection. Gets the current element in the collection. The current element in the collection. Custom TestDomain, similar to the one included with NUnit, in order to workaround some limitations in it. Initializes a new instance of the class. Runs a single testcase. The test assembly. The application configuration file for the test domain. List of files to scan for missing assembly references. The result of the test. Helper class called when an assembly resolve event is raised. Initializes an instanse of the class. Called back when the CLR cannot resolve a given assembly. The source of the event. A that contains the event data. The nunit.framework we know to be in NAnts bin directory, if that is the assembly that needs to be resolved; otherwise, . Occurs when an assembly is loaded. The loaded assembly is added to the assembly cache. The source of the event. An that contains the event data. Holds the list of directories that will be scanned for missing assembly references. Holds the list of assemblies that can be scanned for missing assembly references. Holds the loaded assemblies.