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();
        }
예제 #2
0
        public StateMachineLogExtensionTest()
        {
            this.testee = new StateMachineLogExtension <States, Events>();

            this.log4Net = new Log4netHelper();
        }
예제 #3
0
        public StateMachineLogExtensionTest()
        {
            this.testee = new StateMachineLogExtension<States, Events>();

            this.log4Net = new Log4netHelper();
        }