Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
currently, the SlingBindings object is initialized statically when the mock context is created.
but some properties - especially the current resource - may change during the testing code, but should nevertheless always point to the correct result.
we should resolve the SlingBindings properties dynamically to the current mock context, and also allow this for subclasses of SlingContextImpl.