BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetIntValue_Tests.When_Attribute_Exists_And_Is_Integer.Then_Returns_Attribute_Value C# (CSharp) Method

Then_Returns_Attribute_Value() private method

private Then_Returns_Attribute_Value ( ) : void
return void
            public void Then_Returns_Attribute_Value()
            {
                Assert.AreEqual(Result, int.Parse(AttributeValue));
            }
        }
GetIntValue_Tests.When_Attribute_Exists_And_Is_Integer