20 references to Value
Microsoft.AspNetCore.Shared.Tests (20)
CommandLineApplicationTests.cs (20)
319Assert.Equal("two", option.Value()); 332Assert.Equal("one", option.Value()); 404Assert.Equal("one", option.Value()); 419Assert.Equal("one", option.Value()); 523Assert.Equal("one", option.Value()); 538Assert.Equal("one", option.Value()); 614Assert.Equal("one", option.Value()); 629Assert.Equal("one", option.Value()); 803optionAValue = optionA.Value(); 844Assert.Equal("top", top.Value()); 845Assert.Null(nested.Value()); 850Assert.Null(top.Value()); 851Assert.Equal("nested", nested.Value()); 871globalOptionValue = g.Value(); 872nest1OptionValue = n1.Value(); 873nest2OptionValue = n2.Value(); 921Assert.Equal(topLevelValue, optTop.Value()); 949Assert.Equal(topLevelValue, optTop.Value()); 976Assert.Equal(topLevelValue, optTop.Value()); 1003Assert.Equal(topLevelValue, optTop.Value());