文章分类 -  JUnit

摘要:转载地址:http://www.mrfeng.net/post/189.html 假设Spring配置文件为applicationContext.xml 一、Spring配置文件在类路径下面 在Spring的java应用程序中,一般我们的Spring的配置文件都是放在放在类路径下面(也即编译后会进入 阅读全文
posted @ 2016-02-15 17:41 huojiao2006 阅读(4935) 评论(0) 推荐(0)
摘要:转载地址:http://www.cnblogs.com/mengdd/archive/2013/03/26/2983565.html JUnit基础及第一个单元测试实例(JUnit3.8) 单元测试 单元测试(unit testing) ,是指对软件中的最小可测试单元进行检查和验证。 单元测试不是为 阅读全文
posted @ 2016-02-15 17:41 huojiao2006 阅读(178) 评论(0) 推荐(0)