18 lines
No EOL
246 B
C#
18 lines
No EOL
246 B
C#
using NUnit.Framework;
|
|
|
|
namespace Retroactiune.Tests
|
|
{
|
|
public class Tests
|
|
{
|
|
[SetUp]
|
|
public void Setup()
|
|
{
|
|
}
|
|
|
|
[Test]
|
|
public void Test1()
|
|
{
|
|
Assert.Pass();
|
|
}
|
|
}
|
|
} |