11 lines
168 B
C#
11 lines
168 B
C#
namespace MaddoShared.Tests
|
|
{
|
|
[TestClass]
|
|
public sealed class Test1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|
|
}
|