TeamMentor.UnitTests.Test_HandleRequest_UserData.Setup C# (CSharp) Method

Setup() private method

private Setup ( ) : void
return void
        public void Setup()
        {
            context       = HttpContextFactory.Context.mock();
            //response         = context.Response;
            handleRequest = new HandleUrlRequest();
            handleRequest.tmWebServices = tmWebServices;
        }