BusinessLogic.Tests.UnitTests.LogicTests.GameDefinitionsTests.BoardGameGeekGameDefinitionCreatorTests.CreateBoardGameGeekGameDefinitionTests.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            autoMocker = new RhinoAutoMocker<BoardGameGeekGameDefinitionCreator>();
            currentUser = new ApplicationUser();
        }