- Test-Driven Java Development(Second Edition)
- Alex Garcia Viktor Farcic
- 143字
- 2021-06-24 18:31:47
The IDEA demo project
Let's create the base layout of the demo project. This project will be used throughout this chapter to illustrate all the topics that are covered. Java will be the programming language and Gradle (http://gradle.org/) will be used to run different sets of tasks, such as building, testing, and so on.
Let us import into IDEA the repository that contains examples from this chapter:
- Open IntelliJ IDEA, select Check out from Version Control, and click on Git.
- Type https://bitbucket.org/vfarcic/tdd-java-ch02-example-junit.git in the Git repository URL and click on Clone. Confirm for the rest of the IDEA questions until a new project is created with code cloned from the Git repository.
The imported project should look similar to the following image:

Now that we have got the project set up, it's time to take a look at unit-testing frameworks.
推薦閱讀
- 微服務與事件驅動架構
- NLTK基礎教程:用NLTK和Python庫構建機器學習應用
- JavaFX Essentials
- 算法基礎:打開程序設計之門
- 趣學Python算法100例
- PySide GUI Application Development(Second Edition)
- Java EE 7 Performance Tuning and Optimization
- Visual C++開發入行真功夫
- Fastdata Processing with Spark
- Machine Learning for Developers
- Java高并發編程詳解:深入理解并發核心庫
- Python全棧開發:數據分析
- Practical Time Series Analysis
- AngularJS by Example
- Daniel Arbuckle's Mastering Python