init
This commit is contained in:
14
DTS Viewer/DTS.Viewer.Test/ViewerUnitTest.cs
Normal file
14
DTS Viewer/DTS.Viewer.Test/ViewerUnitTest.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
|
||||
namespace DTS.Viewer.Test
|
||||
{
|
||||
[TestClass]
|
||||
public class ViewerUnitTest
|
||||
{
|
||||
[TestMethod]
|
||||
public void TestMethod1()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user