C# Class FluentTc.InvestigationRetriever

Inheritance: IInvestigationRetriever
显示文件 Open project: QualiSystems/FluentTc

Public Methods

Method Description
GetInvestigation ( Action having ) : Investigation
GetTestInvestigationByTestNameId ( string testNameId ) : Investigation
InvestigationRetriever ( ITeamCityCaller teamCityCaller, IBuildConfigurationRetriever buildConfigurationRetriever ) : System

Method Details

GetInvestigation() public method

public GetInvestigation ( Action having ) : Investigation
having Action
return FluentTc.Domain.Investigation

GetTestInvestigationByTestNameId() public method

public GetTestInvestigationByTestNameId ( string testNameId ) : Investigation
testNameId string
return FluentTc.Domain.Investigation

InvestigationRetriever() public method

public InvestigationRetriever ( ITeamCityCaller teamCityCaller, IBuildConfigurationRetriever buildConfigurationRetriever ) : System
teamCityCaller ITeamCityCaller
buildConfigurationRetriever IBuildConfigurationRetriever
return System