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/02/25 14:25:00 UTC

[jira] [Created] (IGNITE-11411) Remove tearDown, setUp from GridAbstractTest

Ivan Fedotov created IGNITE-11411:
-------------------------------------

             Summary: Remove tearDown, setUp from GridAbstractTest
                 Key: IGNITE-11411
                 URL: https://issues.apache.org/jira/browse/IGNITE-11411
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ivan Fedotov
            Assignee: Ivan Fedotov


TearDown and setUp methods are deprecated for JUnit 4+ version. It is necessary to replace them with appropriate methods, marked by @Before and @After annotations.



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