JUnit自动化单元测试(二):简单测试实例讲解
自第一篇起,我们现在有了测试类TestCalcuate,默认是这样的package junit.demo;import static org.junit.Assert.*;import org.junit.Test;public class TestCalcuate { @Test public void testAdd() { fail("Not yet im