Uses of Class
org.apache.jackrabbit.test.api.version.simple.AbstractVersionTest
-
Packages that use AbstractVersionTest Package Description org.apache.jackrabbit.test.api.version.simple -
-
Uses of AbstractVersionTest in org.apache.jackrabbit.test.api.version.simple
Subclasses of AbstractVersionTest in org.apache.jackrabbit.test.api.version.simple Modifier and Type Class Description classBasicTestBasicTestchecks if simple versioning is correctly set upclassCheckinTestCheckinTestcovers tests related toNode.checkin()on simple versionable nodes.classCheckoutTestSVCheckoutTestcovers tests related toNode.checkout()andNode.isCheckedOut()of simple versionable nodes.classCopyTestCopyTestchecks 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.classFrozenNodeTestSVFrozenNodeTestcovers tests related to frozen nodes in simple versioningclassRestoreTestRestoreTestcovers tests related to the restore methods available onNodein simple versioning:Node.restore(String, boolean)Node.restore(Version, boolean)Node.restore(Version, String, boolean)
-