C# Class ExampleApp.Spec.ChildPageFeature

ファイルを表示 Open project: Expensify/WindowsPhoneTestFramework

Public Methods

Method Description
FeatureBackground ( ) : void
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

Private Methods

Method Description
AnExampleBrokenTest ( ) : void
BackButtonWorksOnPivotPage ( ) : void
FeatureSetup ( ) : void
FeatureTearDown ( ) : void
PivotPageFieldsAreEmptyAtStart ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void
ThePivotPageHasAPivotWhichRespondsToFlicks ( ) : void
ThePivotPageOutputFieldReversesWhatITypeInInput ( ) : void
ThePivotPageOutputFieldReversesWhatITypeInInputUsingDifferentSteps ( ) : void

Method Details

FeatureBackground() public method

public FeatureBackground ( ) : void
return void

ScenarioCleanup() public method

public ScenarioCleanup ( ) : void
return void

ScenarioSetup() public method

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
return void