mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-17 20:34:09 +02:00
12 lines
196 B
C#
12 lines
196 B
C#
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
|
|
|
namespace UnitTests{
|
|
[TestClass]
|
|
class Test{
|
|
[TestMethod]
|
|
private void TestMethod(){
|
|
|
|
}
|
|
}
|
|
}
|