CSharpBasicLoop.BasicLoopTests.Should_handle_input C# (CSharp) Метод

Should_handle_input() приватный Метод

private Should_handle_input ( ) : void
Результат void
        public void Should_handle_input()
        {
            Assert.AreEqual("< foobar", new BasicLoop().DoSomethingWithInput("foobar"));
        }
BasicLoopTests