C# Class Tmx.TFHelper

Description of TFHelper.
Show file Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
AddTestCase ( TFSCmdletBase cmdlet, string name ) : void
AddTestSubSuite ( TFSCmdletBase cmdlet, string name ) : void
AddTestSuite ( TFSCmdletBase cmdlet, string name ) : void
ConnectTFServer ( TFSCmdletBase cmdlet, string url, ICredentials credentials ) : void
GetTestCase ( TFSCmdletBase cmdlet, string name ) : void
GetTestPlan ( TFSCmdletBase cmdlet, string name ) : ITestPlan
GetTestSubSuite ( TFSCmdletBase cmdlet, string name ) : void
GetTestSuite ( TFSCmdletBase cmdlet, string name ) : IStaticTestSuite
NewBuild ( TFSCmdletBase cmdlet, string name ) : void
NewTestPlan ( TFSCmdletBase cmdlet, string name ) : void
OpenProject ( TFSCmdletBase cmdlet, string projectNames ) : void
OpenProjectCollection ( TFSCmdletBase cmdlet, string collectionNames ) : void
OpenTesSuite ( TFSCmdletBase cmdlet, string name ) : IStaticTestSuite
OpenTestCase ( TFSCmdletBase cmdlet, string name ) : void
OpenTestPlan ( TFSCmdletBase cmdlet, string name ) : ITestPlan
OpenTestSubSuite ( TFSCmdletBase cmdlet, string name ) : void

Method Details

AddTestCase() public static method

public static AddTestCase ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

AddTestSubSuite() public static method

public static AddTestSubSuite ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

AddTestSuite() public static method

public static AddTestSuite ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

ConnectTFServer() public static method

public static ConnectTFServer ( TFSCmdletBase cmdlet, string url, ICredentials credentials ) : void
cmdlet TFSCmdletBase
url string
credentials ICredentials
return void

GetTestCase() public static method

public static GetTestCase ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

GetTestPlan() public static method

public static GetTestPlan ( TFSCmdletBase cmdlet, string name ) : ITestPlan
cmdlet TFSCmdletBase
name string
return ITestPlan

GetTestSubSuite() public static method

public static GetTestSubSuite ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

GetTestSuite() public static method

public static GetTestSuite ( TFSCmdletBase cmdlet, string name ) : IStaticTestSuite
cmdlet TFSCmdletBase
name string
return IStaticTestSuite

NewBuild() public static method

public static NewBuild ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

NewTestPlan() public static method

public static NewTestPlan ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

OpenProject() public static method

public static OpenProject ( TFSCmdletBase cmdlet, string projectNames ) : void
cmdlet TFSCmdletBase
projectNames string
return void

OpenProjectCollection() public static method

public static OpenProjectCollection ( TFSCmdletBase cmdlet, string collectionNames ) : void
cmdlet TFSCmdletBase
collectionNames string
return void

OpenTesSuite() public static method

public static OpenTesSuite ( TFSCmdletBase cmdlet, string name ) : IStaticTestSuite
cmdlet TFSCmdletBase
name string
return IStaticTestSuite

OpenTestCase() public static method

public static OpenTestCase ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void

OpenTestPlan() public static method

public static OpenTestPlan ( TFSCmdletBase cmdlet, string name ) : ITestPlan
cmdlet TFSCmdletBase
name string
return ITestPlan

OpenTestSubSuite() public static method

public static OpenTestSubSuite ( TFSCmdletBase cmdlet, string name ) : void
cmdlet TFSCmdletBase
name string
return void