11 lines
152 B
C#
11 lines
152 B
C#
|
|
namespace UnitTest
|
||
|
|
{
|
||
|
|
[TestClass]
|
||
|
|
public class UnitTest1
|
||
|
|
{
|
||
|
|
[TestMethod]
|
||
|
|
public void TestMethod1()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|