Bamboo.Prevalence.Tests.PrincipalSensitivePrevalenceEngineTest.AssertTotal C# (CSharp) Method

AssertTotal() protected method

protected AssertTotal ( int total ) : void
total int
return void
		protected override void AssertTotal(int total)
		{
			AssertEquals("AssertTotal", total, AddingSystem.Total);
		}
PrincipalSensitivePrevalenceEngineTest