Package org.projectnessie.jaxrs
Class AbstractRestContents
- java.lang.Object
-
- org.projectnessie.jaxrs.AbstractRest
-
- org.projectnessie.jaxrs.AbstractRestAssign
-
- org.projectnessie.jaxrs.AbstractRestCommitLog
-
- org.projectnessie.jaxrs.AbstractRestContents
-
- Direct Known Subclasses:
AbstractRestDiff
public abstract class AbstractRestContents extends AbstractRestCommitLog
SeeAbstractTestRestfor details about and reason for the inheritance model.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractRestContents.ContentAndOperationType
-
Constructor Summary
Constructors Constructor Description AbstractRestContents()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.util.stream.Stream<AbstractRestContents.ContentAndOperationType>contentAndOperationTypes()voidmultiget()voidverifyAllContentAndOperationTypes()voidverifyContentAndOperationTypesIndividually(AbstractRestContents.ContentAndOperationType contentAndOperationType)-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestCommitLog
commitLogExtended, commitLogExtendedForUnchangedOperation, commitLogPaging, commitLogPagingAndFilteringByAuthor, filterCommitLogByAuthor, filterCommitLogByCommitRange, filterCommitLogByProperties, filterCommitLogByTimeRange, filterCommitLogOperations
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRestAssign
testAssignRefToFreshMain
-
Methods inherited from class org.projectnessie.jaxrs.AbstractRest
createBranch, createBranch, createCommits, deleteBranch, getApi, getHttpClient, getOrCreateEmptyBranch, getUri, init, init, maybeAsDetachedName, setUp, tearDown
-
-
-
-
Method Detail
-
contentAndOperationTypes
public static java.util.stream.Stream<AbstractRestContents.ContentAndOperationType> contentAndOperationTypes()
-
verifyAllContentAndOperationTypes
@Test public void verifyAllContentAndOperationTypes() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
verifyContentAndOperationTypesIndividually
@ParameterizedTest @MethodSource("contentAndOperationTypes") public void verifyContentAndOperationTypesIndividually(AbstractRestContents.ContentAndOperationType contentAndOperationType) throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
multiget
@Test public void multiget() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
-