摘要:
基于commons-lang-2.4.jarorg.apache.commons.lang.time.DateFormatUtils类package org.apache.commons.lang.time;import java.util.Calendar;import java.util.Dat... 阅读全文
摘要:
junit4 下的所有的testcase都是在Runner下执行的, 可以将Runner理解为junit运行的容器, 默认情况下junit会使用JUnit4ClassRunner作为所有testcase的执行容器。如果要定制自己的junit, 则可以实现自己的Runner,最简单的办法就是Junit... 阅读全文
摘要:
采用Junit4.8.2分析Junit实现架构源码架构两个大包:junit包 org包首先分析org.junit.runners.model包下的几个类org.junit.runners.modela.TestClassorg.junit.runners.modela.FrameworkMethod... 阅读全文
摘要:
下面重点介绍上篇文章介绍的HttpServerImpl类当中的ServerImpl类sun.net.httpserver.ServerImpl 600行左右的类,是整个HttpServer的核心类无论是一般的HTTP请求还是加入SSL层的HTTPS请求都在这里处理package sun.net.h... 阅读全文