view DoesTest.cs @ 4:efb6eef4a6ce

* Add unit tests for abstract equality test (currently fail to run because of bug 677228) no-open-ticket
author IBBoard <dev@ibboard.co.uk>
date Mon, 25 Apr 2011 14:51:00 +0000
parents 6ba8ac49a923
children
line wrap: on
line source

//  This file (MyClass.cs) is a part of the IBBoard.NUnit project and is copyright 2010 IBBoard
// 
// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU LGPL, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
using System;
namespace IBBoard.NUnit.Tests
{
	public class MyClass
	{
		public MyClass()
		{
		}
	}
}