All Classes and Interfaces

Class
Description
Default factory implementation that always returns a MockResource object
Allows to provide mocked search result for queries via ResourceResolver.
Can provide a result when finding resources using a certain query/language.
Helper class to create resources: MockHelper.create(resolver).resource("/libs").p("prop", "value") .resource("sub").p("sub", "hello") .resource(".sameLevel") .resource("/apps").p("foo", "baa").commit()
Can provide a result when querying for resources using a certain query/language.
 
Implement this interface to customize how MockResource objects are created by the MockResourceResolver
This is a wrapper around MockResourceResolver to act as resource provider.
 
Simple resource resolver factory
Options for the factory
ValueMap for mocked resources to mimick JCR-like behavior.