using NUnit.Framework;
namespace BDInfo.Test
{
[TestFixture]
public class UnitTest1
[Test]
public void Test1()
Assert.That(true, Is.True);
}