Package org.projectnessie.jaxrs.tests
Class AbstractRestMisc
- java.lang.Object
-
- Direct Known Subclasses:
AbstractRestReferences
public abstract class AbstractRestMisc extends AbstractRestMergeTransplant
SeeAbstractTestRestfor details about and reason for the inheritance model.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.projectnessie.jaxrs.tests.AbstractRestContents
AbstractRestContents.ContentAndOperationType
-
-
Field Summary
-
Fields inherited from class org.projectnessie.jaxrs.tests.AbstractRestInvalid
COMMA_VALID_HASH_1, COMMA_VALID_HASH_2, COMMA_VALID_HASH_3
-
Fields inherited from class org.projectnessie.jaxrs.tests.AbstractRest
soft
-
-
Constructor Summary
Constructors Constructor Description AbstractRestMisc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckCelScriptFailureReporting()voidcheckServerErrorPropagation()voidcheckSpecialCharacterRoundTrip()voidtestSupportedApiVersions()-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestMergeTransplant
mergeKeepCommits, mergeMessage, mergeMessageDefault, mergeSquashed, mergeWithCustomModes, mergeWithNamespaces, transplantKeepCommits, transplantMessageOverrideMultiple, transplantMessageSingle, transplantMessageSquashed, transplantSquashed, transplantWithCustomModes
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestInvalid
invalidBranchNames, invalidHashes, invalidTags
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestInvalidRefs
testInvalidNamedRefs, testUnknownHashesOnValidNamedRefs, testValidHashesOnValidNamedRefs
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestEntries
fetchEntriesByNamelessReference, filterEntriesByFullKeyName, filterEntriesByName, filterEntriesByNamespace, filterEntriesByNamespaceAndPrefixDepth, filterEntriesByType
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestDiff
diffRefModes, testDiff, testDiffByNamelessReference, testDiffFullPage, testDiffStream
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestContents
contentAndOperationTypes, fetchContentByNamelessReference, multiget, verifyAllContentAndOperationTypes, verifyContentAndOperationTypesIndividually
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestCommitLog
commitLogExtended, commitLogExtendedForUnchangedOperation, commitLogForNamelessReference, commitLogPaging, commitLogPagingAndFilteringByAuthor, commitResponse, filterCommitLogByAuthor, filterCommitLogByCommitRange, filterCommitLogByProperties, filterCommitLogByTimeRange, filterCommitLogOperations
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRestAssign
testAssignAndGetBranch, testAssignAndGetTag, testAssignBranch, testAssignRefToFreshMain, testAssignTag
-
Methods inherited from class org.projectnessie.jaxrs.tests.AbstractRest
contentWithoutId, createBranch, createBranch, createCommits, createTag, diffEntriesWithoutContentId, diffEntryWithoutContentId, getApi, maybeAsDetachedName, operationsWithoutContentId, operationWithoutContentId, tearDown
-
-
-
-
Method Detail
-
testSupportedApiVersions
@Test public void testSupportedApiVersions()
-
checkSpecialCharacterRoundTrip
@Test public void checkSpecialCharacterRoundTrip() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
checkServerErrorPropagation
@Test public void checkServerErrorPropagation() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
checkCelScriptFailureReporting
@Test public void checkCelScriptFailureReporting()
-
-