Bamboo.Prevalence.Tests.Model.TransparentAddingSystem.PassThroughMethod C# (CSharp) Метод

PassThroughMethod() приватный Метод

private PassThroughMethod ( ) : void
Результат void
		public void PassThroughMethod()
		{
			Assertion.AssertNull("PassThrough should prevent engine call!", PrevalenceEngine.Current);
		}