15 lines
249 B
C#
15 lines
249 B
C#
|
|
using System;
|
|||
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|||
|
|
|
|||
|
|
namespace DTS.Viewer.Test
|
|||
|
|
{
|
|||
|
|
[TestClass]
|
|||
|
|
public class ViewerUnitTest
|
|||
|
|
{
|
|||
|
|
[TestMethod]
|
|||
|
|
public void TestMethod1()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|