12 references to Value
Microsoft.AspNetCore.Shared.Tests (12)
CommandLineApplicationTests.cs (12)
51Assert.Equal("one", first.Value); 52Assert.Equal("two", second.Value); 93Assert.Equal("one", first.Value); 94Assert.Equal("two", second.Value); 153Assert.Equal("one", first.Value); 154Assert.Equal("two", second.Value); 292Assert.Equal("one", argument.Value); 305Assert.Equal("one", argument.Value); 318Assert.Equal("one", argument.Value); 331Assert.Equal("two", argument.Value); 1198Assert.Equal(firstUnmatchedOption, first.Value); 1199Assert.Equal(seconUnmatchedOption, second.Value);