Uses of Package
org.apache.sling.testing.mock.osgi.config.annotations
Packages that use org.apache.sling.testing.mock.osgi.config.annotations
Package
Description
OSGi Config Type Parameters core implementation.
Annotations and interfaces intended to be referenced in end-user test classes for parameter and config resolution.
-
Classes in org.apache.sling.testing.mock.osgi.config.annotations used by org.apache.sling.testing.mock.osgi.configClassDescriptionA heterogeneously typed collection of OSGi Config objects for injection as a test parameter.Defines an instance of an OSGi R7 Component Property Type as a combination of a
Class
and an array of strings defining property values in the form expected byComponent.property()
.Define this annotation on a test class or method to use theConfigurationAdmin
service to update the persisted properties for the configuration whose pid matches theSetConfig.pid()
attribute.Represents a single config entry within aConfigCollection
. -