C# 클래스 Cuke4Nuke.Framework.Table

파일 보기 프로젝트 열기: richardlawrence/Cuke4Nuke 1 사용 예제들

공개 메소드들

메소드 설명
AssertSameAs ( Table expectedTable ) : void
Hashes ( ) : string>>.List
Headers ( ) : List
Includes ( Table expectedTable ) : bool
RowHashes ( ) : string>.Dictionary

메소드 상세

AssertSameAs() 공개 메소드

public AssertSameAs ( Table expectedTable ) : void
expectedTable Table
리턴 void

Hashes() 공개 메소드

public Hashes ( ) : string>>.List
리턴 string>>.List

Headers() 공개 메소드

public Headers ( ) : List
리턴 List

Includes() 공개 메소드

public Includes ( Table expectedTable ) : bool
expectedTable Table
리턴 bool

RowHashes() 공개 메소드

public RowHashes ( ) : string>.Dictionary
리턴 string>.Dictionary