« Return to Thread: [jira] Created: (ESPER-490) Package test support classes in com.espertech.esper.support.util for Unit/Regression testing support

[jira] Updated: (ESPER-490) Package test support classes in com.espertech.esper.support.util for Unit/Regression testing support

by JIRA jira@codehaus.org :: Rate this Message:

| View in Thread


     [ http://jira.codehaus.org/browse/ESPER-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Bernhardt updated ESPER-490:
-----------------------------------

    Fix Version/s:     (was: 4.0 - requires JDK6)
                   5.0 - requires JDK6

Since the assertion classes have a dependency on JUnit, an separate jar would be required or the dependency on Junit would need to be removed.

> Package test support classes in com.espertech.esper.support.util for Unit/Regression testing support
> ----------------------------------------------------------------------------------------------------
>
>                 Key: ESPER-490
>                 URL: http://jira.codehaus.org/browse/ESPER-490
>             Project: Esper
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 3.5
>            Reporter: Thomas Bernhardt
>             Fix For: 5.0 - requires JDK6
>
>
> The resulting jar file would be esper-testsupport-<version>.jar.
> Work:
> - Classes need some refactoring to become more compliant to the general JUnit/TestNG usage, i.e. assert(expected, result) etc.
> - Add JavaDoc
> - Move classes out of esper/src/test/java/com... into a separate folder
> - Maven build changes
> - Create documentation chapter on test support

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: [jira] Created: (ESPER-490) Package test support classes in com.espertech.esper.support.util for Unit/Regression testing support