Bamboo.Prevalence.Tests.Model.TransparentAddingSystem.PassThroughMethod C# (CSharp) Method

PassThroughMethod() private method

private PassThroughMethod ( ) : void
return void
		public void PassThroughMethod()
		{
			Assertion.AssertNull("PassThrough should prevent engine call!", PrevalenceEngine.Current);
		}