.nunit file extension
- .nunit
- NUnit Test Project File. NUnit is a unit-testing framework for .NET
languages.
The .nunit file is an XML style file. Containing the definitions of tests to be run.
Configuration settings for the project will be held in a separate file with the same base name but with the .config file extension. So if the .nunit file is tests.nunit then the project configuration file would be called tests.config.
For more information see:
- www.nunit.org - NUnit homepage.
Can you add to this? Do you know of any applications not already listed which will work with .nunit files, view .nunit files or open .nunit files? Are you able to contribute any additional reference information or file format information about .nunit files or have you spotted any errors or omissions? If so please let us know by emailing us at feedback@cryer.co.uk - Thank you.