19 lines
285 B
C#
19 lines
285 B
C#
namespace DigitalData.Core.Tests
|
|
{
|
|
[TestFixture]
|
|
public class ADServiceTests
|
|
{
|
|
[SetUp]
|
|
public void Setup()
|
|
{
|
|
|
|
}
|
|
|
|
[Test]
|
|
public void ValidateUser_CorrectCredentials_ReturnsTrue()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|