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

Inheritance: IRMComponentRepository
Afficher le fichier Open project: ALM-Rangers/Migrate-assets-from-RM-server-to-VSTS Class Usage Examples

Méthodes publiques

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

Method Details

FakeComponentRepo() public méthode

public FakeComponentRepo ( ) : System
Résultat System

GetComponentByIdAsync() public méthode

public GetComponentByIdAsync ( System.Guid workflowActivityId, int stageId ) : Task
workflowActivityId System.Guid
stageId int
Résultat Task

GetComponentConfigurationVariablesAsync() public méthode

public GetComponentConfigurationVariablesAsync ( System.Guid workflowGuid, int stageId ) : Task>
workflowGuid System.Guid
stageId int
Résultat Task>