From the course: Practical Test-Driven Development for Java Programmers

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Set up instructions for IntelliJ users

Set up instructions for IntelliJ users

- [Instructor] This is a short extra video just for users of the IntelliJ IDE. Throughout this course, I'm using the Eclipse IDE. I do that because it's a little bit simpler, so for the purposes of teaching, it's easier for me to show you things in Eclipse than in IntelliJ, but in the next chapter, we're going to be setting things up in Eclipse, and if you're using IntelliJ, what I'd like to show you how to do the same thing in IntelliJ so that you can get started and follow along with the rest of the course. So, what I'm going to do in this short video is just show you how to get JUnit set up and write a test and run it in IntelliJ. If you're not using the IntelliJ IDE, then you can skip the rest of this video, and go straight on to the next chapter. So, what I'm doing here, then, is let's create a brand new project, and I'm just picking a standard Java project, here, and I don't want to use a template, and we'll call our project ISBN validator, as that's the same project name I'm…

Contents