BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetDecimalValue_Tests.When_Attribute_Is_Null_And_Element_Value_Is_Decimal.Then_Returns_Element_Value C# (CSharp) Method

Then_Returns_Element_Value() private method

private Then_Returns_Element_Value ( ) : void
return void
            public void Then_Returns_Element_Value()
            {
                Assert.AreEqual(Result, decimalElementValue);
            }
        }
GetDecimalValue_Tests.When_Attribute_Is_Null_And_Element_Value_Is_Decimal