BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetDecimalValue_Tests.When_Attribute_Is_Null_And_Element_Value_Not_Is_Decimal.SetUp C# (CSharp) Méthode

SetUp() private méthode

private SetUp ( ) : void
Résultat void
            public override void SetUp()
            {

                ElementValue = "not_a_decimal";
                base.SetUp();
                Attribute = null;
                Result = XElementToTest.GetDecimalValue(Attribute, DefaultValue);
            }
GetDecimalValue_Tests.When_Attribute_Is_Null_And_Element_Value_Not_Is_Decimal