DSInternals/Src/DSInternals.DataStore.Test/DistinguishedNameResolverTester.cs
2015-12-26 23:44:43 +01:00

16 lines
316 B
C#

using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DSInternals.DataStore.Test
{
[TestClass]
public class DistinguishedNameResolverTester
{
[TestMethod]
public void TestMethod1()
{
throw new AssertInconclusiveException();
}
}
}