C# 클래스 Dev2.Activities.Specs.Toolbox.Utility.XPath.XPathFeature

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
ScenarioCleanup ( ) : void
ScenarioSetup ( TechTalk scenarioInfo ) : void

비공개 메소드들

메소드 설명
FeatureSetup ( Microsoft testContext ) : void
FeatureTearDown ( ) : void
ScenarioTearDown ( ) : void
TestInitialize ( ) : void
UseInvalidXpathQuery ( ) : void
UseTheXPathToProcessBlankXML ( ) : void
UseTheXPathWithoutAnyXpathQuery ( ) : void
UseXPathThatDoesNotExist ( ) : void
UseXPathToBuildARecordsetWith2Fields ( ) : void
UseXPathToGetDataOffXML_Id1 ( ) : void
UseXPathToGetDataOffXML_Id2 ( ) : void
UseXPathToGetMultipleResultsIntoAScalarInCSV ( ) : void
UseXPathToWithACommentInIt ( ) : void
UseXPathWithANULLVariableAsOutput ( ) : void
UseXPathWithANonExistentVariableAsOutput ( ) : void
UseXPathWithAppendNotationShouldAdd ( ) : void
UseXPathWithBlankAsXMLInput ( ) : void
UseXPathWithInvalidXMLAsInputInsideA ( ) : void
UseXPathWithNegativeRecordsetIndexAsOutput ( ) : void
UseXPathWithNoResultButValidXpath ( ) : void

메소드 상세

ScenarioCleanup() 공개 메소드

public ScenarioCleanup ( ) : void
리턴 void

ScenarioSetup() 공개 메소드

public ScenarioSetup ( TechTalk scenarioInfo ) : void
scenarioInfo TechTalk
리턴 void