mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
16 lines
264 B
C#
16 lines
264 B
C#
|
using System;
|
|||
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|||
|
|
|||
|
namespace HeliosPlus.Tests
|
|||
|
{
|
|||
|
[TestClass]
|
|||
|
public class UnitTest1
|
|||
|
{
|
|||
|
[TestMethod]
|
|||
|
public void TestMethod1()
|
|||
|
{
|
|||
|
Assert.IsTrue(true);
|
|||
|
}
|
|||
|
}
|
|||
|
}
|