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

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 14 14:36: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 edited comment on HHH-6014 at 3/14/11 1:34 PM:
--------------------------------------------------------------

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

We can handle the {{@BeforeClass}}.  But I have no idea how to deal with {{@Parameters}} or {{@Optional}}

      was (Author: steve):
    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