C# 클래스 Rally.RestApi.Test.RallyRestApiTest

파일 보기 프로젝트 열기: RallyTools/RallyRestToolkitFor.NET 1 사용 예제들

공개 메소드들

메소드 설명
GetRallyRestApi ( string userName = "", string password = "", string server = "", string wsapiVersion = "" ) : RallyRestApi
GetRallyRestApiWithApiKey ( string apiKey = "", string server = RallyRestApi.DEFAULT_SERVER, string wsapiVersion = "" ) : RallyRestApi

비공개 메소드들

메소드 설명
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

메소드 상세

GetRallyRestApi() 공개 정적인 메소드

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

GetRallyRestApiWithApiKey() 공개 정적인 메소드

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