15 lines
241 B
C#
15 lines
241 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
using System;
|
|
|
|
namespace StructureHelperTests
|
|
{
|
|
[TestClass]
|
|
public class TestExampleClass
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod()
|
|
{
|
|
}
|
|
}
|
|
}
|