Package org.projectnessie.jaxrs.tests
Class AbstractRestCommitLog
- java.lang.Object
-
- org.projectnessie.jaxrs.tests.AbstractRest
-
- org.projectnessie.jaxrs.tests.AbstractRestAssign
-
- org.projectnessie.jaxrs.tests.AbstractRestCommitLog
-
- Direct Known Subclasses:
AbstractRestContents
public abstract class AbstractRestCommitLog extends AbstractRestAssign
SeeAbstractTestRestfor details about and reason for the inheritance model.
-
-
Field Summary
-
Fields inherited from class org.projectnessie.jaxrs.tests.AbstractRest
soft
-
-
Constructor Summary
Constructors Constructor Description AbstractRestCommitLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcommitLogExtended(org.projectnessie.jaxrs.tests.AbstractRest.ReferenceMode refMode)voidcommitLogExtendedForUnchangedOperation()voidcommitLogForNamelessReference()voidcommitLogPaging()voidcommitLogPagingAndFilteringByAuthor()voidcommitResponse()voidfilterCommitLogByAuthor()voidfilterCommitLogByCommitRange()voidfilterCommitLogByProperties()voidfilterCommitLogByTimeRange()voidfilterCommitLogOperations()-
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
-
commitResponse
@Test public void commitResponse() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogOperations
@Test public void filterCommitLogOperations() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByAuthor
@Test public void filterCommitLogByAuthor() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByTimeRange
@Test @DisabledOnOs(WINDOWS) public void filterCommitLogByTimeRange() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByProperties
@Test public void filterCommitLogByProperties() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
filterCommitLogByCommitRange
@Test public void filterCommitLogByCommitRange() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
commitLogPagingAndFilteringByAuthor
@Test public void commitLogPagingAndFilteringByAuthor() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
commitLogPaging
@Test public void commitLogPaging() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
commitLogExtended
@ParameterizedTest @EnumSource(org.projectnessie.jaxrs.tests.AbstractRest.ReferenceMode.class) public void commitLogExtended(org.projectnessie.jaxrs.tests.AbstractRest.ReferenceMode refMode) throws java.lang.Exception- Throws:
java.lang.Exception
-
commitLogExtendedForUnchangedOperation
@Test public void commitLogExtendedForUnchangedOperation() throws java.lang.Exception- Throws:
java.lang.Exception
-
commitLogForNamelessReference
@Test public void commitLogForNamelessReference() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
-