yavsc/web/Tests.cs

20 lines
165 B
C#

#if TEST
using System;
using NUnit.Framework;
namespace Yavsc
{
[TestFixture()]
public class Tests
{
[Test()]
public void TestCase ()
{
}
}
}
#endif