21 lines
292 B
C#
21 lines
292 B
C#
|
using NUnit.Framework;
|
||
|
using System.Text;
|
||
|
using System.Collections.Generic;
|
||
|
|
||
|
using rinseoff;
|
||
|
namespace testDecrypted
|
||
|
{
|
||
|
public class Tests
|
||
|
{
|
||
|
[SetUp]
|
||
|
public void Setup()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
[Test]
|
||
|
public void testDecrypted()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|