BlogSharp.Core.Impl.Tests.Plugins.Pingback.PingbackHandlerTests.Handler_forwards_request_to_service C# (CSharp) Méthode

Handler_forwards_request_to_service() private méthode

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