15 lines
238 B
C#
15 lines
238 B
C#
|
using NUnit.Framework;
|
|||
|
|
|||
|
namespace Filtration.ThemeEditor.Tests.Providers
|
|||
|
{
|
|||
|
[TestFixture]
|
|||
|
public class TestThemeProvider
|
|||
|
{
|
|||
|
[Test]
|
|||
|
public void CreateThemeFromScript_()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|
|||
|
}
|