C# Class Bamboo.Prevalence.Tests.PrincipalSensitivePrevalenceEngineTest

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

Protected Methods

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

Private Methods

Method Description
SetUp ( ) : void
TestAnonymousAdd ( ) : 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 total ) : void
total int
return void