11 references to GetValue
Microsoft.AspNetCore.Shared.Tests (11)
PropertyHelperTest.cs (10)
41
Assert.Equal("baz", helper.
GetValue
(anonymous));
104
Assert.Equal(32, helper.
GetValue
(anonymous));
221
Assert.Equal(3, helper1.
GetValue
(anonymous));
222
Assert.Equal("Five", helper2.
GetValue
(anonymous));
241
Assert.Equal("propAValue", propAHelper.
GetValue
(derived));
242
Assert.Equal("propBValue", propBHelper.
GetValue
(derived));
261
Assert.Equal("propAValue", propAHelper.
GetValue
(derived));
262
Assert.Equal("Newed", propBHelper.
GetValue
(derived));
281
Assert.Equal("OverridenpropAValue", propAHelper.
GetValue
(derived));
282
Assert.Equal("propBValue", propBHelper.
GetValue
(derived));
src\Shared\PropertyHelper\PropertyHelper.cs (1)
335
dictionary[helper.Name] = helper.
GetValue
(value);