Esempio n. 1
0
        public void VariousStrings(string contents)
        {
            //_node.Input = new InputString(contents);

            Assert.That("Test case: " + contents + " End.", Does.Match(_node.GetOutput()));
        }