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

Handler_forwards_request_to_service() private method

private Handler_forwards_request_to_service ( ) : void
return void
        public void Handler_forwards_request_to_service()
        {
            handler.Ping("hello", "hello");
            pingbackService.AssertWasCalled(x=>x.ProcessPingback("hello","hello"));
        }