- ReferenceViolationException - Exception in org.apache.sling.testing.mock.osgi
-
Is thrown when a OSGi reference injection fails due to violated constraints.
- ReferenceViolationException(String) - Constructor for exception org.apache.sling.testing.mock.osgi.ReferenceViolationException
-
- registerInjectActivateService(T) - Method in class org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
-
Injects dependencies, activates and registers a service in the mocked
OSGi environment.
- registerInjectActivateService(T, Map<String, Object>) - Method in class org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
-
Injects dependencies, activates and registers a service in the mocked
OSGi environment.
- registerInjectActivateService(T, Object...) - Method in class org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
-
Injects dependencies, activates and registers a service in the mocked
OSGi environment.
- registerService(T) - Method in class org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
-
Registers a service in the mocked OSGi environment.
- registerService(Class<T>, T) - Method in class org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
-
Registers a service in the mocked OSGi environment.
- registerService(Class<T>, T, Map<String, Object>) - Method in class org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
-
Registers a service in the mocked OSGi environment.
- registerService(Class<T>, T, Object...) - Method in class org.apache.sling.testing.mock.osgi.context.OsgiContextImpl
-
Registers a service in the mocked OSGi environment.