C# Class Bamboo.Prevalence.Tests.PrevalenceEngineTest

Inheritance: Bamboo.Prevalence.Tests.AbstractPrevalenceEngineTest
Datei anzeigen Open project: bamboo/Bamboo.Prevalence

Protected Methods

Method Description
Add ( int amount, int expectedTotal ) : void
AssertTotal ( int amount ) : void

Method Details

Add() protected method

protected Add ( int amount, int expectedTotal ) : void
amount int
expectedTotal int
return void

AssertTotal() protected method

protected AssertTotal ( int amount ) : void
amount int
return void