// Copyright (c) 2010 AlphaSierraPapa for the SharpDevelop Team (for details please see \doc\copyright.txt) // This code is distributed under MIT X11 license (for details please see \doc\license.txt) using System; using System.Collections.Generic; using NUnit.Framework; namespace ICSharpCode.NRefactory.Tests { [TestFixture] public class MyClassTests { [Test] public void OK() { } } }