Sic.Framework/UnitTest/MECF.Framework.Common.Test/Tests.cs

14 lines
200 B
C#

using System;
using Xunit;
namespace MECF.Framework.Common.Test
{
public class Tests
{
[Fact]
public void Test1()
{
Assert.True(true);
}
}
}