You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Fedotov (JIRA)" <ji...@apache.org> on 2019/01/24 14:00:01 UTC

[jira] [Comment Edited] (IGNITE-10973) Migrate example module tests from Junit 4 to 5

    [ https://issues.apache.org/jira/browse/IGNITE-10973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16749672#comment-16749672 ] 

Ivan Fedotov edited comment on IGNITE-10973 at 1/24/19 1:59 PM:
----------------------------------------------------------------

(i) It seems that @Runwith(Suite.class) annotation support is via JUnitPlatform Runner, but at that moment it is not executed directly on the JUnit Platform [1]. Practically that means that reporting in an IDE, particularly in IntelliJ IDEA, is not full.

So, I decided to leave testsuites classes with such annotation on JUnit4. 

P.S. This issue can be resolved with merge of relate ticket https://issues.apache.org/jira/browse/IGNITE-10758/

[1] https://stackoverflow.com/questions/50565724/are-test-suites-considered-deprecated-in-junit5



was (Author: ivanan.fed):
(i) It seems that @Runwith(Suite.class) annotation support is via JUnitPlatform Runner, but at that moment it is not executed directly on the JUnit Platform [1]. Practically that means that reporting in an IDE, particularly in IntelliJ IDEA, is not full.

So, I decided to leave testsuites classes with such annotation on JUnit4. 

[1] https://stackoverflow.com/questions/50565724/are-test-suites-considered-deprecated-in-junit5


> Migrate example module tests from Junit 4 to 5
> ----------------------------------------------
>
>                 Key: IGNITE-10973
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10973
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Ivan Fedotov
>            Assignee: Ivan Fedotov
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> For more information refer parent task.
> Migrate from Junit 4 to 5 in the example module.



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