NAnt.NUnit1Tasks The whole test suite started. The whole test suite ended. Sets the the formatter is supposed to write its results to. 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. Prints information about running tests directly to the build log. Not used, all output goes to Log class. Called when the whole test suite has started. Called when the whole test suite has ended. Convert a stack trace line into something that can be clicked on in an IDE output window. The StackTrace string, see . The string that gets appended to the end of file(line): portion. Runs tests using the NUnit V1.0 framework. See the NUnit home page for more information. The or attributes are only used to stop more than one test suite to stop running. If any test suite fails a build error will be thrown. Set to to ignore test errors and continue build. Run tests in the MyProject.Tests.dll assembly. The test results are logged in results.xml and results.txt using the and formatters, respectively. ]]> Stops running tests when a test causes an error. The default is . Implies haltonfailure. Stops running tests if a test fails (errors are considered failures as well). The default is . Cancel the individual tests if they do not finish in the specified time (measured in milliseconds). Ignored if fork is disabled. Tests to run. Formatters to output results of unit tests. Represents a test element of an . Base name of the test result. The full filename is determined by this attribute and the extension of formatter. Directory to write the reports to. Class name of the test. Assembly to load the test from. Run the tests in a separate . Stop the build process if an error occurs during the test run. Stop the build process if a test fails (errors are considered failures as well). The application configuration file to use for the NUnit test domain. 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. Carries data specified through the test element. Determines if the unit test needs running. if unit test needs running, otherwise, . Determines if the test needs running by looking at the date stamp of the test assembly and the test results log. Runs a Suite extracted from a TestCase subclass. Creates the formatters to be used when running this test. Returns the output file or null if does not use a file. Returns the test suite from a given class. The assemblyQualifiedName parameter needs to be in form: "full.qualified.class.name,Assembly" Gets the collection of registered formatters. Collection of registered formatters. Gets the result of the test. The result of the test. Prints information about running tests in plain text. Sets the Writer the formatter is supposed to write its results to. Called when the whole test suite has started. Called when the whole test suite has ended. Convert a stack trace line into something that can be clicked on in an IDE output window. The StackTrace string, see . The string that gets appended to the end of file(line): portion. Decorates NUnits with extra information such as run-time. Initializes a new instance of the class. Gets or sets the total run-time of a test. The total run-time of a test. Prints detailed information about running tests in XML format. Initializes a new instance of the class. Sets the the formatter is supposed to write its results to. Called when the whole test suite has started. Called when the whole test suite has ended.