BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetDecimalValue_Tests.When_Attribute_Is_Null_And_Element_Value_Is_Decimal.Then_Returns_Element_Value C# (CSharp) Méthode

Then_Returns_Element_Value() private méthode

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