Package org.projectnessie.jaxrs.tests
Class AbstractRestInvalidRefs
- java.lang.Object
-
- org.projectnessie.jaxrs.tests.AbstractRest
-
- org.projectnessie.jaxrs.tests.AbstractRestAssign
-
- org.projectnessie.jaxrs.tests.AbstractRestCommitLog
-
- org.projectnessie.jaxrs.tests.AbstractRestContents
-
- org.projectnessie.jaxrs.tests.AbstractRestDiff
-
- org.projectnessie.jaxrs.tests.AbstractRestEntries
-
- org.projectnessie.jaxrs.tests.AbstractRestInvalidRefs
-
- Direct Known Subclasses:
AbstractRestInvalid
public abstract class AbstractRestInvalidRefs extends AbstractRestEntries
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.AbstractRest
soft
-
-
Constructor Summary
Constructors Constructor Description AbstractRestInvalidRefs()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestInvalidNamedRefs()voidtestUnknownHashesOnValidNamedRefs()voidtestValidHashesOnValidNamedRefs()-
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
-
testInvalidNamedRefs
@Test public void testInvalidNamedRefs()
-
testValidHashesOnValidNamedRefs
@Test public void testValidHashesOnValidNamedRefs() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testUnknownHashesOnValidNamedRefs
@Test public void testUnknownHashesOnValidNamedRefs() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
-