File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dubbo-compatible/src/test/java/org/apache/dubbo/config Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2727import com .alibaba .dubbo .config .RegistryConfig ;
2828import com .alibaba .dubbo .config .ServiceConfig ;
2929
30- import org .junit .jupiter .api .AfterAll ;
31- import org .junit .jupiter .api .BeforeAll ;
30+ import org .junit .jupiter .api .AfterEach ;
31+ import org .junit .jupiter .api .BeforeEach ;
3232import org .junit .jupiter .api .Test ;
3333
3434public class ReferenceConfigTest {
3535 private ApplicationConfig application = new ApplicationConfig ();
3636 private RegistryConfig registry = new RegistryConfig ();
3737 private ProtocolConfig protocol = new ProtocolConfig ();
3838
39- @ BeforeAll
39+ @ BeforeEach
4040 public void setUp () {
4141 ConfigManager .getInstance ().clear ();
4242 }
4343
44- @ AfterAll
44+ @ AfterEach
4545 public void tearDown () {
4646 ConfigManager .getInstance ().clear ();
4747 }
You can’t perform that action at this time.
0 commit comments