C# Class CmisCmdlets.Test.CmisTestBase

Inheritance: CmisCmdlets.Test.TestBase
Exibir arquivo Open project: OpenDataSpace/CmisCmdlets

Protected Methods

Method Description
BuildFeaturedUrl ( string rawUrl, string user, string pw ) : string
CmisTestBase ( ) : System
GetConnectToTestRepoCmd ( bool insecure = false ) : string
ValidateSession ( object sessionObject, string repoName ) : void

Method Details

BuildFeaturedUrl() protected method

protected BuildFeaturedUrl ( string rawUrl, string user, string pw ) : string
rawUrl string
user string
pw string
return string

CmisTestBase() protected method

protected CmisTestBase ( ) : System
return System

GetConnectToTestRepoCmd() protected method

protected GetConnectToTestRepoCmd ( bool insecure = false ) : string
insecure bool
return string

ValidateSession() protected method

protected ValidateSession ( object sessionObject, string repoName ) : void
sessionObject object
repoName string
return void