mirror of
https://github.com/MichaelGrafnetter/DSInternals
synced 2024-12-11 08:57:17 +00:00
16 lines
303 B
C#
16 lines
303 B
C#
using System;
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace DSInternals.DataStore.Test
|
|
{
|
|
[TestClass]
|
|
public class LinkResolverTester
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
throw new AssertInconclusiveException();
|
|
}
|
|
}
|
|
}
|