Package org.projectnessie.jaxrs.tests
Class AbstractRestDiff
- 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
-
- Direct Known Subclasses:
AbstractRestEntries
public abstract class AbstractRestDiff extends AbstractRestContents
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 AbstractRestDiff()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.stream.Stream<java.lang.Object[]>diffRefModes()voidtestDiff(org.projectnessie.jaxrs.tests.AbstractRest.ReferenceMode refModeFrom, org.projectnessie.jaxrs.tests.AbstractRest.ReferenceMode refModeTo)voidtestDiffByNamelessReference()voidtestDiffFullPage()voidtestDiffStream()-
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
-
diffRefModes
public static java.util.stream.Stream<java.lang.Object[]> diffRefModes()
-
testDiff
@ParameterizedTest @MethodSource("diffRefModes") public void testDiff(org.projectnessie.jaxrs.tests.AbstractRest.ReferenceMode refModeFrom, org.projectnessie.jaxrs.tests.AbstractRest.ReferenceMode refModeTo) throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testDiffByNamelessReference
@Test public void testDiffByNamelessReference() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testDiffFullPage
@Test public void testDiffFullPage() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testDiffStream
@Test public void testDiffStream() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
-