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

16 lines
307 B
C#
Raw Normal View History

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