BoardGameGeekApiClient.Tests.UnitTests.Helpers.BoardGameGeekApiClientHelper.GetArtist_Tests.When_Has_Artists.Then_Return_Expected_Data C# (CSharp) Method

Then_Return_Expected_Data() private method

private Then_Return_Expected_Data ( ) : void
return void
            public void Then_Return_Expected_Data()
            {
                Assert.IsNotEmpty(Result);
                Assert.AreEqual(Artists.Count, Result.Count);
                Assert.AreEqual("Kevin Childress", Result.First());
            }
        }
GetArtist_Tests.When_Has_Artists