BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetIntValue_Tests.When_Attribute_Exists_And_Is_Integer.Then_Returns_Attribute_Value C# (CSharp) Méthode

Then_Returns_Attribute_Value() private méthode

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