DSInternals/Src/DSInternals.Common.Test/ValidatorTester.cs

16 lines
307 B
C#

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