- 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.
推薦閱讀
- 精通Nginx(第2版)
- Instant Testing with CasperJS
- Kibana Essentials
- Ext JS Data-driven Application Design
- Vue.js快跑:構建觸手可及的高性能Web應用
- Java Web程序設計
- Processing互動編程藝術
- TypeScript項目開發實戰
- 學Python也可以這么有趣
- Integrating Facebook iOS SDK with Your Application
- Python深度學習:模型、方法與實現
- Natural Language Processing with Python Quick Start Guide
- Django Design Patterns and Best Practices
- JavaScript悟道
- WCF技術剖析(卷1)