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

SetUp() private méthode

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