Exemplo n.º 1
0
        public void ConvertToSikuliScript_ReturnRightSikuliScript(double number, string text)
        {
            var pathToTestPic = Path.GetFullPath(@"..\..\..\Utils\vs.png");
            var actualResult  = new FileImage(Path.GetFullPath(pathToTestPic), number).GeneratePatternString();

            actualResult.Should().Be($@"Pattern(""{pathToTestPic}"").similar({text})");
        }