mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-22 13:58:47 +00:00
17 lines
322 B
C#
17 lines
322 B
C#
using System;
|
|
using System.Text;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace MM.LargeBlock.Test
|
|
{
|
|
[TestClass]
|
|
public class UnitTest1
|
|
{
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
}
|
|
}
|
|
}
|