Does Junit reinitialize the class with each test method invocation?

前端 未结 5 1935
执笔经年
执笔经年 2020-12-10 11:05

When i run the below code, both test cases come true:

import static junit.framework.Assert.assertEquals;

import org.junit.Test;

public class MyTest{
    pr         


        
5条回答
提交回复
热议问题