BusinessLogic.Tests.UnitTests.LogicTests.PlayersTests.PlayerRetrieverTests.GetAllPlayersWithNemesisInfoTests.BaseSetUp C# (CSharp) Method

BaseSetUp() private method

private BaseSetUp ( ) : void
return void
        public override void BaseSetUp()
        {
            base.BaseSetUp();

            autoMocker.ClassUnderTest.Expect(mock => mock.PopulateNemePointsSummary(Arg<int>.Is.Anything, Arg<List<PlayerWithNemesis>>.Is.Anything, Arg<IDateRangeFilter>.Is.Anything));
        }