Bamboo.Prevalence.Tests.PrincipalSensitivePrevalenceEngineTest.AssertTotal C# (CSharp) 메소드

AssertTotal() 보호된 메소드

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