标签:
Request req =org.junit.runner.Request.method(clazz,method); new JUnitCore().run(req);
clazz是测试例类,method是测试例中的单个方法
利用junit测试单个方法
原文地址:http://www.cnblogs.com/zhangxuesong/p/5437459.html