DSInternals/Src/DSInternals.DataStore.Test/DistinguishedNameResolverTe...

16 lines
316 B
C#
Raw Normal View History

2015-12-26 22:44:43 +00:00
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace DSInternals.DataStore.Test
{
[TestClass]
public class DistinguishedNameResolverTester
{
[TestMethod]
public void TestMethod1()
{
throw new AssertInconclusiveException();
}
}
}