C# 클래스 CmisCmdlets.Test.CmisTestBase

상속: CmisCmdlets.Test.TestBase
파일 보기 프로젝트 열기: OpenDataSpace/CmisCmdlets

보호된 메소드들

메소드 설명
BuildFeaturedUrl ( string rawUrl, string user, string pw ) : string
CmisTestBase ( ) : System
GetConnectToTestRepoCmd ( bool insecure = false ) : string
ValidateSession ( object sessionObject, string repoName ) : void

메소드 상세

BuildFeaturedUrl() 보호된 메소드

protected BuildFeaturedUrl ( string rawUrl, string user, string pw ) : string
rawUrl string
user string
pw string
리턴 string

CmisTestBase() 보호된 메소드

protected CmisTestBase ( ) : System
리턴 System

GetConnectToTestRepoCmd() 보호된 메소드

protected GetConnectToTestRepoCmd ( bool insecure = false ) : string
insecure bool
리턴 string

ValidateSession() 보호된 메소드

protected ValidateSession ( object sessionObject, string repoName ) : void
sessionObject object
repoName string
리턴 void