Class AbstractRepositoryConfig
java.lang.Object
org.projectnessie.versioned.tests.AbstractNestedVersionStore
org.projectnessie.versioned.tests.AbstractRepositoryConfig
@ExtendWith(org.assertj.core.api.junit.jupiter.SoftAssertionsExtension.class)
public abstract class AbstractRepositoryConfig
extends AbstractNestedVersionStore
-
Field Summary
FieldsFields inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
store -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractRepositoryConfig(org.projectnessie.versioned.VersionStore store) -
Method Summary
Methods inherited from class org.projectnessie.versioned.tests.AbstractNestedVersionStore
assertCommitMeta, commit, commit, commit, commit, commit, commitsList, commitsListMap, contentsWithoutId, contentWithoutId, contentWithoutId, contentWithoutId, delete, diffsWithoutContentId, filterMainBranch, forceCommit, operationsWithoutContentId, put, storageCheckpoint, store, unchanged
-
Field Details
-
soft
protected org.assertj.core.api.SoftAssertions soft
-
-
Constructor Details
-
AbstractRepositoryConfig
protected AbstractRepositoryConfig(org.projectnessie.versioned.VersionStore store)
-