//////////////////////////////////////////////////////////////////////////////// // Copyright © 2002-2008 by Manfred Lange, Markus Renschler, Jake Anderson, // and Piers Lawson. All rights reserved. // // This software is provided 'as-is', without any express or implied warranty. // In no event will the authors be held liable for any damages arising from the // use of this software. // // Permission is granted to anyone to use this software for any purpose, // including commercial applications, and to alter it and redistribute it // freely, subject to the following restrictions: // // 1. The origin of this software must not be misrepresented; you must not claim // that you wrote the original software. If you use this software in a // product, the following acknowledgement must be included in the product // documentation: // // Portions Copyright © 2002-2008 by Manfred Lange, Markus Renschler, // Jake Anderson, and Piers Lawson. All rights reserved. // // 2. Altered source versions must be plainly marked as such, and must not be // misrepresented as being the original software. // // 3. This notice may not be removed or altered from any source distribution. //////////////////////////////////////////////////////////////////////////////// csUnit 2.5 Release Notes ========================== Last Change: June 08, 2008 IMPORTANT NOTE ============== Before installing this version, please make sure you uninstall all previous csUnit versions. Visual Studio 2005/2008 ======================= This version has been tested on the following platforms: - Vista SP1 en + VS2005 - Vista SP1 en + VS2008 - Windows XP SP3 en + VS2008 - Windows XP SP3 de + VS2008 .NET 3.x ======== This version can be used to test code for the .NET framework versions 2.0, 3.0, and 3.5. NUnit Support ============= Starting with this version of csUnit support for NUnit based unit tests will be rolled out. This version has been tested with NUnit 2.4.7 for .NET 2.0. The following attributes are currently supported: - TestAttribute - TestFixtureAttribute - SetUpAttribute - TestDownAttribute - IgnoreAttribute - ExpectedExceptionAttribute (Basic support) Note, that you can use both the classic and the constraint based model for assertions. LICENSE ======= See the license details in file license.txt in the csUnit installation folder or in the About box of the GUI. CHANGES ======= A complete list of the modifications contained in this release can be found in changes.txt, which is located in the installation directory. More Information ================ For more information about csUnit please visit http://www.csunit.org. Announcements ============= Join the Yahoo!-group 'csunit' to receive csUnit related announcements. Support ======= For support please use http://sourceforge.net/tracker/?group_id=23919&atid=380011 Bugs ==== For submitting a bug report please use http://sourceforge.net/tracker/?group_id=23919&atid=380010 Please check whether your bug is a duplicate to an existing one. Thank you! Feature Request =============== To submit feature requests please use http://sourceforge.net/tracker/?group_id=23919&atid=380013 Other Contact ============= For all other inquiries please send email to manfred at csunit dot org -------------------------------------------------------------------------------- End of file.