Package org.azd.unittests
Class GitRequestBuilderTest
java.lang.Object
org.azd.unittests.GitRequestBuilderTest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
-
Constructor Details
-
GitRequestBuilderTest
public GitRequestBuilderTest()
-
-
Method Details
-
init
- Throws:
AzDException
-
shouldCreateANewRepository
- Throws:
AzDException
-
shouldDeleteRepository
- Throws:
AzDException
-
shouldDeleteRepositoryFromRecycleBin
- Throws:
AzDException
-
shouldGetDeletedGitRepositories
- Throws:
AzDException
-
shouldGetRecycleBinRepositories
- Throws:
AzDException
-
shouldGetRepository
- Throws:
AzDException
-
shouldGetRepositories
- Throws:
AzDException
-
shouldGetHiddenRepositories
- Throws:
AzDException
-
shouldGetRepositoriesWithLinksAndUrls
- Throws:
AzDException
-
shouldGetRepositoriesForGivenQueryParameters
- Throws:
AzDException
-
shouldRestoreRepositoryFromRecycleBin
- Throws:
AzDException
-
shouldUpdateRepository
- Throws:
AzDException
-
shouldCreateANewPullRequest
- Throws:
AzDException
-
shouldCreateANewPullRequestAsDraft
- Throws:
AzDException
-
shouldRetrieveAPullRequest
- Throws:
AzDException
-
shouldRetrieveAPullRequestById
- Throws:
AzDException
-
shouldRetrieveAllPullRequestsFromARepository
- Throws:
AzDException
-
shouldGetPullRequestsByProject
- Throws:
AzDException
-
shouldGetTopTenPullRequestsByProject
- Throws:
AzDException
-
shouldGetPullRequestsByProjectWithCompletedStatus
- Throws:
AzDException
-
shouldGetBranch
- Throws:
AzDException
-
shouldGetBranches
- Throws:
AzDException
-
shouldLockABranch
- Throws:
AzDException
-
shouldUnLockABranch
- Throws:
AzDException
-
shouldGetPullRequestWorkItems
- Throws:
AzDException
-
shouldCreateAPullRequestLabel
- Throws:
AzDException
-
shouldGetAPullRequestLabel
- Throws:
AzDException
-
shouldGetPullRequestLabels
- Throws:
AzDException
-
shouldDeleteAPullRequestLabels
public void shouldDeleteAPullRequestLabels() -
shouldCreateAPullRequestReviewer
- Throws:
AzDException
-
shouldDeleteAPullRequestReviewer
- Throws:
AzDException
-
shouldGetAPullRequestReviewer
public void shouldGetAPullRequestReviewer() -
shouldGetPullRequestReviewers
- Throws:
AzDException
-
shouldUpdateAPullRequestReviewer
- Throws:
AzDException
-
shouldCreateAnAnnotatedTag
- Throws:
AzDException
-
shouldGetAnAnnotatedTag
public void shouldGetAnAnnotatedTag() -
shouldGetCommitsFromARepository
- Throws:
AzDException
-
shouldGetACommitsFromTheRepository
- Throws:
AzDException
-
shouldGetCommitsBatch
- Throws:
AzDException
-
shouldGetRefs
- Throws:
AzDException
-
shouldGetRefsWithQueryParameters
- Throws:
AzDException
-
shouldUpdateRefs
- Throws:
AzDException
-
shouldGetABlob
- Throws:
AzDException
-
shouldGetABlobContentAsZip
- Throws:
AzDException
-
shouldGetABlobContentAsStream
- Throws:
AzDException
-
shouldGetAllItems
- Throws:
AzDException
-
shouldGetAllItemsWithQueryParameters
- Throws:
AzDException
-
shouldCreateForkRepository
- Throws:
AzDException
-
shouldCreateForkRepositoryWithComplete
- Throws:
AzDException
-
shouldGetForks
- Throws:
AzDException
-
shouldGetGitPushes
- Throws:
AzDException
-
shouldGetGitPullRequestStatuses
- Throws:
AzDException
-
shouldCreateAGitPullRequestStatus
- Throws:
AzDException
-
shouldGetGitPullRequestStatus
- Throws:
AzDException
-
shouldDeleteGitPullRequestStatus
- Throws:
AzDException
-
shouldUpdateGitPullRequestStatus
- Throws:
AzDException
-