IF.Lastfm/IF.Lastfm.Core.Tests/UnitTest1.cs
2013-06-08 18:49:21 +01:00

15 lines
235 B
C#

using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace IF.Lastfm.Core.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}