BlogSharp.Core.Impl.Tests.Plugins.Pingback.PingbackHandlerTests.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
        public void SetUp()
        {
            this.pingbackService = MockRepository.GenerateMock<IPingbackService>();
            this.handler = new PingbackHandler(this.pingbackService);
        }