Hi all, I want to upgrade the junit dependency of Dubbo, contains : * Functions* 1). Upgrade junit to junit 5 2). Upgrade the test cases
I create a issue[1] and a pr [2] , please discuss about this , *Why do this ?* 1). Some new features:test extensions 、Future of JVM testing、easier parameterized tests 2).Java 8 lambda support 3). Optimized api 4). Basically compatible with junit4 Please read the referenced article :《7 reasons why you should start using JUnit 5 today》[3] *How to write junit5 test case ?* Please see 《JUnit 5 User Guide》[4] What do you think about this ? [1] https://github.com/apache/incubator-dubbo/issues/3148 [2] https://github.com/apache/incubator-dubbo/pull/3149 [3] http://dolszewski.com/testing/7-reasons-why-you-should-start-using-junit-5-today/ [4] https://junit.org/junit5/docs/current/user-guide/
