C# 클래스 Tmx.TLHelper

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

공개 메소드들

메소드 설명
AddBuild ( TLSCmdletBase cmdlet, TestPlan testPlans, string buildName, string buildNote ) : void
AddTestCase ( TLSCmdletBase cmdlet, string name, string authorLogin, int suiteId, int testProjectId, string summary, string keyword, int order, bool checkDuplicatedName, ActionOnDuplicatedName actionDuplicatedName, int executionType, int importance ) : void
AddTestSubSuite ( TLSCmdletBase cmdlet, string name ) : void
AddTestSuite ( TLSCmdletBase cmdlet, string name ) : void
ConnectTLServer ( TLSConnectCmdletBase cmdlet ) : void
GetBuild ( TLSCmdletBase cmdlet, TestPlan testPlans, string buildNames ) : void
GetProjectById ( TLSCmdletBase cmdlet, string projectIds ) : void
GetProjectByName ( TLSCmdletBase cmdlet, string projectNames ) : void
GetProjectCollection ( TLSCmdletBase cmdlet ) : void
GetTestCaseFromProject ( TLSCmdletBase cmdlet, TestProject testProjects, string testCaseNames ) : void
GetTestCaseFromTestPlan ( TLSCmdletBase cmdlet, TestPlan testPlans, string testCaseNames ) : void
GetTestCaseFromTestSuite ( TLSCmdletBase cmdlet, TestSuite testSuites, string testCaseNames, bool deep ) : void
GetTestPlan ( TLSCmdletBase cmdlet, TestProject testProjects, string testPlanNames ) : void
GetTestPlans ( TLSCmdletBase cmdlet, TestProject testProjects ) : void
GetTestSuite ( TLSCmdletBase cmdlet, string suiteNames ) : void
GetTestSuiteFromProject ( TLTestSuiteCmdletBase cmdlet, TestProject testProjects ) : void
GetTestSuiteFromTestPlan ( TLTestSuiteCmdletBase cmdlet, TestPlan testPlans ) : void
GetTestSuiteFromTestSuite ( TLTestSuiteCmdletBase cmdlet, TestSuite testSuites ) : void
NewTestPlan ( TLSCmdletBase cmdlet, string testPlanName, string testPlanNotes, bool active ) : void

비공개 메소드들

메소드 설명
ConnectTestLink ( TLSConnectCmdletBase cmdlet, ITestLinkExtra testLinkObject ) : ITestLinkExtra
GetProjectsById ( TLSCmdletBase cmdlet, string projectIds ) : Meyn.TestLink.TestProject[]
GetProjectsByName ( TLSCmdletBase cmdlet, string projectNames ) : Meyn.TestLink.TestProject[]
NewUser ( TLSCmdletBase cmdlet, string login, string password, string firstName, string lastName, string email, string role, string locale, bool active, bool disabled ) : void
checkTestPlan ( TestPlan inputObjects ) : bool

메소드 상세

AddBuild() 공개 정적인 메소드

public static AddBuild ( TLSCmdletBase cmdlet, TestPlan testPlans, string buildName, string buildNote ) : void
cmdlet TLSCmdletBase
testPlans Meyn.TestLink.TestPlan
buildName string
buildNote string
리턴 void

AddTestCase() 공개 정적인 메소드

public static AddTestCase ( TLSCmdletBase cmdlet, string name, string authorLogin, int suiteId, int testProjectId, string summary, string keyword, int order, bool checkDuplicatedName, ActionOnDuplicatedName actionDuplicatedName, int executionType, int importance ) : void
cmdlet TLSCmdletBase
name string
authorLogin string
suiteId int
testProjectId int
summary string
keyword string
order int
checkDuplicatedName bool
actionDuplicatedName ActionOnDuplicatedName
executionType int
importance int
리턴 void

AddTestSubSuite() 공개 정적인 메소드

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

AddTestSuite() 공개 정적인 메소드

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

ConnectTLServer() 공개 정적인 메소드

public static ConnectTLServer ( TLSConnectCmdletBase cmdlet ) : void
cmdlet TLSConnectCmdletBase
리턴 void

GetBuild() 공개 정적인 메소드

public static GetBuild ( TLSCmdletBase cmdlet, TestPlan testPlans, string buildNames ) : void
cmdlet TLSCmdletBase
testPlans Meyn.TestLink.TestPlan
buildNames string
리턴 void

GetProjectById() 공개 정적인 메소드

public static GetProjectById ( TLSCmdletBase cmdlet, string projectIds ) : void
cmdlet TLSCmdletBase
projectIds string
리턴 void

GetProjectByName() 공개 정적인 메소드

public static GetProjectByName ( TLSCmdletBase cmdlet, string projectNames ) : void
cmdlet TLSCmdletBase
projectNames string
리턴 void

GetProjectCollection() 공개 정적인 메소드

public static GetProjectCollection ( TLSCmdletBase cmdlet ) : void
cmdlet TLSCmdletBase
리턴 void

GetTestCaseFromProject() 공개 정적인 메소드

public static GetTestCaseFromProject ( TLSCmdletBase cmdlet, TestProject testProjects, string testCaseNames ) : void
cmdlet TLSCmdletBase
testProjects Meyn.TestLink.TestProject
testCaseNames string
리턴 void

GetTestCaseFromTestPlan() 공개 정적인 메소드

public static GetTestCaseFromTestPlan ( TLSCmdletBase cmdlet, TestPlan testPlans, string testCaseNames ) : void
cmdlet TLSCmdletBase
testPlans Meyn.TestLink.TestPlan
testCaseNames string
리턴 void

GetTestCaseFromTestSuite() 공개 정적인 메소드

public static GetTestCaseFromTestSuite ( TLSCmdletBase cmdlet, TestSuite testSuites, string testCaseNames, bool deep ) : void
cmdlet TLSCmdletBase
testSuites Meyn.TestLink.TestSuite
testCaseNames string
deep bool
리턴 void

GetTestPlan() 공개 정적인 메소드

public static GetTestPlan ( TLSCmdletBase cmdlet, TestProject testProjects, string testPlanNames ) : void
cmdlet TLSCmdletBase
testProjects Meyn.TestLink.TestProject
testPlanNames string
리턴 void

GetTestPlans() 공개 정적인 메소드

public static GetTestPlans ( TLSCmdletBase cmdlet, TestProject testProjects ) : void
cmdlet TLSCmdletBase
testProjects Meyn.TestLink.TestProject
리턴 void

GetTestSuite() 공개 정적인 메소드

public static GetTestSuite ( TLSCmdletBase cmdlet, string suiteNames ) : void
cmdlet TLSCmdletBase
suiteNames string
리턴 void

GetTestSuiteFromProject() 공개 정적인 메소드

public static GetTestSuiteFromProject ( TLTestSuiteCmdletBase cmdlet, TestProject testProjects ) : void
cmdlet TLTestSuiteCmdletBase
testProjects Meyn.TestLink.TestProject
리턴 void

GetTestSuiteFromTestPlan() 공개 정적인 메소드

public static GetTestSuiteFromTestPlan ( TLTestSuiteCmdletBase cmdlet, TestPlan testPlans ) : void
cmdlet TLTestSuiteCmdletBase
testPlans Meyn.TestLink.TestPlan
리턴 void

GetTestSuiteFromTestSuite() 공개 정적인 메소드

public static GetTestSuiteFromTestSuite ( TLTestSuiteCmdletBase cmdlet, TestSuite testSuites ) : void
cmdlet TLTestSuiteCmdletBase
testSuites Meyn.TestLink.TestSuite
리턴 void

NewTestPlan() 공개 정적인 메소드

public static NewTestPlan ( TLSCmdletBase cmdlet, string testPlanName, string testPlanNotes, bool active ) : void
cmdlet TLSCmdletBase
testPlanName string
testPlanNotes string
active bool
리턴 void