C# Class Rally.RestApi.Test.RallyRestApiTest

ファイルを表示 Open project: RallyTools/RallyRestToolkitFor.NET Class Usage Examples

Public Methods

Method Description
GetRallyRestApi ( string userName = "", string password = "", string server = "", string wsapiVersion = "" ) : RallyRestApi
GetRallyRestApiWithApiKey ( string apiKey = "", string server = RallyRestApi.DEFAULT_SERVER, string wsapiVersion = "" ) : RallyRestApi

Private Methods

Method Description
AddToCollection2x ( ) : void
ApiKeyCanDelete ( ) : void
ApiKeyGetCurrentUser ( ) : void
AssertCanCreate ( RallyRestApi restApi ) : void
AssertCanDelete ( RallyRestApi restApi, bool includeFullData = false ) : void
AssertCanUpdate ( RallyRestApi restApi ) : void
AssertCreateFailure ( RallyRestApi restApi ) : void
BadAuth1x ( ) : void
BadAuth2x ( ) : void
CreateSadPath1x ( ) : void
CreateSadPath2x ( ) : void
CreateTest1x ( ) : void
CreateTest2x ( ) : void
Delete1x ( ) : void
Delete2x ( ) : void
FormatCreateString ( ) : void
FormatUpdateString ( ) : void
GetAllowedAttributeValuesTest1x ( ) : void
GetAllowedAttributeValuesTest2x ( ) : void
GetByReferencePortfolioItemTest ( ) : void
GetByReferenceSubscriptionTest ( ) : void
GetByReferenceTest ( ) : void
GetByReferenceUserTest ( ) : void
GetCurrentUser ( ) : void
GetOpenDefects ( ) : void
GetRallyRestApi1x ( ) : RallyRestApi
GetRallyRestApi2x ( ) : RallyRestApi
GetSubscription ( ) : void
QueryMultiplePages ( ) : void
QueryMultiplePagesSinglePageSize ( ) : void
RemoveFromCollection2x ( ) : void
TestAttribute1x ( ) : void
TestAttribute2x ( ) : void
TestHelperCreateDefect ( RallyRestApi restApi, bool includeFullData = false ) : string
TestHelperDeleteItem ( RallyRestApi restApi, string reference ) : void
TestIdpLoginEndpointRedirect ( ) : void
TestIsNotWsapi2 ( ) : void
TestIsWsapi2 ( ) : void
Update1x ( ) : void
Update2x ( ) : void
VerifyAttributes ( QueryResult result, bool forWsapi2 ) : void

Method Details

GetRallyRestApi() public static method

public static GetRallyRestApi ( string userName = "", string password = "", string server = "", string wsapiVersion = "" ) : RallyRestApi
userName string
password string
server string
wsapiVersion string
return RallyRestApi

GetRallyRestApiWithApiKey() public static method

public static GetRallyRestApiWithApiKey ( string apiKey = "", string server = RallyRestApi.DEFAULT_SERVER, string wsapiVersion = "" ) : RallyRestApi
apiKey string
server string
wsapiVersion string
return RallyRestApi