blob: 919990da9943037f9f69f37d87fca7115e9b74b8 [file] [log] [blame]
using System;
using NUnit.Framework;
namespace Sample
{
[TestFixture]
public class MyAppTest
{
[SetUp]
protected void SetUp()
{
}
[Test]
public void TestSample()
{
}
}
}