Dan Klco created SLING-2611:
-------------------------------

             Summary: MockResource Properties
                 Key: SLING-2611
                 URL: https://issues.apache.org/jira/browse/SLING-2611
             Project: Sling
          Issue Type: Improvement
          Components: Testing
    Affects Versions: Commons Testing 2.0.10
            Reporter: Dan Klco
            Priority: Minor


A useful feature for the MockResource testing class would be the ability to 
specify additional properties and return them when the MockResource is adapted 
into a ValueMap.  

I use this on nearly every project I've been on to test services.  I've 
attached a patch file which adds two methods:
addProperty - add a single key, value set
getProperties - returns the map of properties which can be modified

And then in the adaptTo method I just added all of the properties in the map 
into the returned ValueMap.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to