Tried out some test methods for SHCreateShellItemArray

pull/38/head
David Hall 2019-02-01 11:38:58 -07:00
parent 6a78449bf5
commit 08f46aba31
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
using NUnit.Framework;
using static Vanara.PInvoke.Shell32;
namespace Vanara.PInvoke.Tests
{
[TestFixture]
public class Shell32Methods
{
// [Test]
public void SHCreateShellItemArrayTest()
{
}
}
}

View File

@ -112,6 +112,7 @@
<Compile Include="PInvoke\Shared\WinError\Win32ErrorTests.cs" />
<Compile Include="PInvoke\Shared\WinNT\OBJECT_TYPE_LISTTests.cs" />
<Compile Include="PInvoke\Shared\WinUser\MacrosTests.cs" />
<Compile Include="PInvoke\Shell32\Methods.cs" />
<Compile Include="PInvoke\Shell32\ExplorerTests.cs" />
<Compile Include="PInvoke\Shell32\KnownFolderIdExtTests.cs" />
<Compile Include="PInvoke\Shell32\ProgressDialogTests.cs" />