Closes any open project, prompting the user to save it if it has been changed and then opens a FileSave dialog to allow selecting the name and location of the new project.
Closes any open project, prompting the user to save it if it has been changed and then opens a FileOpen dialog to allow selecting the name and location of an assembly, a test project or (if Visual Studio support is enabled) a Visual Studio project.
Closes any open project, prompting the user to save it if it has been changed.
Saves the currently open project. Opens the Save As dialog if this is the first time the project is being saved.
Opens a FileSave dialog to allow specifying the name and location to which the project should be saved.
Reloads the currently loaded project using the latest saved copy of each assembly.
Displays a list of recently opened files from which the user is able to select one for opening.
Closes and exits the application. If a test is running, the user is given the opportunity to cancel it and or to allow it to continue. If the open project has any pending changes, the user is given the opportunity to save it.
Turns the display of checkboxes in the tree on or off. The checkboxes may be used to select multiple tests for running.
Expands the currently selected tree node.
Collapses the currently selected tree node.
Expands all nodes of the tree.
Collapses all nodes in the tree to the root.
Expands all the tree nodes representing fixtures.
Collapses all the tree nodes representing fixtures.
Displays the Properties Dialog for the currently selected test.
Displays a submenu allowing selecting, adding or editing a configuration.
Loads the specified configuration for testing.
Opens the Add Configuration Dialog, which allows entry of the name of the new configuration and specifying an existing configuration to use as a template.
Opens the Configuration Editor.
Displays a FileOpen dialog to allow selecting an assembly to be added to the active configuration of the currently open project.
Only available if Visual Studio Support is enabled. Displays a FileOpen dialog to allows selecting a Visual Studio project to be added to the currently open project. Entries are added for each configuration specified in the VS project, creating new configurations in the test project if necessary.
Opens the Project Editor.
Opens a FileSave Dialog for saving the test results as an XML file.
Displays detailed information about the last exception.
Displays the Options Dialog.
Displays this documentation.
Displays info about your version of NUnit and a link to the nunit.org site.