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