using System; using System.ComponentModel.Composition.Hosting; using System.Reflection; using System.Runtime.InteropServices.ComTypes; using NUnit.Framework; using Pithos.ShellExtensions.Menus; using System.Runtime.InteropServices; namespace Pithos.ShellExtensions.Test { [TestFixture] public class FileContextMenuTest { [SetUp] public void Setup() { } [Test] public void TestCreation() { var ctxMenu = new FileContextMenu(); ctxMenu.Context.Settings=new TestPithosSettings(); } } }