JsonTests.cs
12 lines
| 190 B
| text/x-csharp
|
CSharpLexer
cin
|
r158 | using NUnit.Framework; | ||
using System; | ||||
namespace Implab.Format.Test { | ||||
[TestFixture()] | ||||
public class JsonTests { | ||||
[Test()] | ||||
public void TestCase() { | ||||
} | ||||
} | ||||
} | ||||