mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-04 08:00:16 -04:00
18 lines
311 B
C#
18 lines
311 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;
|
|||
|
|
|||
|
namespace UnitTestLibrary
|
|||
|
{
|
|||
|
[TestClass]
|
|||
|
public class UnitTest1
|
|||
|
{
|
|||
|
[TestMethod]
|
|||
|
public void TestMethod1()
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|