Castle.Facilities.WcfIntegration.Tests.WcfServiceFixture.WillApplyServiceBehaviors C# (CSharp) Method

WillApplyServiceBehaviors() private method

private WillApplyServiceBehaviors ( ) : void
return void
		public void WillApplyServiceBehaviors()
		{
			Assert.AreEqual(0, CallCountServiceBehavior.CallCount);
			client.GetValueFromConstructor();
			Assert.AreEqual(1, CallCountServiceBehavior.CallCount);
		}