Uses of Class
org.nuxeo.runtime.test.runner.TargetExtensions
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of TargetExtensions in org.nuxeo.runtime.test
Modifier and TypeMethodDescriptionRuntimeHarnessImpl.deployPartial
(String name, Set<TargetExtensions> targetExtensions) protected void
RuntimeHarnessImpl.deployPartialComponent
(RuntimeContext ctx, Set<TargetExtensions> extensionPoints, StreamRef component) Read a component from his StreamRef and create a new component (suffixed with `-partial`, and the base component name aliased) with only matching contributions of the extensionPoints parameter. -
Uses of TargetExtensions in org.nuxeo.runtime.test.runner
Modifier and TypeClassDescriptionstatic class
White listTargetExtensions.ContentModel
and Automation related contributionsstatic class
White list contributions: TypeService schema and doctype definition, LifecycleService lifecycle and associated types, SQLDirectoryFactory directories and VersioningService versioning rules.static class
White listTargetExtensions.ContentModel
and ContentTemplateServiceModifier and TypeMethodDescriptionRuntimeHarness.deployPartial
(String bundle, Set<TargetExtensions> targetExtensions) Deploys a subset of a Bundle defined per the targetExtensions parameter