public class VendorsImplTest extends ApiImplTestBaseWithCreateAndUpdate<Vendor>
tester| Constructor and Description |
|---|
VendorsImplTest() |
| Modifier and Type | Method and Description |
|---|---|
protected Vendor |
createEntity(Vendor entity) |
void |
findPassesForThisUserInQueryString() |
void |
findPassesLimitInQueryString() |
void |
findPassesOffsetInQueryString() |
void |
findReturnsPageWithCorrectSize() |
void |
findReturnsPageWithCorrectTotalSize() |
void |
findUsesAddonsResource() |
void |
getByIdUsesUriDirectly() |
protected URI |
getCollectionUri() |
protected Vendor |
makeEntityFromServer() |
protected Vendor |
makeEntityToCreate() |
protected Vendor |
makeEntityWithUpdates(Vendor from) |
protected Vendor |
updateEntity(Vendor original,
Vendor updated) |
createPostsToCollectionResource, createReturnsNewEntity, createThrowsExceptionIfServerReturnsError, setUp, updateReturnsNewEntity, updateSendsPatchRequest, updateThrowsExceptionIfFinalQueryOfUpdatedEntityFails, updateThrowsExceptionIfOriginalEntityIsNotFromServer, updateThrowsExceptionIfServerReturnsErrorpublic void findReturnsPageWithCorrectSize()
throws Exception
Exceptionpublic void findReturnsPageWithCorrectTotalSize()
throws Exception
Exceptionpublic void findPassesOffsetInQueryString()
throws Exception
Exceptionpublic void findPassesLimitInQueryString()
throws Exception
Exceptionpublic void findPassesForThisUserInQueryString()
throws Exception
Exceptionprotected URI getCollectionUri()
getCollectionUri in class ApiImplTestBaseWithCreateAndUpdate<Vendor>protected Vendor makeEntityToCreate()
makeEntityToCreate in class ApiImplTestBaseWithCreateAndUpdate<Vendor>protected Vendor makeEntityFromServer()
makeEntityFromServer in class ApiImplTestBaseWithCreateAndUpdate<Vendor>protected Vendor makeEntityWithUpdates(Vendor from)
makeEntityWithUpdates in class ApiImplTestBaseWithCreateAndUpdate<Vendor>protected Vendor createEntity(Vendor entity) throws MpacException
createEntity in class ApiImplTestBaseWithCreateAndUpdate<Vendor>MpacExceptionprotected Vendor updateEntity(Vendor original, Vendor updated) throws MpacException
updateEntity in class ApiImplTestBaseWithCreateAndUpdate<Vendor>MpacExceptionCopyright © 2016 Atlassian. All rights reserved.