C# Class CmisCmdlets.Test.CmisTestBase

Inheritance: CmisCmdlets.Test.TestBase
Afficher le fichier Open project: OpenDataSpace/CmisCmdlets

Méthodes protégées

Méthode 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 méthode

protected BuildFeaturedUrl ( string rawUrl, string user, string pw ) : string
rawUrl string
user string
pw string
Résultat string

CmisTestBase() protected méthode

protected CmisTestBase ( ) : System
Résultat System

GetConnectToTestRepoCmd() protected méthode

protected GetConnectToTestRepoCmd ( bool insecure = false ) : string
insecure bool
Résultat string

ValidateSession() protected méthode

protected ValidateSession ( object sessionObject, string repoName ) : void
sessionObject object
repoName string
Résultat void