From 08f46aba3149038261ddd0c00c9014212b43dbfc Mon Sep 17 00:00:00 2001 From: David Hall Date: Fri, 1 Feb 2019 11:38:58 -0700 Subject: [PATCH] Tried out some test methods for SHCreateShellItemArray --- UnitTests/PInvoke/Shell32/Methods.cs | 14 ++++++++++++++ UnitTests/UnitTests.csproj | 1 + 2 files changed, 15 insertions(+) create mode 100644 UnitTests/PInvoke/Shell32/Methods.cs diff --git a/UnitTests/PInvoke/Shell32/Methods.cs b/UnitTests/PInvoke/Shell32/Methods.cs new file mode 100644 index 00000000..ecf3817a --- /dev/null +++ b/UnitTests/PInvoke/Shell32/Methods.cs @@ -0,0 +1,14 @@ +using NUnit.Framework; +using static Vanara.PInvoke.Shell32; + +namespace Vanara.PInvoke.Tests +{ + [TestFixture] + public class Shell32Methods + { + // [Test] + public void SHCreateShellItemArrayTest() + { + } + } +} \ No newline at end of file diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index 22aa6f1f..ade4073d 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -112,6 +112,7 @@ +