12 lines
121 B
C#
12 lines
121 B
C#
|
namespace UserTests
|
||
|
{
|
||
|
[TestClass]
|
||
|
public class UnitTest1
|
||
|
{
|
||
|
[TestMethod]
|
||
|
public void TestMethod1()
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|
||
|
}
|