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);
		}