C# Class Microsoft.ALMRangers.RMWorkflowMigrator.Tests.Unit.TestHelpers.FakeComponentRepo

Inheritance: IRMComponentRepository
显示文件 Open project: ALM-Rangers/Migrate-assets-from-RM-server-to-VSTS Class Usage Examples

Public Methods

Method Description
FakeComponentRepo ( ) : System
GetComponentByIdAsync ( System.Guid workflowActivityId, int stageId ) : Task
GetComponentConfigurationVariablesAsync ( System.Guid workflowGuid, int stageId ) : Task>

Method Details

FakeComponentRepo() public method

public FakeComponentRepo ( ) : System
return System

GetComponentByIdAsync() public method

public GetComponentByIdAsync ( System.Guid workflowActivityId, int stageId ) : Task
workflowActivityId System.Guid
stageId int
return Task

GetComponentConfigurationVariablesAsync() public method

public GetComponentConfigurationVariablesAsync ( System.Guid workflowGuid, int stageId ) : Task>
workflowGuid System.Guid
stageId int
return Task>