You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Goldstein Lyor (JIRA)" <ji...@apache.org> on 2018/07/02 04:01:00 UTC

[jira] [Updated] (SSHD-809) Upgrade used unit tests version to jUnit 5

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

Goldstein Lyor updated SSHD-809:
--------------------------------
    Description: 
See if it is easy to maintain backward compatibility - especially
 * _getCurrentTestName()_
 * {{@RunWith(JUnit4SingleInstanceClassRunner.class)}}
 * {{@UseParametersRunnerFactory(JUnit4ClassRunnerWithParametersFactory.class)}}
 * {{@Category(\{ NoIoTestCase.class })}}
 * Method (class (?)) order control
  

  was:
See if it is easy to maintain backward compatibility - especially

* _getCurrentTestName()_
* {{@RunWith(JUnit4SingleInstanceClassRunner.class)}}
* {{@UseParametersRunnerFactory(JUnit4ClassRunnerWithParametersFactory.class)}}
* {{@Category(\{ NoIoTestCase.class \})}}
 


> Upgrade used unit tests version to jUnit 5
> ------------------------------------------
>
>                 Key: SSHD-809
>                 URL: https://issues.apache.org/jira/browse/SSHD-809
>             Project: MINA SSHD
>          Issue Type: Improvement
>    Affects Versions: 1.7.0
>            Reporter: Goldstein Lyor
>            Priority: Major
>              Labels: frameworks, junit5, unit-test, upgrade
>
> See if it is easy to maintain backward compatibility - especially
>  * _getCurrentTestName()_
>  * {{@RunWith(JUnit4SingleInstanceClassRunner.class)}}
>  * {{@UseParametersRunnerFactory(JUnit4ClassRunnerWithParametersFactory.class)}}
>  * {{@Category(\{ NoIoTestCase.class })}}
>  * Method (class (?)) order control
>   



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)