mirror of
https://github.com/abdelkader/vCardEditor
synced 2025-12-12 08:27:19 +07:00
32 lines
518 B
C#
32 lines
518 B
C#
using System;
|
|
using System.Text;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace vCardEditor_Test
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
[TestClass]
|
|
public class MainPresenterTest
|
|
{
|
|
public MainPresenterTest()
|
|
{
|
|
//
|
|
// TODO:
|
|
//
|
|
}
|
|
|
|
|
|
[TestMethod]
|
|
public void TestMethod1()
|
|
{
|
|
//
|
|
// TODO:
|
|
//
|
|
}
|
|
}
|
|
}
|