15 lines
238 B
C#
Raw Normal View History

2015-06-26 17:42:20 +01:00
using NUnit.Framework;
namespace Filtration.ThemeEditor.Tests.Providers
{
[TestFixture]
public class TestThemeProvider
{
[Test]
public void CreateThemeFromScript_()
{
}
}
}