예제 #1
0
        public void TestUrlDefaultsToGoogle()
        {
            var options = new InputOptions(null);

            Assert.Equal("www.google.com", options.Get("url"));
            Assert.True(options.ValidOptions);
        }