public void TestAlphaRegex(string input, int expected)
        {
            Processors.Alpha alpha = new Processors.Alpha();
            alpha.MatchRegexIndex(input);
            int result = alpha.Processor.DynamicParameter;

            Assert.AreEqual(expected, result);
        }
        public void TestAlphaRegex(string input, int expected)
        {
            Processors.Alpha alpha = new Processors.Alpha();
            alpha.MatchRegexIndex(input);
            int result = alpha.Processor.DynamicParameter;

            Assert.AreEqual(expected, result);
        }