using NUnit.Framework; using System; namespace ImageProcessor.UnitTests { [TestFixture()] public class ImageFactoryUnitTests { [Test()] public void TestCase() { } } }