15 lines
228 B
C#
15 lines
228 B
C#
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|||
|
|
using System;
|
|||
|
|
|
|||
|
|
namespace MediatekTests
|
|||
|
|
{
|
|||
|
|
[TestClass]
|
|||
|
|
public class UnitTest1
|
|||
|
|
{
|
|||
|
|
[TestMethod]
|
|||
|
|
public void TestMethod1()
|
|||
|
|
{
|
|||
|
|
}
|
|||
|
|
}
|
|||
|
|
}
|