Vanara/UnitTests/PInvoke/CredUI/CredUITests.cs

51 lines
939 B
C#

using NUnit.Framework;
using System;
namespace Vanara.PInvoke.Tests
{
//[TestFixture()]
public class CredUITests
{
// TODO: [Test]
public void CredPackAuthenticationBufferTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIConfirmCredentialsTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIParseUserNameTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIPromptForCredentialsTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUIPromptForWindowsCredentialsTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUnPackAuthenticationBufferTest()
{
throw new NotImplementedException();
}
// TODO: [Test]
public void CredUnPackAuthenticationBufferTest1()
{
throw new NotImplementedException();
}
}
}