This is an automated email from the ASF dual-hosted git repository.
sseifert pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-resourceresolver-mock.git.
from d6439a0 move dependency versions that are relevant at runtime to
dependencyManagement section to make clear they are managed explicitly and not
necessarily inherited from bundle-parent pom
add 24e8fee SLING-10003 allow to provide mocked search results for
findResources and queryResources
add f0c249f SLING-10003 make documentation more precise
new 8b02aff Merge pull request #2 from
apache/feature/SLING-10003-mock-find-query-resources
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
...age-info.java => MockFindResourcesHandler.java} | 24 ++++-
...age-info.java => MockQueryResourceHandler.java} | 24 ++++-
.../resourceresolver/MockResourceResolver.java | 52 +++++++--
.../resourceresolver/FindQueryResourcesTest.java | 116 +++++++++++++++++++++
4 files changed, 202 insertions(+), 14 deletions(-)
copy
src/main/java/org/apache/sling/testing/resourceresolver/{package-info.java =>
MockFindResourcesHandler.java} (59%)
copy
src/main/java/org/apache/sling/testing/resourceresolver/{package-info.java =>
MockQueryResourceHandler.java} (59%)
create mode 100644
src/test/java/org/apache/sling/testing/resourceresolver/FindQueryResourcesTest.java