Appccelerate.SourceTemplates.Log4Net.EventBrokerLogExtensionTest.EventBrokerLogExtensionTest C# (CSharp) 메소드

EventBrokerLogExtensionTest() 공개 메소드

public EventBrokerLogExtensionTest ( ) : System
리턴 System
        public EventBrokerLogExtensionTest()
        {
            this.testee = new EventBrokerLogExtension();

            this.log4Net = new Log4netHelper();

            this.eventTopicInfo = CreateEventTopicInfo();
            this.publication = CreatePublication();
            this.publicationWithNamedPublisher = CreatePublicationWithNamedPublisher();
            this.sender = CreateSender();
            this.eventArgs = CreateEventArgs();
        }