C# Class Cuke4Nuke.Framework.Table

Show file Open project: richardlawrence/Cuke4Nuke Class Usage Examples

Public Methods

Method Description
AssertSameAs ( Table expectedTable ) : void
Hashes ( ) : string>>.List
Headers ( ) : List
Includes ( Table expectedTable ) : bool
RowHashes ( ) : string>.Dictionary

Method Details

AssertSameAs() public method

public AssertSameAs ( Table expectedTable ) : void
expectedTable Table
return void

Hashes() public method

public Hashes ( ) : string>>.List
return string>>.List

Headers() public method

public Headers ( ) : List
return List

Includes() public method

public Includes ( Table expectedTable ) : bool
expectedTable Table
return bool

RowHashes() public method

public RowHashes ( ) : string>.Dictionary
return string>.Dictionary