C# 클래스 StoryTeller.Messages.ResultsCache

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

공개 메소드들

메소드 설명
AllResults ( ) : IEnumerable
ClearAll ( ) : void
LastResultFor ( string id ) : SpecExecutionCompleted
ResultsFor ( string id ) : IEnumerable
Store ( SpecExecutionCompleted result ) : void

메소드 상세

AllResults() 공개 메소드

public AllResults ( ) : IEnumerable
리턴 IEnumerable

ClearAll() 공개 메소드

public ClearAll ( ) : void
리턴 void

LastResultFor() 공개 메소드

public LastResultFor ( string id ) : SpecExecutionCompleted
id string
리턴 SpecExecutionCompleted

ResultsFor() 공개 메소드

public ResultsFor ( string id ) : IEnumerable
id string
리턴 IEnumerable

Store() 공개 메소드

public Store ( SpecExecutionCompleted result ) : void
result SpecExecutionCompleted
리턴 void