-
Notifications
You must be signed in to change notification settings - Fork 1
/
book.json
54 lines (54 loc) · 1.36 KB
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"author": "Sky Ao <[email protected]>",
"author": "vitzhou <[email protected]>",
"description": "java测试是一个庞大的体系,这里整理了TDD,BDD所需要的一些工具,框架(JUnit4,Assertj,Mockito,PowerMock,h2,DbUnit,Cucumber等)",
"extension": null,
"generator": "site",
"sidebar": {
"vitzhou@gitbook": "https://vitzhou.gitbooks.io"
},
"output": null,
"pdf": {
"fontSize": 12,
"footerTemplate": null,
"headerTemplate": null,
"margin": {
"bottom": 36,
"left": 62,
"right": 62,
"top": 36
},
"pageNumbers": false,
"paperSize": "a4"
},
"title": "Java测试学习笔记",
"variables": {
},
"plugins": [
"donate",
"toggle-chapters",
"splitter",
"toc",
"emphasize",
"tbfed-pagefooter"
],
"pluginsConfig": {
"donate": {
"wechat": "https://vitzhou.gitbooks.io/java/content/img/wechat.png",
"alipay": "https://vitzhou.gitbooks.io/java/content/img/alipay.png",
"title": "",
"button": "赏",
"alipayText": "支付宝打赏",
"wechatText": "微信打赏"
},
"toc": {
"addClass": true,
"className": "toc"
},
"tbfed-pagefooter": {
"copyright":"Copyright © www.gitbook.com/@vitzhou 2016",
"modify_label": "该文件修订时间:",
"modify_format": "YYYY-MM-DD HH:mm:ss"
}
}
}