摘要:
一次运行多个测试类3-1个测试类参数化测试package springMybatis.test;import java.util.Arrays;import java.util.Collection;import org.junit.BeforeClass;import org.junit.Test... 阅读全文
摘要:
package com.mengdd.junit;import junit.extensions.RepeatedTest;import junit.framework.Test;import junit.framework.TestCase;import junit.framework.TestS... 阅读全文
摘要:
一次运行多个测试类1-运行多个测试类有两个测试类,叫CalculatorTest和CalculatorTest2。在测试类所在的包中新建一个类,叫做TestAll,如下:package com.mengdd.junit;import junit.framework.Test;import junit... 阅读全文