You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Michael Tarantino (JIRA)" <ji...@apache.org> on 2014/07/08 13:01:05 UTC

[jira] [Created] (SLING-3746) Combining Sling performance and Sling Junit

Michael Tarantino created SLING-3746:
----------------------------------------

             Summary: Combining Sling performance and Sling Junit
                 Key: SLING-3746
                 URL: https://issues.apache.org/jira/browse/SLING-3746
             Project: Sling
          Issue Type: Improvement
          Components: Testing
            Reporter: Michael Tarantino
            Priority: Minor


Following the ticket https://issues.apache.org/jira/browse/SLING-3708, 
a first prototype of the combination between the server-side Junit test and the performance testing utilities has been implemtented. The source are available on https://github.com/mtarantino/sling.
Here a small description of what has been done in this fork :
- Import of the performances classes within sling junit
- Implementation of a field annotation @TestParameter which injects a value in a class member via POST parameters (syntax: [package].[classname].[class member name]=[value])
- Adding performance information in JSON format for performance tests
- Adaptation of the PerformanceRÃ¥unner and FrameworkPerformanceMethod to use the SlingAnnotationTestRunner and also process @Before and @After annotation.



--
This message was sent by Atlassian JIRA
(v6.2#6252)