C# 클래스 Tmx.TFHelper

Description of TFHelper.
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddTestCase() 공개 정적인 메소드

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

AddTestSubSuite() 공개 정적인 메소드

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

AddTestSuite() 공개 정적인 메소드

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

ConnectTFServer() 공개 정적인 메소드

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

GetTestCase() 공개 정적인 메소드

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

GetTestPlan() 공개 정적인 메소드

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

GetTestSubSuite() 공개 정적인 메소드

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

GetTestSuite() 공개 정적인 메소드

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

NewBuild() 공개 정적인 메소드

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

NewTestPlan() 공개 정적인 메소드

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

OpenProject() 공개 정적인 메소드

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

OpenProjectCollection() 공개 정적인 메소드

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

OpenTesSuite() 공개 정적인 메소드

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

OpenTestCase() 공개 정적인 메소드

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

OpenTestPlan() 공개 정적인 메소드

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

OpenTestSubSuite() 공개 정적인 메소드

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