BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetDecimalValue_Tests.When_Attribute_Is_Null_And_Element_Value_Not_Is_Decimal.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return 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