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