Example #1
0
        public void Test_0(string input, int expected)
        {
            StringProcessor sp = new StringProcessor();

            int actual = sp.IsTimedOut(input);

            Assert.That(actual, Is.EqualTo(expected));
        }