Castle.Facilities.WcfIntegration.Tests.WcfServiceFixture.CanUseStandardDynamicProxyInterceptorsOnServices C# (CSharp) Méthode

CanUseStandardDynamicProxyInterceptorsOnServices() private méthode

private CanUseStandardDynamicProxyInterceptorsOnServices ( ) : void
Résultat void
		public void CanUseStandardDynamicProxyInterceptorsOnServices()
		{
			Assert.AreEqual(0, LoggingInterceptor.Calls.Count);
			client.GetValueFromConstructor();
			Assert.AreEqual(1, LoggingInterceptor.Calls.Count);
		}