BusinessLogic.Tests.UnitTests.LogicTests.PlayersTests.PlayerDeleterTests.DeletePlayerTests.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public virtual void SetUp()
        {
            AutoMocker = new RhinoAutoMocker<PlayerDeleter>();

            CurrentUser = new ApplicationUser();
        }