3 overrides of ThirtyTwoThousandPointOne
Microsoft.AspNetCore.Mvc.Core.Test (3)
ModelBinding\Binders\DecimalModelBinderTest.cs (1)
17
protected override decimal
ThirtyTwoThousandPointOne
=> 32_000.1M;
ModelBinding\Binders\DoubleModelBinderTest.cs (1)
17
protected override double
ThirtyTwoThousandPointOne
=> 32_000.1;
ModelBinding\Binders\FloatModelBinderTest.cs (1)
17
protected override float
ThirtyTwoThousandPointOne
=> 32_000.1F;
2 references to ThirtyTwoThousandPointOne
Microsoft.AspNetCore.Mvc.Core.Test (2)
ModelBinding\Binders\FloatingPointTypeModelBinderTestOfT.cs (2)
337
Assert.Equal(
ThirtyTwoThousandPointOne
, bindingContext.Result.Model);
358
Assert.Equal(
ThirtyTwoThousandPointOne
, bindingContext.Result.Model);