C# 클래스 Microsoft.Azure.Commands.ScenarioTest.TestExecutionHelpers

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
RetryAction ( System.Action testAction, int maxTries = 3 ) : void

Retry an action until it succeeds - use for flaky tests

메소드 상세

RetryAction() 공개 정적인 메소드

Retry an action until it succeeds - use for flaky tests
public static RetryAction ( System.Action testAction, int maxTries = 3 ) : void
testAction System.Action Action tor etry
maxTries int The maximum number of times to try the action
리턴 void