md 引入图片资源

This commit is contained in:
gdut-yy
2020-01-01 17:11:49 +08:00
parent 9085df5a8e
commit 7a4601dd50
19 changed files with 246 additions and 329 deletions

View File

@@ -1,5 +1,5 @@
# 第 15 章 JUnit Internals
Image
![](figures/ch15/15_1fig_martin.jpg)
JUnit is one of the most famous of all Java frameworks. As frameworks go, it is simple in conception, precise in definition, and elegant in implementation. But what does the code look like? In this chapter well critique an example drawn from the JUnit framework.