[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6014) Migrate hibernate-envers tests to JUnit4

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 14 14:34:08 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6014?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40201#action_40201 ] 

Steve Ebersole commented on HHH-6014:
-------------------------------------

For example, how do I migrate:
{code}
    @BeforeClass
    @Parameters("auditStrategy")    
    public void init(@Optional String auditStrategy) throws IOException {
        init(true, auditStrategy);
    }
{code}
???

> Migrate hibernate-envers tests to JUnit4
> ----------------------------------------
>
>                 Key: HHH-6014
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6014
>             Project: Hibernate Core
>          Issue Type: Task
>          Components: envers, testsuite
>            Reporter: Steve Ebersole
>             Fix For: 4.0.0.Alpha2
>
>
> Currently the envers tests use TestNG for testing.  Migrate to use JUnit4

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

        


More information about the hibernate-issues mailing list