Package org.apache.jackrabbit.test.api.version.simple
-
Class Summary Class Description AbstractVersionTest AbstractVersionTestis the abstract base class for all simple versioning related test classes.BasicTest BasicTestchecks if simple versioning is correctly set upCheckinTest CheckinTestcovers tests related toNode.checkin()on simple versionable nodes.CheckoutTest SVCheckoutTestcovers tests related toNode.checkout()andNode.isCheckedOut()of simple versionable nodes.CopyTest CopyTestchecks if simple versionable nodes are copied correctly: 15.1.4 Copying Versionable Nodes and Version Lineage Under both simple and full versioning, when an existing versionable node N is copied to a new location either in the same workspace or another, and the repository preserves the versionable mixin (see 10.7.4 Dropping Mixins on Copy): - A copy of N, call it M, is created, as usual.FrozenNodeTest SVFrozenNodeTestcovers tests related to frozen nodes in simple versioningRestoreTest RestoreTestcovers tests related to the restore methods available onNodein simple versioning:Node.restore(String, boolean)Node.restore(Version, boolean)Node.restore(Version, String, boolean)TestAll TestAll...