@Version(value="1.0.0")
See: Description
Interface | Description |
---|---|
SlingContextCallback |
Callback interface for application-specific setup and teardown operations to
customize the
SlingContext JUnit parameter context. |
Class | Description |
---|---|
SlingContext |
Sling Mock parameter object with resource resolver type defaulting to
ResourceResolverType.RESOURCERESOLVER_MOCK . |
SlingContextBuilder |
Builder class for creating
SlingContext instances with different sets
of parameters. |
SlingContextExtension |
JUnit 5 extension that allows to inject
SlingContext (or subclasses of
it) parameters in test methods, and ensures that the context is set up and
teared down properly for each test method. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.