You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2007/07/19 20:03:06 UTC

[jira] Updated: (HARMONY-4502) [p-unit] parametrizing tests via properties

     [ https://issues.apache.org/jira/browse/HARMONY-4502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov updated HARMONY-4502:
------------------------------------

    Attachment: property_parametrized.patch

Here is the patch.

> [p-unit] parametrizing tests via properties
> -------------------------------------------
>
>                 Key: HARMONY-4502
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4502
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Misc
>            Reporter: Alexei Fedotov
>         Attachments: property_parametrized.patch
>
>
> Andrew,
> Please review the patch. Here goes change list:
>  * Added a new EventListener which sets public test fields on start up. Added listener package and a test for a new functionality.
>  * Renamed Parameterizable -> Parameterized. The latter one has fewer letters and my spellchecker doesn't underline it with red.
>  * Renamed setup -> setUp to be consistent with JUnit.
>  * Enhanced before/after class events to take a test instance instead a class, fixed TODO comment to supply an exception to an after class listener.
>  * Fixed a number of misspells and added few lines of javadoc.
>  * Removed TypeUtil class, moved the checks to the Convention interface. Added org.punit.convention.AbstractConvention minimizing code duplication.
>  * 
> Please don't hesitate to let me know if you disagree with changes (renaming issues in particular) - this won't take too much to rollback them.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.