- Mockito Essentials
- Sujoy Acharya
- 76字
- 2021-08-05 17:41:20
What you need for this book
You will need the following software to be installed before running the examples in this book:
- Java 7 or higher: JDK 1.7 or higher can be downloaded from the Oracle site at http://www.oracle.com/technetwork/java/javase/downloads/index.html.
- Eclipse editor: The latest version of Eclipse is Luna (4.4.1). Luna can be downloaded from http://www.eclipse.org/downloads/.
- Mockito: Mockito is required for the creation and verification of mock objects and for stubbing. Mockito can be downloaded from https://code.google.com/p/mockito/downloads/list.
推薦閱讀
- Oracle WebLogic Server 12c:First Look
- AngularJS入門與進階
- 摩登創客:與智能手機和平板電腦共舞
- 程序員面試筆試寶典
- Processing互動編程藝術
- 深入淺出DPDK
- Expert Data Visualization
- Learning FuelPHP for Effective PHP Development
- Create React App 2 Quick Start Guide
- 持續輕量級Java EE開發:編寫可測試的代碼
- 深度學習原理與PyTorch實戰(第2版)
- Python從入門到精通(第3版)
- Flask Web開發:基于Python的Web應用開發實戰(第2版)
- C語言程序設計實踐
- 從零開始學算法:基于Python