BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetExpansions_Tests.When_Has_Expansions.Then_Return_Expected_Data C# (CSharp) 메소드

Then_Return_Expected_Data() 개인적인 메소드

private Then_Return_Expected_Data ( ) : void
리턴 void
            public void Then_Return_Expected_Data()
            {
                Assert.IsNotEmpty(Result);
                Assert.AreEqual(Expansions.Count, Result.Count);
                Assert.AreEqual("Battlestar Galactica: Daybreak Expansion", Result.First().Name);
                Assert.AreEqual(141648, Result.First().Id);
            }
        }
GetExpansions_Tests.When_Has_Expansions