Package org.projectnessie.jaxrs.gc
Class AbstractRestGCTest
- java.lang.Object
-
- org.projectnessie.jaxrs.AbstractRest
-
- org.projectnessie.jaxrs.gc.AbstractRestGC
-
- org.projectnessie.jaxrs.gc.AbstractRestGCTest
-
public abstract class AbstractRestGCTest extends AbstractRestGC
-
-
Constructor Summary
Constructors Constructor Description AbstractRestGCTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestMultiRefAssignAndDropRef()voidtestMultiRefCutoffTimeStampPerRef()voidtestMultiRefMultipleSharedTables()voidtestMultiRefSharedTable()voidtestSingleRefDeadRefCutoff()voidtestSingleRefDropRefAfterCutoff()voidtestSingleRefDropRefBeforeCutoff()voidtestSingleRefDropTable()voidtestSingleRefMultiTable()voidtestSingleRefRenameTable()voidtestSingleRefRenameTableBeforeCutoff()-
Methods inherited from class org.projectnessie.jaxrs.AbstractRest
createBranch, createBranch, createCommits, deleteBranch, getApi, getHttpClient, getUri, init, init, maybeAsDetachedName, setUp, tearDown
-
-
-
-
Method Detail
-
testSingleRefMultiTable
@Test public void testSingleRefMultiTable() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testSingleRefRenameTable
@Test public void testSingleRefRenameTable() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testSingleRefRenameTableBeforeCutoff
@Test public void testSingleRefRenameTableBeforeCutoff() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testSingleRefDropTable
@Test public void testSingleRefDropTable() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testSingleRefDropRefBeforeCutoff
@Test public void testSingleRefDropRefBeforeCutoff() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testSingleRefDropRefAfterCutoff
@Test public void testSingleRefDropRefAfterCutoff() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testSingleRefDeadRefCutoff
@Test public void testSingleRefDeadRefCutoff() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testMultiRefSharedTable
@Test public void testMultiRefSharedTable() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testMultiRefMultipleSharedTables
@Test public void testMultiRefMultipleSharedTables() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testMultiRefCutoffTimeStampPerRef
@Test public void testMultiRefCutoffTimeStampPerRef() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
testMultiRefAssignAndDropRef
@Test public void testMultiRefAssignAndDropRef() throws org.projectnessie.error.BaseNessieClientServerException- Throws:
org.projectnessie.error.BaseNessieClientServerException
-
-