[
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 2:18 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. The similar issue about ```@RunWith(JUnit4.class)``` can be resolved with
merge of the 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.
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
> 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)