Package org.apache.jackrabbit.test.api.version.simple
-
Class Summary Class Description AbstractVersionTest AbstractVersionTest
is the abstract base class for all simple versioning related test classes.BasicTest BasicTest
checks if simple versioning is correctly set upCheckinTest CheckinTest
covers tests related toNode.checkin()
on simple versionable nodes.CheckoutTest SVCheckoutTest
covers tests related toNode.checkout()
andNode.isCheckedOut()
of simple versionable nodes.CopyTest CopyTest
checks 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 SVFrozenNodeTest
covers tests related to frozen nodes in simple versioningRestoreTest RestoreTest
covers tests related to the restore methods available onNode
in simple versioning:Node.restore(String, boolean)
Node.restore(Version, boolean)
Node.restore(Version, String, boolean)
TestAll TestAll
...