Bamboo.Prevalence.Tests.Model.TransparentAddingSystem.PassThroughMethod C# (CSharp) Méthode

PassThroughMethod() private méthode

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