C# Class SIL.Utils.BagTests

Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
VerifyBag ( SimpleBag bag, int expected ) : void

Private Methods

Method Description
BagWrapper ( ) : void
Duplicates ( ) : void
NoDuplicates ( ) : void
RemoveNotFound ( ) : void

Method Details

VerifyBag() public method

public VerifyBag ( SimpleBag bag, int expected ) : void
bag SimpleBag
expected int
return void