namespace ImageProcessor.UnitTests.Processors { using System.Collections.Generic; using ImageProcessor.Processors; using NUnit.Framework; public class RotateInsideUnitTests { [Test] [TestCase(100, 100, 15, 150)] public void ZoomIsCalculated(int width, int height, float angle, float expected) { } } }