C# 클래스 WindowsPhoneTestFramework.Test.EmuSteps.StepFlowContextHelpers

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

공개 메소드들

메소드 설명
DisposeOfEmu ( TechTalk.SpecFlow.ScenarioContext context ) : void
GetEmuAutomationController ( TechTalk.SpecFlow.ScenarioContext context, IConfiguration configuration ) : IAutomationController
GetNextPictureName ( ) : string
GetNextPictureName ( TechTalk.SpecFlow.FeatureContext featureContext, TechTalk.SpecFlow.ScenarioContext scenarioContext ) : string
GetNextSupportingInfoFileName ( TechTalk.SpecFlow.FeatureContext featureContext, TechTalk.SpecFlow.ScenarioContext scenarioContext, string prefix, string extension ) : string
GetRandom ( ) : Random
GetRandom ( TechTalk.SpecFlow.FeatureContext featureContext, TechTalk.SpecFlow.ScenarioContext scenarioContext ) : Random

메소드 상세

DisposeOfEmu() 공개 정적인 메소드

public static DisposeOfEmu ( TechTalk.SpecFlow.ScenarioContext context ) : void
context TechTalk.SpecFlow.ScenarioContext
리턴 void

GetEmuAutomationController() 공개 정적인 메소드

public static GetEmuAutomationController ( TechTalk.SpecFlow.ScenarioContext context, IConfiguration configuration ) : IAutomationController
context TechTalk.SpecFlow.ScenarioContext
configuration IConfiguration
리턴 IAutomationController

GetNextPictureName() 공개 정적인 메소드

public static GetNextPictureName ( ) : string
리턴 string

GetNextPictureName() 공개 정적인 메소드

public static GetNextPictureName ( TechTalk.SpecFlow.FeatureContext featureContext, TechTalk.SpecFlow.ScenarioContext scenarioContext ) : string
featureContext TechTalk.SpecFlow.FeatureContext
scenarioContext TechTalk.SpecFlow.ScenarioContext
리턴 string

GetNextSupportingInfoFileName() 공개 정적인 메소드

public static GetNextSupportingInfoFileName ( TechTalk.SpecFlow.FeatureContext featureContext, TechTalk.SpecFlow.ScenarioContext scenarioContext, string prefix, string extension ) : string
featureContext TechTalk.SpecFlow.FeatureContext
scenarioContext TechTalk.SpecFlow.ScenarioContext
prefix string
extension string
리턴 string

GetRandom() 공개 정적인 메소드

public static GetRandom ( ) : Random
리턴 System.Random

GetRandom() 공개 정적인 메소드

public static GetRandom ( TechTalk.SpecFlow.FeatureContext featureContext, TechTalk.SpecFlow.ScenarioContext scenarioContext ) : Random
featureContext TechTalk.SpecFlow.FeatureContext
scenarioContext TechTalk.SpecFlow.ScenarioContext
리턴 System.Random