ArgsTests.NewAwesomeTabCompletionTests.TestTopLevelSmartTabCompletionSource C# (CSharp) Method

TestTopLevelSmartTabCompletionSource() private method

private TestTopLevelSmartTabCompletionSource ( ) : void
return void
        public void TestTopLevelSmartTabCompletionSource()
        {
            ConsoleProvider.Current = new TestConsoleProvider("ch\t");
            var parsed = Args.Parse<TopLevelSmartTabCompletionArgs>("$");
            Assert.AreEqual("Chicken", parsed.Animal);
        }