Appccelerate.SourceTemplates.Log4Net.EventBrokerLogExtensionTest.CreateEventTopicInfo C# (CSharp) Méthode

CreateEventTopicInfo() private static méthode

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

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

            return info;
        }