Appccelerate.SourceTemplates.Log4Net.EventBrokerLogExtensionTest.CreateEventTopicInfo C# (CSharp) Method

CreateEventTopicInfo() private static method

private static CreateEventTopicInfo ( ) : IEventTopicInfo
return IEventTopicInfo
        private static IEventTopicInfo CreateEventTopicInfo()
        {
            var info = A.Fake<IEventTopicInfo>();

            A.CallTo(() => info.Uri).Returns(EventTopicUri);

            return info;
        }